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 <[EMAIL PROTECTED]>
+ * 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 (<stdlib.h>): Included for wctomb.
(_RWSTD_NO_V3_LOCALE): Removed dead macro.
(__rw_toupper): Used _STD instead of _V3_LOCALE.