This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r117247 - in /trunk/libstdc++-v3: ChangeLog src...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 27 Sep 2006 07:08:18 -0000
- Subject: r117247 - in /trunk/libstdc++-v3: ChangeLog src...
Author: paolo
Date: Wed Sep 27 07:08:13 2006
New Revision: 117247
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117247
Log:
2006-09-27 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/29217
* src/localename.cc (locale::_Impl::_M_replace_categories)):
Compensate for the inconsistent numerical encodings of the
collate and time categories vs the corresponding names.
* testsuite/22_locale/locale/cons/29217.cc: New.
* testsuite/22_locale/locale/cons/2.cc: Enable and split
out the few ENC_TRAITS bits to...
* testsuite/22_locale/locale/cons/unicode/1.cc... here.
Added:
trunk/libstdc++-v3/testsuite/22_locale/locale/cons/29217.cc
trunk/libstdc++-v3/testsuite/22_locale/locale/cons/unicode/
trunk/libstdc++-v3/testsuite/22_locale/locale/cons/unicode/1.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/localename.cc
trunk/libstdc++-v3/testsuite/22_locale/locale/cons/2.cc