diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 00:27:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 00:27:38 +0000 |
commit | a88b96f496c0214424db1219d21ce669fbc102a0 (patch) | |
tree | 0120fe7ffe6e0fab547181bfebe80fbf78568928 /ChangeLog | |
parent | b1fc7a6a9835682ad188cbddca9fd92fb91627ff (diff) | |
download | glibc-a88b96f496c0214424db1219d21ce669fbc102a0.tar.gz glibc-a88b96f496c0214424db1219d21ce669fbc102a0.tar.xz glibc-a88b96f496c0214424db1219d21ce669fbc102a0.zip |
Update.
2000-07-04 NIIBE Yutaka <gniibe@chroot.org> * locale/programs/charmap.c (charmap_read): Prepend the condition filename == NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7b6e5be57f..cdd722b943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +2000-07-04 NIIBE Yutaka <gniibe@chroot.org> + + * locale/programs/charmap.c (charmap_read): Prepend + the condition filename == NULL. + 2000-07-03 Greg McGary <greg@mcgary.org> * sysdeps/powerpc/strchr.S: Check bounds. Wrap extern symbols in BP_SYM (). 2000-07-03 Andreas Jaeger <aj@suse.de> - * dlfcn/Makefile (generated): New. 2000-07-03 Ulrich Drepper <drepper@redhat.com> |