From owner-cvs-all@FreeBSD.ORG Tue Mar 30 00:29:39 2004 Return-Path: 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 6926916A4CE; Tue, 30 Mar 2004 00:29:39 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB3843D48; Tue, 30 Mar 2004 00:29:38 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i2U8Tb79043942; Tue, 30 Mar 2004 12:29:37 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i2U8TbHu043937; Tue, 30 Mar 2004 12:29:37 +0400 (MSD) (envelope-from ache) Date: Tue, 30 Mar 2004 12:29:36 +0400 From: Andrey Chernov To: "Tim J. Robbins" Message-ID: <20040330082936.GA43805@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403300702.i2U724nk010851@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403300702.i2U724nk010851@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.7; VDF 6.24.0.75 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/locale isdigit.3 isxdigit.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 08:29:39 -0000 On Mon, Mar 29, 2004 at 11:02:04PM -0800, Tim J. Robbins wrote: > Document the isnumber() and ishexnumber() functions, and explain how they > differ (at least in theory) from isdigit() and isxdigit(). Currently we don't support number != digit flag in our mklocale(1) format. I think it worth to mention this fact in the BUGS section (short term solution) or add such flag (long term one). -- Andrey Chernov | http://ache.pp.ru/