Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 25312 invoked from network); 12 Mar 2008 21:56:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 21:56:16 -0000 Received: (qmail 55384 invoked by uid 500); 12 Mar 2008 21:56:13 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 55373 invoked by uid 500); 12 Mar 2008 21:56:13 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 55364 invoked by uid 99); 12 Mar 2008 21:56:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 14:56:13 -0700 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=SPF_PASS,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 21:55:26 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m2CLti5E025364 for ; Wed, 12 Mar 2008 21:55:44 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: STDCXX-435 Date: Wed, 12 Mar 2008 15:56:32 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: STDCXX-435 Thread-Index: AciEYdK1P1V0yVydSs2p6j9fzuVQoQAKI/iw References: <47D718D8.6010901@roguewave.com> <47D80A30.8080309@roguewave.com> From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Wednesday, March 12, 2008 10:52 AM > To: dev@stdcxx.apache.org > Subject: Re: STDCXX-435 >=20 ... > > I'll do some manual testing with this patch -- give it a test drive. >=20 > Thanks! All I think we need to do is to rerun the codecvt tests > with it and check for regressions. If there are none let me know > and I'll commit both the patch and add the regression test. I applied the patch and reran the test case and several regression tests associated with std::codecvt. It looks good. Brad.