diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-20 07:34:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-20 07:34:48 +0000 |
commit | 2a0dcb7c167fb9ba52a3d71634efb3059ab4df02 (patch) | |
tree | b0b1c8d84dec7bcdca4e35e243db9003968c9c7a /ChangeLog | |
parent | eca33418e7e3a3576edafe2271f6da87fee61443 (diff) | |
download | glibc-2a0dcb7c167fb9ba52a3d71634efb3059ab4df02.tar glibc-2a0dcb7c167fb9ba52a3d71634efb3059ab4df02.tar.gz glibc-2a0dcb7c167fb9ba52a3d71634efb3059ab4df02.tar.bz2 glibc-2a0dcb7c167fb9ba52a3d71634efb3059ab4df02.zip |
Update.
2000-10-20 Ulrich Drepper <drepper@redhat.com>
* sysdeps/powerpc/fpu/bits/mathinline.h: Pretty print.
2000-10-19 Ulrich Drepper <drepper@redhat.com>
* hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
Correctly handle numeric group member information.
Patch by tomasw@cs.huji.ac.il.
* hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
Complete test for strtol overflow.
2000-10-19 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/alpha/semctl.c (__new_semctl): Pass union
semun as 4th argument to semctl syscall, not address of it.
2000-10-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl64() syscall.
2000-10-17 Andreas Schwab <schwab@suse.de>
* string/string.h: Remove declaration of __strcasecmp and __strcasestr.
* include/string.h: Declare them here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2000-10-20 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/powerpc/fpu/bits/mathinline.h: Pretty print. + +2000-10-19 Ulrich Drepper <drepper@redhat.com> + + * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn): + Correctly handle numeric group member information. + Patch by tomasw@cs.huji.ac.il. + + * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn): + Complete test for strtol overflow. + +2000-10-19 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/semctl.c (__new_semctl): Pass union + semun as 4th argument to semctl syscall, not address of it. + +2000-10-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> + + * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl64() syscall. + +2000-10-17 Andreas Schwab <schwab@suse.de> + + * string/string.h: Remove declaration of __strcasecmp and __strcasestr. + * include/string.h: Declare them here. + 2000-10-18 Ralf Baechle <ralf@gnu.org> * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Include <asm/unistd.h>. |