.
authorJim Meyering <jim@meyering.net>
Tue, 25 Jun 1996 04:58:18 +0000 (04:58 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Jun 1996 04:58:18 +0000 (04:58 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 3bf4f75..e27bfc7 100644 (file)
@@ -1,7 +1,13 @@
 Mon Jun 24 22:39:02 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * 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.
+
        * dircolors.c (dc_parse_stream): Remove spurious newline in
        error message.
+       (dc_parse_stream): Give `unrecognized keyword' for misspelled
+       `TERM' keyword as well as for others.
 
 Sun Jun 23 12:58:32 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
@@ -42,7 +48,8 @@ Tue Jun 18 20:54:05 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * ln.c (do_link): Refine last change so we don't disallow commands
        like `ln --force A B' when A and B are hard links to the same file.
-       See comments in the source.  Reported by Erik Naggum <erik@naggum.no>.
+       See comments in the source.  Reported by Erik Naggum <erik@naggum.no>
+       and Andreas Schwab.
 
        * ls.c (decode_switches): Correct typo in error messages:
        enironment -> environment.  From Santiago Vila Doncel
index 609ae5c..cf178c6 100644 (file)
@@ -1,4 +1,6 @@
 Changes in release 3.13:
+* ls allows 0 as argument to --tabsize (-T) option.  Using --tabsize=0
+  inhibits the use of TAB characters for separating columns.
 * you can create a backup of FILE with cp --force --backup FILE FILE.  Before,
   that command failed saying that ``FILE' and `FILE' are the same file'.
 * uses automake-generated Makefile templates