Date: Tue, 27 Nov 2001 22:06:28 -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 strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c Message-ID: <200111280606.fAS66S027761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2001/11/27 22:06:28 PST Modified files: lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c lib/libc/stdio vfscanf.c Log: Don't ever assume that isdigit() is always subset of isxdigit() Revision Changes Path 1.18 +1 -1 src/lib/libc/stdio/vfscanf.c 1.2 +1 -1 src/lib/libc/stdlib/strtoimax.c 1.11 +1 -1 src/lib/libc/stdlib/strtol.c 1.13 +1 -1 src/lib/libc/stdlib/strtoll.c 1.10 +1 -1 src/lib/libc/stdlib/strtoul.c 1.12 +1 -1 src/lib/libc/stdlib/strtoull.c 1.2 +1 -1 src/lib/libc/stdlib/strtoumax.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?200111280606.fAS66S027761>