summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog6
-rw-r--r--old/sh-utils/ChangeLog6
2 files changed, 6 insertions, 6 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a4bd5ebe3..e424c164e 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,9 @@
+Sun Mar 31 11:18:09 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * ls.c (quote_filename): Use ISGRAPH and ISPRINT in place of
+ ASCII-centric tests against literals.
+ (length_of_file_name_and_frills): Likewise.
+
Thu Mar 21 16:43:13 1996 Jim Meyering (meyering@na-net.ornl.gov)
* src/*.c (main): Declare to be of type int, not void.
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 965375962..8c0cf7006 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,9 +1,3 @@
-Sun Mar 31 11:18:09 1996 Jim Meyering (meyering@na-net.ornl.gov)
-
- * ls.c (quote_filename): Use ISGRAPH and ISPRINT in place of
- ASCII-centric tests against literals.
- (length_of_file_name_and_frills): Likewise.
-
Fri Mar 29 22:13:10 1996 Jim Meyering (meyering@na-net.ornl.gov)
* src/Makefile.am (INCLUDES): Replace -I$(top_srcdir)/intl with