diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-31 22:46:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-31 22:46:53 +0000 |
commit | a31f867a42e8dd7a92e58f70b73366e0a3677f57 (patch) | |
tree | 3d121d1903b77603a770852988ad4c3e734f8699 /ChangeLog | |
parent | 520ec963af2e012caa5609ad2fac041f6e7af6d7 (diff) | |
download | glibc-a31f867a42e8dd7a92e58f70b73366e0a3677f57.tar.gz glibc-a31f867a42e8dd7a92e58f70b73366e0a3677f57.tar.xz glibc-a31f867a42e8dd7a92e58f70b73366e0a3677f57.zip |
Update.
* locale/setlocale.c (setlocale): Avoid duplicating locale names if we can reuse old strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bb64d54912..158dc1a4a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-12-31 Ulrich Drepper <drepper@redhat.com> + * locale/setlocale.c (setlocale): Avoid duplicating locale names + if we can reuse old strings. + * inet/rcmd.c: Provide better error message in case of unknown host. Remove USE_IN_LIBIO. |