From owner-cvs-all Tue Nov 27 16:55:22 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 40F0A37B405 for ; Tue, 27 Nov 2001 16:55:11 -0800 (PST) Received: (qmail 20861 invoked from network); 28 Nov 2001 00:55:24 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Nov 2001 00:55:24 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111280048.fAS0mBb36010@freefall.freebsd.org> Date: Tue, 27 Nov 2001 16:55:07 -0800 (PST) From: John Baldwin To: "Andrey A. Chernov" Subject: RE: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 28-Nov-01 Andrey A. Chernov wrote: > ache 2001/11/27 16:48:11 PST > > Modified files: > lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c > strtoull.c strtouq.c > Log: > Understand national (non-ASCII) digits now > Allow bases >=36 again > Misc cleanup Does this break C89? According to the manpage: STANDARDS The strtol() function conforms to ISO/IEC 9899:1990 (``ISO C89''). The strtoll() function conforms to ISO/IEC 9899:1999 (``ISO C99''). The BSD strtoq() function is deprecated. and: ERRORS [EINVAL] The value of base is not supported or no conversion could be performed. Does C99 support more than base 36 and if so should the manpage be updated? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message