summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-03 22:32:35 +0000
committerJim Meyering <jim@meyering.net>1994-11-03 22:32:35 +0000
commit70fe5e3261722fbdaad6057f5292aa96fcde9cd4 (patch)
treea241001c7ef6697e865792f1bcd1bd2a607066ac /old/fileutils
parentb808409fe72e99490c5242d7cc0baa366cc06749 (diff)
downloadcoreutils-70fe5e3261722fbdaad6057f5292aa96fcde9cd4.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8ccd4e158..8ec770da3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -136,6 +136,15 @@ Tue Oct 04 20:38:12 1994 Jim Meyering (meyering@comco.com)
Thomas Koenig (ig25@fg70.rz.uni-karlsruhe.de).
* chown.c (main): Likewise.
+Thu Oct 2 23:03:32 1994 Jim Meyering (meyering@comco.com)
+
+ * configure.in: Replace obsolete AC_DIR_HEADER with AC_HEADER_DIRENT
+ and AC_FUNC_CLOSEDIR_VOID.
+
+ * configure.in: Remove AC_SIZEOF_TYPE(int).
+ ls.c: Instead of comparing SIZEOF_INT == 2, compare INT_MAX to 2^16.
+ Suggestion from Roland McGrath.
+
Sat Oct 01 21:23:27 1994 Jim Meyering (meyering@comco.com)
* src/*.c: Remove CONFIG_BROKETS conditional.