From f9c10dab98a85a8bb0f4bf230783862ae5bdd155 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 30 Sep 2005 15:21:26 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 7 +++++++ m4/ChangeLog | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index a543774..66b4e93 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,12 @@ 2005-09-29 Paul Eggert + * 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 + * 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. diff --git a/m4/ChangeLog b/m4/ChangeLog index 3102ef9..46915e2 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2005-09-29 Paul Eggert + + * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir. + 2005-09-28 Paul Eggert * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely -- 2.7.4