aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-17 09:37:31 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-17 09:37:31 -0800
commit7443244740724babd575943ee33c45da326afbe7 (patch)
tree064d372e9b95c2ab3df5a7786e658cf3303f1ca7 /ChangeLog
parent4fb9241e4edbe238de8ba251f4448e31e8b1baf4 (diff)
downloadglibc-7443244740724babd575943ee33c45da326afbe7.zip
glibc-7443244740724babd575943ee33c45da326afbe7.tar.gz
glibc-7443244740724babd575943ee33c45da326afbe7.tar.bz2
Handle LC_GLOBAL_LOCALE in duplocale.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dfb46e..b92fd42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-11-17 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10969]
+ * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
+ * locale/tst-duplocale.c: New file.
+ * locale/Makefile (tests): Add tst-duplocale.
+
[BZ #10968]
* locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
Patch by Bruno Haible <bruno@clisp.org>.