Date: Tue, 27 Feb 2001 05:33:07 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc strtol.3 strtoll.c strtoq.c strtoul.3 strtoull.c strtouq.c Message-ID: <200102271333.f1RDX7o75057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/02/27 05:33:07 PST Modified files: include stdlib.h lib/libc/stdlib Makefile.inc strtol.3 strtoll.c strtoq.c strtoul.3 strtoull.c strtouq.c Log: Impliment the ISO-C99 strto[u]ll() and rewrite strto[u]q() in terms of it. Revision Changes Path 1.18 +5 -1 src/include/stdlib.h 1.23 +6 -5 src/lib/libc/stdlib/Makefile.inc 1.10 +35 -4 src/lib/libc/stdlib/strtol.3 1.5 +13 -7 src/lib/libc/stdlib/strtoll.c 1.5 +6 -85 src/lib/libc/stdlib/strtoq.c 1.10 +35 -6 src/lib/libc/stdlib/strtoul.3 1.5 +13 -8 src/lib/libc/stdlib/strtoull.c 1.5 +6 -63 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?200102271333.f1RDX7o75057>