From owner-cvs-all Tue Nov 27 18:30:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 7FB8437B405; Tue, 27 Nov 2001 18:30:25 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id B8B871E03D; Tue, 27 Nov 2001 21:30:24 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA23261; Tue, 27 Nov 2001 21:30:23 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id SAA03002; Tue, 27 Nov 2001 18:30:23 -0800 (PST) Message-Id: <200111280230.SAA03002@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org 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> <20011128022344.GA15848@nagual.pp.ru> Date: Tue, 27 Nov 2001 18:30:22 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b 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 >I just put the check back, I not plan to advocate for it since its idea is >not mine. Too late, you let the genie out =) So, let's pretend, since I have a US-ASCII keyboard, that there are national characters for 11 and 12, represented by ! and @. They would be in the high portion of the code table, so wouldn't hurt any of the US-ASCII [A-Za-z] characters. Should the alphabet for base 16 be: 0123456789!@abcd or 0123456789!@cdef (with 0123456789abcdef accepted as alternates) Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message