This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/38081] time_get<>::do_get_weekday does not always recognize full names of weekdays
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2010 20:05:39 -0000
- Subject: [Bug libstdc++/38081] time_get<>::do_get_weekday does not always recognize full names of weekdays
- References: <bug-38081-16694@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from paolo at gcc dot gnu dot org 2010-01-05 20:05 -------
Subject: Bug 38081
Author: paolo
Date: Tue Jan 5 20:05:20 2010
New Revision: 155659
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155659
Log:
2010-01-05 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/38081
* include/bits/locale_facets_nonio.h (time_get<>::
_M_extract_wday_or_month): New, declare.
* include/bits/locale_facets_nonio.tcc (time_get<>::
_M_extract_wday_or_month): Define.
(time_get<>::do_get_weekday, time_get<>::do_get_monthname): Use it.
* config/abi/pre/gnu.ver: Export new symbols.
* doc/xml/manual/prerequisites.xml: Add ru_RU.UTF-8 and
ru_RU.ISO-8859-5.
* testsuite/lib/libstdc++.exp: Adjust.
* testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: New.
* testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise.
Added:
trunk/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc
trunk/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/abi/pre/gnu.ver
trunk/libstdc++-v3/doc/xml/manual/prerequisites.xml
trunk/libstdc++-v3/include/bits/locale_facets_nonio.h
trunk/libstdc++-v3/include/bits/locale_facets_nonio.tcc
trunk/libstdc++-v3/testsuite/lib/libstdc++.exp
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38081