Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2001 20:57:46 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Alexey Zelkin <phantom@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/locale fix_grouping.c Makefile.inc lmonetary.c lnumeric.c localeconv.c
Message-ID:  <20010210205746.A75618@nagual.pp.ru>
In-Reply-To: <20010210203601.A75114@nagual.pp.ru>; from ache@nagual.pp.ru on Sat, Feb 10, 2001 at 08:36:01PM %2B0300
References:  <200102101536.f1AFalt39792@freefall.freebsd.org> <20010210203601.A75114@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 10, 2001 at 20:36:01 +0300, Andrey A. Chernov wrote:
> On Sat, Feb 10, 2001 at 07:36:47 -0800, Alexey Zelkin wrote:
> > phantom     2001/02/10 07:36:47 PST
> >   Added files:
> >     lib/libc/locale      fix_grouping.c 

[...]

> fix_grouping.c:
> missing <ctype.h> for isdigit()
> isdigit() arg must be casted to (unsigned char)

Moreover, currently fix_grouping limited to one digit only, this is
against specs (SUSv2 f.e.). Any positive number can be there in the range
0..CHAR_MAX

-- 
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010210205746.A75618>