re PR libstdc++/38081 (time_get<>::do_get_weekday does not always recognize full...
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 5 Jan 2010 20:05:20 +0000 (20:05 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 5 Jan 2010 20:05:20 +0000 (20:05 +0000)
commitac2bb4377005f9bd117fee3155c9ece00f4d5b27
tree500795f016411556c30ea480dc086798f6ec1ceb
parent9bf4cdf5755e89b6e17122b985daa4bc2510f6f9
re PR libstdc++/38081 (time_get<>::do_get_weekday does not always recognize full names of weekdays)

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.

From-SVN: r155659
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/doc/xml/manual/prerequisites.xml
libstdc++-v3/include/bits/locale_facets_nonio.h
libstdc++-v3/include/bits/locale_facets_nonio.tcc
libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/lib/libstdc++.exp