diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:37:31 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 09:37:31 -0800 |
commit | 7443244740724babd575943ee33c45da326afbe7 (patch) | |
tree | 064d372e9b95c2ab3df5a7786e658cf3303f1ca7 /ChangeLog | |
parent | 4fb9241e4edbe238de8ba251f4448e31e8b1baf4 (diff) | |
download | glibc-7443244740724babd575943ee33c45da326afbe7.tar glibc-7443244740724babd575943ee33c45da326afbe7.tar.gz glibc-7443244740724babd575943ee33c45da326afbe7.tar.bz2 glibc-7443244740724babd575943ee33c45da326afbe7.zip |
Handle LC_GLOBAL_LOCALE in duplocale.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>. |