Date: Wed, 28 Nov 2001 19:03:56 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> 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 Message-ID: <200111290303.fAT33u469980@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111290303.fAT33u469980>
