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/fileutils/ChangeLog | |
parent | f58702e8f97ca1fde5abc475987c9da2585583df (diff) | |
download | coreutils-0c0537fdce148b32dd89a5ebad422b9287163c7a.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 8 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 |