summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-24 13:41:01 +0000
committerJim Meyering <jim@meyering.net>2005-09-24 13:41:01 +0000
commit26ddff0c1728fe5bdbc75d5fc49ce61cbf6a4157 (patch)
tree07c3fd32540420d0a269a7b9b29ef5aa6f407a12 /ChangeLog
parent8daf4759f43e53242a654eedd5be724f58d524f5 (diff)
downloadcoreutils-26ddff0c1728fe5bdbc75d5fc49ce61cbf6a4157.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b81939f9..fe280f665 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 5.3.1-cvs.
+ * src/shred.c: Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H',
+ for consistency with gnulib.
+ * src/dircolors.c: Likewise.
+
+ * Makefile.maint (sc_no_if_have_config_h): New rule.
+ (syntax-check-rules): Add it.
+ .x-sc_no_if_have_config_h: New file.
+
* tests/seq/basic (eq-wid-1, eq-wid-2): Disable these tests for now.
They fail with non-gcc compilers and some combinations
of options and libraries on Solaris systems.