diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-12 21:39:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-12 21:39:32 +0000 |
commit | 92d2e18fa4f031c6a129aa5cfeaef59127ba3b1b (patch) | |
tree | 1fac675a302ac3e22a60dd90cf81332db779b776 /ChangeLog | |
parent | 3ea1b82e6bb75e69f05c3e4c90e21210598b0174 (diff) | |
download | glibc-92d2e18fa4f031c6a129aa5cfeaef59127ba3b1b.tar.gz glibc-92d2e18fa4f031c6a129aa5cfeaef59127ba3b1b.tar.xz glibc-92d2e18fa4f031c6a129aa5cfeaef59127ba3b1b.zip |
Update.
* locale/programs/locale.c (show_info): Don't try to look into data for LC_ALL (there is none).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8c84f14c58..8f95162e1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-12 Ulrich Drepper <drepper@redhat.com> + * locale/programs/locale.c (show_info): Don't try to look into + data for LC_ALL (there is none). + * malloc/malloc.c (cALLOc): Clear only what the user asked for and avoid writing over boundary. Patch by Greg McGary <gkm@eng.ascend.com>. |