summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-17 09:37:31 -0800
committerPetr Baudis <pasky@ucw.cz>2009-11-18 10:09:35 +0100
commitb39591e9c1c156a080563d60450d5fdb7971457c (patch)
treeb1ff7bf8f1cc8f28f5a46d6d2a862862cc5aa390 /ChangeLog
parentc086031db01cc10bafe55864b1185c111a30198e (diff)
Handle LC_GLOBAL_LOCALE in duplocale.
(cherry picked from commit 7443244740724babd575943ee33c45da326afbe7)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccf46701cc..d5194f890e 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>.