From owner-cvs-all Fri Mar 2 1:45:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B92FE37B71D; Fri, 2 Mar 2001 01:45:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f229jKX03298; Fri, 2 Mar 2001 01:45:20 -0800 (PST) (envelope-from obrien) Message-Id: <200103020945.f229jKX03298@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 2 Mar 2001 01:45:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib strtoll.c strtoull.c Makefile.inc strtol.3 strtoq.c strtoul.3 strtouq.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/02 01:45:20 PST Modified files: (Branch: RELENG_4) include stdlib.h lib/libc/stdlib Makefile.inc strtol.3 strtoq.c strtoul.3 strtouq.c Added files: (Branch: RELENG_4) lib/libc/stdlib strtoll.c strtoull.c Log: MFC: Impliment the ISO-C99 strto[u]ll() and rewrite strto[u]q() in terms of it. Revision Changes Path 1.16.2.1 +5 -1 src/include/stdlib.h 1.19.2.2 +6 -5 src/lib/libc/stdlib/Makefile.inc 1.4.2.4 +37 -5 src/lib/libc/stdlib/strtol.3 1.4.6.1 +7 -84 src/lib/libc/stdlib/strtoq.c 1.3.2.5 +37 -7 src/lib/libc/stdlib/strtoul.3 1.4.8.1 +7 -62 src/lib/libc/stdlib/strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message