diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:37:31 -0800 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2009-11-18 10:09:35 +0100 |
commit | b39591e9c1c156a080563d60450d5fdb7971457c (patch) | |
tree | b1ff7bf8f1cc8f28f5a46d6d2a862862cc5aa390 /ChangeLog | |
parent | c086031db01cc10bafe55864b1185c111a30198e (diff) | |
download | glibc-b39591e9c1c156a080563d60450d5fdb7971457c.tar.gz glibc-b39591e9c1c156a080563d60450d5fdb7971457c.tar.xz glibc-b39591e9c1c156a080563d60450d5fdb7971457c.zip |
Handle LC_GLOBAL_LOCALE in duplocale.
(cherry picked from commit 7443244740724babd575943ee33c45da326afbe7)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
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>. |