summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e27bfc7d6..c36d3682f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,15 @@
+Tue Jun 25 00:03:43 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * getline.c: New file.
+ * getline.h: New file.
+ * lib/Makefile.am (fu_SOURCES): Add getline.c.
+ (noinst_HEADERS): Add getline.h.
+
Mon Jun 24 22:39:02 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in (AC_REPLACE_FUNCS): Add strndup.
+ (AC_PATH_PROG): Check for perl.
+
* ls.c (decode_switches): Allow 0 as argument to --tabsize (-T) option.
Interpret as a directive to use no TAB characters to separate columns.
(indent): Handle TABSIZE == 0.