summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-20 05:06:29 +0000
committerJim Meyering <jim@meyering.net>1997-02-20 05:06:29 +0000
commit9e2c86c67a477763f225e2ca95fd8db138ec5b08 (patch)
treea401e41f7b57acfdf021b98de0552ba29588dacd /old
parent4af2c36dfa5a29dc358b3ac192560c48a9c8a188 (diff)
downloadcoreutils-9e2c86c67a477763f225e2ca95fd8db138ec5b08.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 457c70b6b..af1f2c493 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,35 @@
+Wed Feb 19 22:06:32 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/ls.c (main): Remove trailing slashes from command line arguments.
+ Otherwise, running `mkdir x; chmod 644 x; ls -d x/' (note the trailing
+ slash) makes ls fail with permission denied on at least Linux 1.2.13
+ and 2.0.14 systems.
+
+Wed Feb 5 21:54:17 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/ls.c (quote_filename): Allocate two more bytes (for quotes)
+ when using --quote-name (-Q).
+ Feb 2 change wasn't complete. Patch from Mark Harris.
+
+Mon Feb 3 21:49:55 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * po/POTFILES.in: Add copy.c and cp-hash.c. Remove cp-aux.c.
+
Sun Feb 2 09:40:37 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/system.h [__GNUC__]: Don't define alloca to __builtin_alloca.
+
+ * Makefile.am (SUBDIRS): Add tests.
+
+ * configure.in (AC_OUTPUT): Add tests/Makefile and tests/ls/Makefile.
+ * tests: New directory.
+ * tests/ls: New directory.
+
+ * src/ls.c (quote_filename): Don't backslash-escape double quotes.
+ This fixes a problem whereby columns weren't aligned when some files
+ contained double quote characters and ls's --escape (-b) option was
+ used. Reported by Mark Harris.
+
* src/cp-hash.c (struct entry): Move dcl to this file from cp.h.
(struct htab): Likewise.
No longer include cp.h. Instead, include the things it used to