aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-09-05 07:51:16 +0000
committerJakub Jelinek <jakub@redhat.com>2002-09-05 07:51:16 +0000
commitfff372a6ea2eb857353b0f8650e112e16d3c71cc (patch)
treed46938e5d719510f6d041d816b8a76e105b9fd11 /libstdc++-v3/ChangeLog
parent0945e58d99047ff8035001434407ce3f921d56dc (diff)
* config/locale/gnu/monetary_members.cc
(moneypunct<wchar_t, true>::_M_initialize_moneypunct, moneypunct<wchar_t, false>::_M_initialize_moneypunct): Use __uselocale instead of setlocale for glibc 2.3. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@56839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f3dd059d929..06cf2a0ba7a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,12 @@
2002-09-05 Jakub Jelinek <jakub@redhat.com>
+ * config/locale/gnu/monetary_members.cc
+ (moneypunct<wchar_t, true>::_M_initialize_moneypunct,
+ moneypunct<wchar_t, false>::_M_initialize_moneypunct): Use
+ __uselocale instead of setlocale for glibc 2.3.
+
+2002-09-05 Jakub Jelinek <jakub@redhat.com>
+
* config/locale/generic/c++locale_internal.h: New header.
* config/locale/gnu/c++locale_internal.h: New header.
* config/locale/gnu/c_locale.cc: Include it.