Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 45292 invoked from network); 2 Feb 2006 03:06:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Feb 2006 03:06:59 -0000 Received: (qmail 48358 invoked by uid 500); 2 Feb 2006 03:06:59 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 48342 invoked by uid 500); 2 Feb 2006 03:06:58 -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 48331 invoked by uid 500); 2 Feb 2006 03:06:58 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 48328 invoked by uid 99); 2 Feb 2006 03:06:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 19:06:58 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Wed, 01 Feb 2006 19:06:58 -0800 Received: (qmail 45240 invoked by uid 65534); 2 Feb 2006 03:06:37 -0000 Message-ID: <20060202030637.45239.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374236 - /incubator/stdcxx/trunk/src/ChangeLog Date: Thu, 02 Feb 2006 03:06:37 -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: Wed Feb 1 19:06:35 2006 New Revision: 374236 URL: http://svn.apache.org/viewcvs?rev=374236&view=rev Log: Updated. Modified: incubator/stdcxx/trunk/src/ChangeLog Modified: incubator/stdcxx/trunk/src/ChangeLog URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/ChangeLog?rev=374236&r1=374235&r2=374236&view=diff ============================================================================== --- incubator/stdcxx/trunk/src/ChangeLog (original) +++ incubator/stdcxx/trunk/src/ChangeLog Wed Feb 1 19:06:35 2006 @@ -1,5 +1,10 @@ 2006-02-01 Martin Sebor + * wcodecvt.cpp (__rw_libc_do_out): Removed the RWSTD_WCRTOMB macro and + instead explicitly spelled out the code the macro used to expand to. + (__rw_libc_do_unshift): Same. + (__rw_libc_do_in): Same for _RWSTD_MBRTOWC(). + * wctype.cpp (): Included for wctomb. (_RWSTD_NO_V3_LOCALE): Removed dead macro. (__rw_toupper): Used _STD instead of _V3_LOCALE.