From stdcxx-commits-return-63-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Thu Sep 15 20:21:25 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 9237 invoked from network); 15 Sep 2005 20:21:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 20:21:25 -0000 Received: (qmail 61385 invoked by uid 500); 15 Sep 2005 20:21:25 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 61371 invoked by uid 500); 15 Sep 2005 20:21:25 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 61358 invoked by uid 500); 15 Sep 2005 20:21:24 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 61355 invoked by uid 99); 15 Sep 2005 20:21:24 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Sep 2005 13:21:24 -0700 Received: (qmail 9222 invoked by uid 65534); 15 Sep 2005 20:21:24 -0000 Message-ID: <20050915202124.9221.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r289306 - /incubator/stdcxx/trunk/include/rw/_config.h Date: Thu, 15 Sep 2005 20:21:23 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Thu Sep 15 13:21:16 2005 New Revision: 289306 URL: http://svn.apache.org/viewcvs?rev=289306&view=rev Log: 2005-09-15 Martin Sebor * _config.h: Bumped up version number to 4.1.3. Enabled long long for Cygwin. Modified: incubator/stdcxx/trunk/include/rw/_config.h Modified: incubator/stdcxx/trunk/include/rw/_config.h URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/include/rw/_config.h?rev=289306&r1=289305&r2=289306&view=diff ============================================================================== --- incubator/stdcxx/trunk/include/rw/_config.h (original) +++ incubator/stdcxx/trunk/include/rw/_config.h Thu Sep 15 13:21:16 2005 @@ -33,7 +33,7 @@ /*** library version numbers and ids **************************************/ -#define _RWSTD_VER 0x04010200 +#define _RWSTD_VER 0x04010300 // | | | | // MMmmuupp // | | | | @@ -43,7 +43,7 @@ // +--------- MM = major release number // library version string (patch number included only if non-zero) -#define _RWSTD_VER_STR "4.1.2" +#define _RWSTD_VER_STR "4.1.3" // library version numbers #define _RWSTD_VER_MAJOR ((_RWSTD_VER >> 24) & 0xff) @@ -384,8 +384,6 @@ # ifdef __CYGWIN__ // use our own C++ libc headers # undef _RWSTD_NO_NEW_HEADER - // disable long long handling (no libc support yet) -# define _RWSTD_NO_LONG_LONG // libc is wrapped in namespaces std # undef _RWSTD_NO_LIBC_IN_STD // deprecated C++ libc headers don't introduce names into namespace std