This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r117282 - in /branches/libstdcxx_so_7-branch/li...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 28 Sep 2006 14:40:14 -0000
- Subject: r117282 - in /branches/libstdcxx_so_7-branch/li...
Author: paolo
Date: Thu Sep 28 14:40:12 2006
New Revision: 117282
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117282
Log:
2006-09-28 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/29217
* include/bits/locale_classes.h: Fix (swap) numerical encodings of
time and collate categories.
* src/locale_init.cc: Consistently reorder locale::_Impl::_S_id_time
and _S_id_collate.
* src/locale.cc: Tweak.
Modified:
branches/libstdcxx_so_7-branch/libstdc++-v3/include/bits/locale_classes.h
branches/libstdcxx_so_7-branch/libstdc++-v3/src/locale.cc
branches/libstdcxx_so_7-branch/libstdc++-v3/src/locale_init.cc