From owner-cvs-all Wed Nov 28 19: 3:59 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 35DDF37B405; Wed, 28 Nov 2001 19:03:56 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT33u469980; Wed, 28 Nov 2001 19:03:56 -0800 (PST) (envelope-from ache) Message-Id: <200111290303.fAT33u469980@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 28 Nov 2001 19:03:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c src/share/mklocale hi_IN.ISCII-DEV.src 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 ache 2001/11/28 19:03:56 PST Modified files: lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c lib/libc/stdio vfscanf.c share/mklocale hi_IN.ISCII-DEV.src Log: Back out national digits support, POSIX explicetely disallows it: The definition of character class digit requires that only ten characters -the ones defining digits- can be specified; alternate digits (for example, Hindi or Kanji) cannot be specified here. However, the encoding may vary if an implementation supports more than one encoding. The definition of character class xdigit requires that the characters included in character class digit are included here also and allows for different symbols for the hexadecimal digits 10 through 15. Revision Changes Path 1.19 +55 -53 src/lib/libc/stdio/vfscanf.c 1.15 +24 -24 src/lib/libc/stdlib/strtod.c 1.3 +1 -1 src/lib/libc/stdlib/strtoimax.c 1.12 +1 -1 src/lib/libc/stdlib/strtol.c 1.14 +1 -1 src/lib/libc/stdlib/strtoll.c 1.11 +1 -1 src/lib/libc/stdlib/strtoul.c 1.13 +1 -1 src/lib/libc/stdlib/strtoull.c 1.3 +1 -1 src/lib/libc/stdlib/strtoumax.c 1.2 +2 -2 src/share/mklocale/hi_IN.ISCII-DEV.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message