summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-31 17:20:02 +0000
committerJim Meyering <jim@meyering.net>1996-03-31 17:20:02 +0000
commitfa9c4632bb32e69704de58399854c8aa25636016 (patch)
tree64e2a610f8c8c7b71d80e25fc774383a786e8393 /old/fileutils/ChangeLog
parent3d1c60aba7767df36d2ee51b1687a0179f4b71e8 (diff)
downloadcoreutils-fa9c4632bb32e69704de58399854c8aa25636016.tar.xz
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 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.