diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-31 18:29:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-31 18:29:52 +0000 |
commit | 426bf3a396d0f7743decebe861b503398400233e (patch) | |
tree | 93c1780d1e425359f407efd06db85826f5314799 /ChangeLog | |
parent | 26e401242cf6af557eba9641953920f2908ea47e (diff) | |
download | glibc-426bf3a396d0f7743decebe861b503398400233e.tar.gz |
* locale/duplocale.c (__duplocale): Free names from the right array.
* locale/uselocale.c (__uselocale): Return previous locale when
setting a new one.
* locale/newlocale.c: Commit changes from 2002-08-30
batch where I failed to commit this file:
(__newlocale): Fill in __names array.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-08-31 Roland McGrath <roland@redhat.com> + + * locale/duplocale.c (__duplocale): Free names from the right array. + + * locale/uselocale.c (__uselocale): Return previous locale when + setting a new one. + + * locale/newlocale.c: Commit changes from 2002-08-30 + batch where I failed to commit this file: + (__newlocale): Fill in __names array. + 2002-08-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/gnu/Makefile: Only depend on Versions.v.i for |