cvs commit: src/lib/libc/stdlib Makefile.inc Symbol.map strtonum.3
strtonum.c src/include stdlib.h
Andre Oppermann
andre at FreeBSD.org
Tue Mar 14 16:57:32 UTC 2006
andre 2006-03-14 16:57:30 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib Makefile.inc Symbol.map
include stdlib.h
Added files:
lib/libc/stdlib strtonum.3 strtonum.c
Log:
Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)
providing proper error checking and other improvements.
Obtained from: OpenBSD
Requested by: flz (to port Open[BGP|OSPF]D)
MFC after: 3 days
Revision Changes Path
1.62 +2 -0 src/include/stdlib.h
1.52 +4 -3 src/lib/libc/stdlib/Makefile.inc
1.2 +1 -0 src/lib/libc/stdlib/Symbol.map
1.1 +154 -0 src/lib/libc/stdlib/strtonum.3 (new)
1.1 +68 -0 src/lib/libc/stdlib/strtonum.c (new)
More information about the cvs-src
mailing list