From owner-cvs-all@FreeBSD.ORG Sun Jul 3 01:06:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094BB16A4DE; Sun, 3 Jul 2005 00:57:55 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883F444250; Sun, 3 Jul 2005 00:40:27 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id DD6F46DAB5; Sat, 2 Jul 2005 17:37:50 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 2BD0C5C98A for ; Thu, 20 Jan 2005 17:15:53 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 025DE56F47 for ; Fri, 21 Jan 2005 01:15:53 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 0000E16A53B; Fri, 21 Jan 2005 01:15:49 +0000 (GMT) Delivered-To: ps@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 3A25316A4D0; Fri, 21 Jan 2005 01:15:47 +0000 (GMT) Delivered-To: src-committers@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) 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) Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on elvis.mu.org X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Level: Cc: Subject: Re: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 01:06:34 -0000 X-Original-Date: Fri, 21 Jan 2005 04:15:43 +0300 X-List-Received-Date: Sun, 03 Jul 2005 01:06:34 -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/