diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-01 00:43:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-01 00:43:32 +0000 |
commit | 411adb106872a8c52e26ca5f7049d5ec0a4a99dd (patch) | |
tree | 0b4e68c6bb175004f36e80049cdd14e9680d8cf5 /ChangeLog | |
parent | 9a0fe6a8124692b9b09489f64717af94d1ffac13 (diff) | |
download | glibc-411adb106872a8c52e26ca5f7049d5ec0a4a99dd.tar.gz glibc-411adb106872a8c52e26ca5f7049d5ec0a4a99dd.tar.xz glibc-411adb106872a8c52e26ca5f7049d5ec0a4a99dd.zip |
Update.
2000-11-29 H.J. Lu <hjl@gnu.org> * stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case. 2000-11-30 Jakub Jelinek <jakub@redhat.com> * locale/setlocale.c (setname): Free for all categories, not just LC_ALL. (setlocale): Store a copy of string passed by user, not the string itself. * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c87dc67eb9..aefe8bcbf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-11-29 H.J. Lu <hjl@gnu.org> + + * stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case. + +2000-11-30 Jakub Jelinek <jakub@redhat.com> + + * locale/setlocale.c (setname): Free for all categories, not just + LC_ALL. + (setlocale): Store a copy of string passed by user, not the string + itself. + 2000-11-30 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit @@ -16,8 +27,7 @@ 2000-11-29 Andreas Jaeger <aj@suse.de> - * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused - variable. + * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused variable. 2000-11-28 Ulrich Drepper <drepper@redhat.com> |