diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-25 04:58:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-25 04:58:18 +0000 |
commit | 0c0537fdce148b32dd89a5ebad422b9287163c7a (patch) | |
tree | 9c7dd960e23068c559d3290c106bd8328b422199 /old | |
parent | f58702e8f97ca1fde5abc475987c9da2585583df (diff) | |
download | coreutils-0c0537fdce148b32dd89a5ebad422b9287163c7a.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 9 | ||||
-rw-r--r-- | old/fileutils/NEWS | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3bf4f75a7..e27bfc7d6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 609ae5c0e..cf178c667 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -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 |