summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-26 06:55:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-26 06:55:57 +0000
commit8f8f1d01884eadb85326f2bacbb80944aa01f871 (patch)
tree385297b3971c6d9e1c79ff0a4a51975b063a7f43 /ChangeLog
parent967e0c11eaecf01a8596b8b48e8ef8edc85318fd (diff)
downloadcoreutils-8f8f1d01884eadb85326f2bacbb80944aa01f871.tar.xz
Include <config.h> unconditionally, since we now assume config.h exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 588eedde0..79f7133a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-08-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ * .x-sc_no_if_have_config_h: Remove; no longer needed.
+ * .x-sc_prohibit_assert_without_use: Remove; it was empty.
+ * .x-sc_two_space_separator_in_usage: Likewise.
+ * Makefile.maint (sc_no_have_config_h): Renamed from
+ sc_no_if_have_config_h, since it now checks that HAVE_CONFIG_H
+ is absent everywhere.
+ * bootstrap.conf (gnulib_modules): Add config-h.
+ * src/shred.c: Include <config.h> unconditionally, since
+ we now assume config.h exists.
+ * src/dircolors.c: Likewise.
+
2006-08-26 Jim Meyering <jim@meyering.net>
"ls --color" would highlight other-writable and sticky directories