From owner-cvs-all@FreeBSD.ORG Sat Apr 26 06:00:38 2003 Return-Path: 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 3F8FB37B401; Sat, 26 Apr 2003 06:00:38 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDD243F85; Sat, 26 Apr 2003 06:00:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3QD0ZjC028574; Sat, 26 Apr 2003 06:00:35 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3QD0YtO028573; Sat, 26 Apr 2003 06:00:34 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 26 Apr 2003 06:00:34 -0700 From: David Schultz To: "David E. O'Brien" Message-ID: <20030426130034.GA28484@HAL9000.homeunix.com> Mail-Followup-To: "David E. O'Brien" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200304252117.h3PLHVCg034065@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304252117.h3PLHVCg034065@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/lib/libstdc++ c++config.h config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 13:00:38 -0000 On Fri, Apr 25, 2003, David E. O'Brien wrote: > obrien 2003/04/25 14:17:31 PDT > > FreeBSD src repository > > Modified files: > gnu/lib/libstdc++ c++config.h config.h > Log: > Enable ISO-C99 compatibility -- among other things, this tells libstdc++ > not to blindly undef isnan() and other functions that became macros in C99. > Enable use of newly grown C99 functions: strtof(), strtold(), wcstof() > > Submitted by: das > > Revision Changes Path > 1.4 +5 -5 src/gnu/lib/libstdc++/c++config.h > 1.5 +4 -4 src/gnu/lib/libstdc++/config.h Thanks! By the way, libstdc++ has a slight deficiency in that it does not expose C99 macros in the global namespace if you include both the old-style header math.h and any of the new-style headers cmath, locale, complex, or valarray. I have discussed this issue with several gcc developers and hope to fix the problem shortly.