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  <[EMAIL PROTECTED]>

        * 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  <[EMAIL PROTECTED]>
+
+       Merged revs 648509 and 648403 from trunk.
+
+        2008-04-15  Martin Sebor  <[EMAIL PROTECTED]>
+
+        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  <[EMAIL PROTECTED]>
+
+       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  <[EMAIL PROTECTED]>
+
+       * ChangeLog: Regenerated.
+
+
 2008-04-23  Martin Sebor  <[EMAIL PROTECTED]>
 
        STDCXX-775


Reply via email to