diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-12 06:32:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-12 06:32:02 +0000 |
commit | 8c35c0da02e3c7a835263e0442ff0fa3d9da79c5 (patch) | |
tree | 0e3df52074c6b9aaf9edc65c8535d3418ed2bec9 /ChangeLog | |
parent | 9a321276ef6bf30f05c75bc167bf8b3e216a2620 (diff) | |
download | glibc-8c35c0da02e3c7a835263e0442ff0fa3d9da79c5.tar.gz |
Update.
2001-07-01 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk): Remove duplicate
sbrk. Closes PR libc/2312.
2001-07-01 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/segfault.c (install_handler): Handle case that
the output file does not exists. Closes PR libc/2345.
2001-07-11 Ulrich Drepper <drepper@redhat.com>
* intl/locale.alias: Use he language code for hebrew, not il
[PR libc/2382].
2001-07-11 Jakub Jelinek <jakub@redhat.com>
* iconv/gconv_int.h: Fix comment typo.
* hurd/hurdsig.c (_hurdsig_init): Remove a useless line of code.
backwards conditional in test for x == 1.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -1,6 +1,25 @@ +2001-07-01 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk): Remove duplicate + sbrk. Closes PR libc/2312. + +2001-07-01 Andreas Jaeger <aj@suse.de> + + * sysdeps/generic/segfault.c (install_handler): Handle case that + the output file does not exists. Closes PR libc/2345. + +2001-07-11 Ulrich Drepper <drepper@redhat.com> + + * intl/locale.alias: Use he language code for hebrew, not il + [PR libc/2382]. + +2001-07-11 Jakub Jelinek <jakub@redhat.com> + + * iconv/gconv_int.h: Fix comment typo. + 2001-07-11 Igor Khavkine <i_khavki@alcor.concordia.ca> - * hurd/hurdsig.c (_hurdsig_init): Remove a useless line of code. + * hurd/hurdsig.c (_hurdsig_init): Remove a useless line of code. 2001-07-07 Roland McGrath <roland@frob.com> @@ -9,7 +28,7 @@ 2001-07-10 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Fix - backwards conditional in test for x == 1.0. + backwards conditional in test for x == 1.0. 2001-07-10 Andreas Jaeger <aj@suse.de> |