summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-18 19:32:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-18 19:32:57 +0000
commit0b5dba9efb7f5f7fc3e5e73778b3c297f970f197 (patch)
treedbd5bdf7f6a9aed528bd2a36cab8129457e6e20f /ChangeLog
parent05218a8c7e8bce40376951e903c01587662cfe08 (diff)
downloadcoreutils-0b5dba9efb7f5f7fc3e5e73778b3c297f970f197.tar.xz
Remove some dependencies and old cruft from fts etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc9f6c20e..138bdd9d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2005-05-16 Paul Eggert <eggert@cs.ucla.edu>
+2005-05-18 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * configure.ac: Add copyright notice. gl_LIB_CHECK -> cu_LIB_CHECK.
+ * src/Makefile.am: Add copyright notice.
+ (factor_LDADD): Remove, as factor no longer needs sqrt.
+ * src/hostname.c: Remove test for HAVE_LIMITS_H; we can assume
+ it's always true now.
+
+2005-05-16 Paul Eggert <eggert@cs.ucla.edu>
+
Fix Cygwin porting problem reported by Eric Blake.
* src/remove.c (DT_IS_DIR): Remove.
(DT_IS_KNOWN, DT_MUST_BE): New macros.