From owner-cvs-all Tue Nov 27 17:25:52 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 7EE7D37B417; Tue, 27 Nov 2001 17:25:47 -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 C735E1E05F; Tue, 27 Nov 2001 20:25:46 -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 UAA22405; Tue, 27 Nov 2001 20:25:45 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id RAA02228; Tue, 27 Nov 2001 17:25:45 -0800 (PST) Message-Id: <200111280125.RAA02228@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@freebsd.org 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 Date: Tue, 27 Nov 2001 17:25:45 -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 > Allow bases >=36 again So [ = 36, \ = 37, ] = 38, ^ = 39, _ = 40, a = 10, b = 11, ...? Even if it makes sense to allow base 40 (what about the lowercase style, where 40 would be represented by a non-printing character?), what about base > 40? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message