From owner-cvs-all Wed Nov 28 20: 3:24 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id D0A7837B41A; Wed, 28 Nov 2001 20:03:18 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAT43FP14517; Thu, 29 Nov 2001 07:03:15 +0300 (MSK) (envelope-from ache) Date: Thu, 29 Nov 2001 07:03:15 +0300 From: "Andrey A. Chernov" To: Bill Fenner Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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: <20011129040314.GA14465@nagual.pp.ru> References: <200111290330.TAA20018@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111290330.TAA20018@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i 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 On Wed, Nov 28, 2001 at 19:30:28 -0800, Bill Fenner wrote: > > > Back out national digits support, POSIX explicetely disallows it: > > In other than the C or POSIX locales, other > implementation-defined subject sequences may be accepted. > > Maybe I'm misunderstanding what you're saying, but POSIX allows > strtol and friends to use locale-specific numbers. Yes, but not from DIGIT/XDIGIT class. I.e. they must be defined in another alternative way, isdigit() and isxdigit() macros must not sense them. Currently we don't have any alternative ways. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message