From owner-cvs-src@FreeBSD.ORG Fri Jan 21 01:15:46 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A3816A4CF; Fri, 21 Jan 2005 01:15:46 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629D643D2F; Fri, 21 Jan 2005 01:15:45 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.1/8.13.1) with ESMTP id j0L1FiAb080190; Fri, 21 Jan 2005 04:15:44 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.1/8.13.1/Submit) id j0L1Fhsc080189; Fri, 21 Jan 2005 04:15:43 +0300 (MSK) (envelope-from ache) Date: Fri, 21 Jan 2005 04:15:43 +0300 From: Andrey Chernov To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20050121011542.GA79968@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200501210042.j0L0gDKj001516@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501210042.j0L0gDKj001516@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.8; VDF: 6.29.0.73; host: nagual.pp.ru) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (nagual.pp.ru [0.0.0.0]); Fri, 21 Jan 2005 04:15:44 +0300 (MSK) Subject: Re: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 01:15:46 -0000 On Fri, Jan 21, 2005 at 12:42:13AM +0000, Andrey A. Chernov wrote: > lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c > strtoull.c strtoumax.c > Log: > POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make it > really so. To all of whom are interested: previously strtol("0x@", ..., 16 or 0) sets EINVAL, now not. -- http://ache.pp.ru/