Parent Directory
|
Revision Log
| Sticky Revision: |
2006-01-14 Martin Sebor <sebor@roguewave.com> * wcodecvt.cpp (StateT): New convenience typedef. (__rw_libstd_do_out): Documented the purpose of dead code and unreachable warnings.
2006-01-12 Martin Sebor <sebor@roguewave.com> * codecvt.cpp: Removed assumptions about _RWSTD_MBSTATE_T being a simple type (not really necessary after r368468 but it doesn't hurt to be extra safe). * wcodecvt.cpp: Same.
2006-01-10 Martin Sebor <sebor@roguewave.com> * _mbstate.h (_RWSTD_MBSTATE_T): New macro for std::mbstate_t, ::mbstate_t, the internal ::__mbstate_t (on Linux and Solaris), char* on AIX, char on IRIX, and int for MSVC. * iosfwd (_mbstate.h, _RWSTD_MBSTATE_T): Unconditionally included and used the macro instead of referring to mbstate_t directly. * _codecvt.h: Same. * _locale.h: Same. * _messages.cc: Same. * _traits.h: Same. * codecvt.cpp: Same. * iso2022.cpp: Same. * iso2022.h: Same. * wcodecvt.cpp: Same.
2005-09-15 Martin Sebor <sebor@roguewave.com> STDCXX-21 * wcodecvt.cpp (__rw_libstd_do_out): Converted each character to unsigned long before comparing its value against the surrogate pair ranges in order to silence gcc warning on Cygwin (where sizeof(wchar_t) == 2): comparison is always true due to limited range of data type.
Set the svn:keywords property and enabled the expansion of the Id keyword.
2005-07-19 Martin Sebor <sebor@roguewave.com> * trunk: Initial import of the Rogue Wave C++ Standard library 4.1.2.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |