Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 80359 invoked from network); 24 Apr 2008 23:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 23:01:18 -0000 Received: (qmail 11534 invoked by uid 500); 24 Apr 2008 23:01:19 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 11515 invoked by uid 500); 24 Apr 2008 23:01:19 -0000 Mailing-List: contact commits-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 commits@stdcxx.apache.org Received: (qmail 11503 invoked by uid 99); 24 Apr 2008 23:01:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 16:01:19 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 23:00:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 14C8F1A9838; Thu, 24 Apr 2008 16:00:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r651454 - /stdcxx/branches/4.2.x/ChangeLog Date: Thu, 24 Apr 2008 23:00:41 -0000 To: commits@stdcxx.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080424230042.14C8F1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Thu Apr 24 16:00:36 2008 New Revision: 651454 URL: http://svn.apache.org/viewvc?rev=651454&view=rev Log: 2008-04-24 Martin Sebor * ChangeLog: Updated with latest changes. Modified: stdcxx/branches/4.2.x/ChangeLog Modified: stdcxx/branches/4.2.x/ChangeLog URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/ChangeLog?rev=651454&r1=651453&r2=651454&view=diff ============================================================================== --- stdcxx/branches/4.2.x/ChangeLog (original) +++ stdcxx/branches/4.2.x/ChangeLog Thu Apr 24 16:00:36 2008 @@ -1,3 +1,27 @@ +2008-04-24 Martin Sebor + + Merged revs 648509 and 648403 from trunk. + + 2008-04-15 Martin Sebor + + STDCXX-832 + * include/string.cc (_C_get_rep): Used two static_casts via void* + instead of a single reinterpret_cast to prevent HP aCC 6 warning + #4232: conversion from "wchar_t*" to a more strictly aligned type. + + 2008-04-15 Martin Sebor + + STDCXX-874 + * include/string (__rw_replace, __rw_replace_aux): Decorated + exported templates with the export keyword. + * include/string.cc: Same. + + +2008-04-24 Martin Sebor + + * ChangeLog: Regenerated. + + 2008-04-23 Martin Sebor STDCXX-775