From owner-cvs-all Thu Aug 15 2:25: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF4937B400; Thu, 15 Aug 2002 02:25:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE5943E3B; Thu, 15 Aug 2002 02:25:04 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7F9P4JU081152; Thu, 15 Aug 2002 02:25:04 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7F9P4kG081151; Thu, 15 Aug 2002 02:25:04 -0700 (PDT) Message-Id: <200208150925.g7F9P4kG081151@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 15 Aug 2002 02:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include inttypes.h stdlib.h src/lib/libc/stdlib strtod.3 strtod.c strtoimax.c strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtoumax.c strtouq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/08/15 02:25:04 PDT Modified files: include stdlib.h inttypes.h lib/libc/stdlib strtod.3 strtod.c strtoimax.c strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtoumax.c strtouq.c Log: - Add the 'restrict' qualifier to the function prototypes and definitions of the functions that convert strings to numbers and are defined by IEEE Std 1003-1.2001. - Use ANSI-C function definitions for all of the functions mentioned above plus strtouq and strtoq. - Update the prototypes in the manual pages. Revision Changes Path 1.5 +2 -2 src/include/inttypes.h 1.38 +5 -5 src/include/stdlib.h 1.14 +2 -2 src/lib/libc/stdlib/strtod.3 1.23 +2 -2 src/lib/libc/stdlib/strtod.c 1.7 +1 -4 src/lib/libc/stdlib/strtoimax.c 1.17 +3 -3 src/lib/libc/stdlib/strtol.3 1.16 +1 -4 src/lib/libc/stdlib/strtol.c 1.18 +1 -4 src/lib/libc/stdlib/strtoll.c 1.11 +1 -4 src/lib/libc/stdlib/strtoq.c 1.18 +3 -3 src/lib/libc/stdlib/strtoul.3 1.15 +1 -4 src/lib/libc/stdlib/strtoul.c 1.17 +1 -4 src/lib/libc/stdlib/strtoull.c 1.7 +1 -4 src/lib/libc/stdlib/strtoumax.c 1.11 +1 -4 src/lib/libc/stdlib/strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message