diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-11 05:30:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-11 05:30:12 +0000 |
commit | 49a0ba2748e48cd188d049678dd9723221192902 (patch) | |
tree | cc722d88550c032a36b147291bf0e7091167679e /ChangeLog | |
parent | 04a8b3013f82c7071c9990581e31a5b0a0db16ba (diff) | |
download | glibc-49a0ba2748e48cd188d049678dd9723221192902.tar.gz glibc-49a0ba2748e48cd188d049678dd9723221192902.tar.xz glibc-49a0ba2748e48cd188d049678dd9723221192902.zip |
[BZ #1060]
2006-01-10 Derek Price <derek@ximbiot.com> Paul Eggert <eggert@cs.ucla.edu> [BZ #1060] * posix/glob.c: Assume freestanding C89 compiler. Simplify cruft that may be replaced with GNULIB modules. Make no attempt to find 64-bit versions of file access functions directly when [!_LIBC]. Don't define GLOB_* macros here. (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK, DIRENT_MIGHT_BE_DIR): New macros to abstract dirent->d_type access. (GETPW_R_SIZE_MAX, GET_LOGIN_NAME_MAX): New macros to abstract sysconf access.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c3aa24e1fa..e2f51d286f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-01-10 Derek Price <derek@ximbiot.com> + Paul Eggert <eggert@cs.ucla.edu> + + [BZ #1060] + * posix/glob.c: Assume freestanding C89 compiler. Simplify cruft that + may be replaced with GNULIB modules. Make no attempt to find 64-bit + versions of file access functions directly when [!_LIBC]. + Don't define GLOB_* macros here. + (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK, DIRENT_MIGHT_BE_DIR): New + macros to abstract dirent->d_type access. + (GETPW_R_SIZE_MAX, GET_LOGIN_NAME_MAX): New macros to abstract sysconf + access. + 2006-01-10 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h |