diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-12-05 21:50:20 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-12-05 21:50:20 +0000 |
commit | 7f65f3e3920a0dd6bb6a8774f46063371be4d029 (patch) | |
tree | fb89eb236014051f866ec94e56070f8120daf00c /ChangeLog | |
parent | 2027fcad9546d0724d9c0994394f2bf69d119613 (diff) | |
download | glibc-7f65f3e3920a0dd6bb6a8774f46063371be4d029.tar glibc-7f65f3e3920a0dd6bb6a8774f46063371be4d029.tar.gz glibc-7f65f3e3920a0dd6bb6a8774f46063371be4d029.tar.bz2 glibc-7f65f3e3920a0dd6bb6a8774f46063371be4d029.zip |
Updated to fedora-glibc-20061205T2141cvs/fedora-glibc-2_5_90-11
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +2006-12-05 Jakub Jelinek <jakub@redhat.com> + + * nis/nis_subr.c (nis_getnames): Revert last change. + +2006-12-04 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h. + (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY. + * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h. + (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to + ENOTTY. + * io/Makefile: Add rules to build and run tst-ttyname_r test. + * io/tst-ttyname_r.c: New test. + +2006-12-03 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed. + +2006-11-30 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/i386/i686/memcmp.S: Use jump table as the base of + jump table entries. + +2006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com> + + * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost + `clone' function to ensure proper unwinding stop of gdb. + * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise. + +2006-12-01 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd.init: Remove obsolete and commented-out -S option + handling. + +2006-11-23 Jakub Jelinek <jakub@redhat.com> + + [BZ #3514] + * manual/string.texi (strncmp): Fix pastos from wcscmp description. + + [BZ #3515] + * manual/string.texi (strtok): Remove duplicate paragraph. + 2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com> * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with |