cvs commit: src/lib/libc/stdlib Makefile.inc _strtol.h _strtoul.h strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Mar 17 07:09:51 PST 2005
joerg 2005/03/17 07:09:01 PST
DragonFly src repository
Modified files:
lib/libc/stdlib Makefile.inc strtol.c strtoll.c strtoul.c
strtoull.c
Added files:
lib/libc/stdlib _strtol.h _strtoul.h strtoimax.c
strtoumax.c
Log:
Use a common source for the string to integer conversion. Add
strtoimax and strtoumax.
Inspired-by: wide char versions.
Revision Changes Path
1.11 +3 -3 src/lib/libc/stdlib/Makefile.inc
1.4 +15 -103 src/lib/libc/stdlib/strtol.c
1.4 +16 -113 src/lib/libc/stdlib/strtoll.c
1.4 +15 -82 src/lib/libc/stdlib/strtoul.c
1.4 +15 -90 src/lib/libc/stdlib/strtoull.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/Makefile.inc.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/strtol.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/strtoll.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/strtoul.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/strtoull.c.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list