c_locale_gnu.cc: Minor tweaks.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 24 Aug 2001 04:11:23 +0000 (04:11 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 24 Aug 2001 04:11:23 +0000 (04:11 +0000)
commit575dd831c71130cb7fe25e8e99cae094227efaa2
tree91cc009349f5e01ae49f6480f16b455673e69f09
parenta9e7dc6cdf5ea4bcee15f152ab58f8664a2afa4c
c_locale_gnu.cc: Minor tweaks.

2001-08-23  Benjamin Kosnik  <bkoz@redhat.com>

* config/locale/c_locale_gnu.cc: Minor tweaks.
(moneypunct<wchar_t>): Implement.
* include/bits/locale_facets.h: Same.
* testsuite/22_locale/moneypunct.cc: New file.
* testsuite/22_locale/moneypunct_byname.cc: New file.
* testsuite/22_locale/moneypunct_char_members.cc: New file.

From-SVN: r45142
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/c_locale_gnu.cc
libstdc++-v3/include/bits/locale_facets.h
libstdc++-v3/testsuite/22_locale/moneypunct.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/moneypunct_byname.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/moneypunct_char_members.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/numpunct_byname.cc