diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-24 04:36:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-24 04:36:38 +0000 |
commit | 23948bda4bc44868d1959b209ed73b5d7c88d5df (patch) | |
tree | b00a8ce570eb2af391cea60d589b507013fc7ec0 /ChangeLog | |
parent | 727a6832f033c711fe75c5f742b07087ef5b5133 (diff) | |
download | glibc-23948bda4bc44868d1959b209ed73b5d7c88d5df.tar.gz glibc-23948bda4bc44868d1959b209ed73b5d7c88d5df.tar.xz glibc-23948bda4bc44868d1959b209ed73b5d7c88d5df.zip |
* nis/nss_nisplus/nisplus-netgrp.c: Cleanups.
* posix/regex.h: Remove obsolete <sys/types.h> comment and special code if possible. Move compatibility code in .text.compat section.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c54c3a0b31..c4813a3b68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-04-23 Ulrich Drepper <drepper@redhat.com> + * nis/nss_nisplus/nisplus-netgrp.c: Cleanups. + [BZ #1951] * sysdeps/posix/sigset.c (sigset): Return correct value reflecting previous signal state. @@ -16,7 +18,7 @@ 2006-04-21 Ulrich Drepper <drepper@redhat.com> [BZ #2534, BZ #2535] - * posix/regex.h: Remove obsolete <sys/types.h> and special + * posix/regex.h: Remove obsolete <sys/types.h> comment and special handling for VMS. * iconvdata/ibm437.c: Define HAS_HOLES to 0. @@ -35,7 +37,7 @@ * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PROC_SELF_FD_SYMLINK. * sysdeps/unix/sysv/linux/ttyname.c: Cleanups. Avoid compatibility - code is possible. Move compatibility code in .text.compat section. + code if possible. Move compatibility code in .text.compat section. * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise. 2006-04-18 Ulrich Drepper <drepper@redhat.com> |