cvs commit: src/usr.sbin/newsyslog newsyslog.c

Garance A Drosihn drosih at rpi.edu
Tue Aug 19 07:42:27 PDT 2003


At 8:39 AM +0200 8/19/03, Pawel Jakub Dawidek wrote:
>On Mon, Aug 18, 2003, Garance A Drosehn wrote:
>+>   [...] , except that an internal isnumber() routine was
>+>   removed in favor of the standard library version.  The
>+>   thing is, that internal routine was checking the entire
>+>   string, and not just the first digit.  In OpenBSD,
>+>   isnumber() was eventually renamed to isnumberstr() to
>+>   make the distinction more obvious, and I'm going to
>+>   follow that lead.
>
>So is is there a chance to put isnumberstr() to libc?

Well, OpenBSD did not put isnumberstr() into libc.  It is still
just a local (to newsyslog.c) routine.  I have no plans to put
it in libc.

-- 
Garance Alistair Drosehn            =   gad at gilead.netel.rpi.edu
Senior Systems Programmer           or  gad at freebsd.org
Rensselaer Polytechnic Institute    or  drosih at rpi.edu


More information about the cvs-src mailing list