From owner-freebsd-current@FreeBSD.ORG Thu Jan 20 23:18:20 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD5E16A4CE; Thu, 20 Jan 2005 23:18:20 +0000 (GMT) Received: from mail.dt.e-technik.uni-dortmund.de (mail.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A770B43D2D; Thu, 20 Jan 2005 23:18:19 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1])BDE4A44235; Fri, 21 Jan 2005 00:18:18 +0100 (CET) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19748-02; Fri, 21 Jan 2005 00:18:13 +0100 (CET) Received: from m2a2.dyndns.org (pD9FFBDED.dip.t-dialin.net [217.255.189.237]) 2FF4844234; Fri, 21 Jan 2005 00:18:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 969B7790A3; Fri, 21 Jan 2005 00:18:08 +0100 (CET) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26071-08; Fri, 21 Jan 2005 00:18:07 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id 9DEED79104; Fri, 21 Jan 2005 00:18:07 +0100 (CET) From: Matthias Andree To: Andrey Chernov In-Reply-To: <20050120224017.GA71573@nagual.pp.ru> (Andrey Chernov's message of "Fri, 21 Jan 2005 01:40:18 +0300") References: <20050120192324.GA30862@uriah.heep.sax.de> <20050120205501.GA69123@nagual.pp.ru> <20050120211449.GC30862@uriah.heep.sax.de> <20050120214406.GA70088@nagual.pp.ru> <20050120222137.GE30862@uriah.heep.sax.de> <20050120224017.GA71573@nagual.pp.ru> Date: Fri, 21 Jan 2005 00:18:07 +0100 Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de X-Mailman-Approved-At: Fri, 21 Jan 2005 12:34:44 +0000 cc: Joerg Wunsch cc: current@FreeBSD.ORG cc: bde@FreeBSD.ORG Subject: Re: Implementation errors in strtol() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 23:18:20 -0000 Andrey Chernov writes: > This is just their intehtions explanation, not excuse. If several > standards are in contradiction, POSIX vote is final. It may surprise you, > but it covers and changes lots of cases comparing to minimalistic C > standard. Such additions/changes are specially marked with different color > (gray). I do not have a place of discovery handy, but wasn't POSIX explicitly deferring in to the C standard and giving it precedence for any conflicts between the C standard library and POSIX? -- Matthias Andree