Date: Wed, 28 Nov 2001 05:23:44 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, bde@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128022344.GA15848@nagual.pp.ru> In-Reply-To: <200111280215.SAA02814@windsor.research.att.com> References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 27, 2001 at 18:15:49 -0800, Bill Fenner wrote: > > Ugh. So, if the national digit for 11 is X, then the base-34 alphabet > is 0123456789XBCDEFGHIJKLMNOPQRSTUVW_, where _ is a value that's > impossible to represent. This gets potentially ugly quickly. National digits are in the upper half of code table in real life. I just put the check back, I not plan to advocate for it since its idea is not mine. -- 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?20011128022344.GA15848>