r184759 - in /branches/libstdcxx_so_7-2-branch/...

fdumont@gcc.gnu.org fdumont@gcc.gnu.org
Thu Mar 1 20:32:00 GMT 2012


Author: fdumont
Date: Thu Mar  1 20:32:53 2012
New Revision: 184759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184759
Log:
2012-03-01  François Dumont  <fdumont@gcc.gnu.org>

	DR libstdc++/13631
	* config/locale/gnu/messages_member.h, messages_member.cc: Prefer
	dgettext usage to gettext to allow usage of several catalogs at the
	same time. Add an internal cache to make catalog names to catalog ids.
	* testsuite/22_locale/messages/13631.cc: New.

Added:
    branches/libstdcxx_so_7-2-branch/libstdc++-v3/testsuite/22_locale/messages/13631.cc
Modified:
    branches/libstdcxx_so_7-2-branch/libstdc++-v3/ChangeLog.libstdcxx_so_7-2-branch
    branches/libstdcxx_so_7-2-branch/libstdc++-v3/config/locale/gnu/messages_members.cc
    branches/libstdcxx_so_7-2-branch/libstdc++-v3/config/locale/gnu/messages_members.h



More information about the Libstdc++-cvs mailing list