diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-30 15:21:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-30 15:21:26 +0000 |
commit | f9c10dab98a85a8bb0f4bf230783862ae5bdd155 (patch) | |
tree | a1bac2049299c7cfcd44743122a29b9ae3ee517a /lib/ChangeLog | |
parent | 9b1facc61f49e5f4cc5c0b64507550dde3b7dc35 (diff) | |
download | coreutils-f9c10dab98a85a8bb0f4bf230783862ae5bdd155.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a543774c1..66b4e9324 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,12 @@ 2005-09-29 Paul Eggert <eggert@cs.ucla.edu> + * openat.c (fdopendir): Do not define if HAVE_FDOPENDIR. + Remove AT_FDCWD test. + Do not consume the fd unless successful. + * openat.h (fdopendir): Do not define if HAVE_FDOPENDIR. + +2005-09-29 Paul Eggert <eggert@cs.ucla.edu> + * xtime.h (XTIME_PRECISION): Now of type int, not long long int, so that the code works even with ancient cpp. Portability problem with GCC 2.7.2.1 reported by Thomas M.Ott. |