summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7310d4497..bfda37d87 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,7 +1,13 @@
2005-09-27 Jim Meyering <jim@meyering.net>
- * strnumcmp.c: Include <config.h> here, now that strnumcmp-in.h
- no longer includes it.
+ * fprintftime.c [HAVE_CONFIG_H]: Include <config.h> conditionally,
+ to be consistent with gnulib.
+
+ * getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
+
+ * fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
+ * strnumcmp.c [HAVE_CONFIG_H]: Include <config.h> here, now that
+ strnumcmp-in.h no longer includes it.
2005-09-26 Paul Eggert <eggert@cs.ucla.edu>