From owner-cvs-all Sun Sep 22 1: 6:47 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 543BF37B401; Sun, 22 Sep 2002 01:06:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C3143E75; Sun, 22 Sep 2002 01:06:46 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M86jCo060099; Sun, 22 Sep 2002 01:06:45 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M86jhn060098; Sun, 22 Sep 2002 01:06:45 -0700 (PDT) Message-Id: <200209220806.g8M86jhn060098@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 22 Sep 2002 01:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include inttypes.h wchar.h src/lib/libc/locale Makefile.inc wcstoimax.c wcstol.3 wcstoll.c wcstoull.c wcstoumax.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 tjr 2002/09/22 01:06:45 PDT Modified files: include wchar.h inttypes.h lib/libc/locale Makefile.inc wcstol.3 Added files: lib/libc/locale wcstoimax.c wcstoll.c wcstoull.c wcstoumax.c Log: Add the remaining C99 wide character string to integer conversion functions. Restrict qualifiers were added to the existing prototypes in and the typedef for wchar_t was removed. Revision Changes Path 1.8 +4 -10 src/include/inttypes.h 1.29 +4 -0 src/include/wchar.h 1.39 +5 -3 src/lib/libc/locale/Makefile.inc 1.1 +128 -0 src/lib/libc/locale/wcstoimax.c (new) 1.3 +38 -13 src/lib/libc/locale/wcstol.3 1.1 +127 -0 src/lib/libc/locale/wcstoll.c (new) 1.1 +126 -0 src/lib/libc/locale/wcstoull.c (new) 1.1 +126 -0 src/lib/libc/locale/wcstoumax.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message