From owner-cvs-all@FreeBSD.ORG Fri Apr 25 14:17:32 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 5697137B401; Fri, 25 Apr 2003 14:17:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ECD43F93; Fri, 25 Apr 2003 14:17:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3PLHV0U034067; Fri, 25 Apr 2003 14:17:31 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3PLHVCg034065; Fri, 25 Apr 2003 14:17:31 -0700 (PDT) Message-Id: <200304252117.h3PLHVCg034065@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 25 Apr 2003 14:17:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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: Fri, 25 Apr 2003 21:17:32 -0000 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