Date: Tue, 27 Nov 2001 16:48:11 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <200111280048.fAS0mBb36010@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2001/11/27 16:48:11 PST
Modified files:
lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c
strtoull.c strtouq.c
Log:
Understand national (non-ASCII) digits now
Allow bases >=36 again
Misc cleanup
Revision Changes Path
1.8 +12 -14 src/lib/libc/stdlib/strtol.c
1.10 +12 -14 src/lib/libc/stdlib/strtoll.c
1.9 +0 -3 src/lib/libc/stdlib/strtoq.c
1.7 +10 -12 src/lib/libc/stdlib/strtoul.c
1.9 +10 -12 src/lib/libc/stdlib/strtoull.c
1.9 +0 -3 src/lib/libc/stdlib/strtouq.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111280048.fAS0mBb36010>
