This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]