diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-06 23:09:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-06 23:09:39 +0000 |
commit | 604b3b397d5aa9ee10749f582fd67f1d2ae91a7f (patch) | |
tree | 49a9cdb38773f87e0202ca005e964fe38f4bc089 /old | |
parent | a68f3dee80e5c4ca250e859729be730a47a7a364 (diff) | |
download | coreutils-604b3b397d5aa9ee10749f582fd67f1d2ae91a7f.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c33fa24d5..250d20eee 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,18 @@ +1998-12-06 Jim Meyering <meyering@ascend.com> + + Fix `ls -R .' formatting bug that broke mktexlsr. + * src/ls.c: Include path-concat.h. + (basename_is_dot_or_dotdot): New function, derived from + is_not_dot_or_dotdot. + (is_not_dot_or_dotdot): Remove function. + (extract_dirs_from_files): Use `!basename_is_dot_or_dotdot' + instead of is_not_dot_or_dotdot and use path_concat instead of attach. + + * tests/ls-2/tests: New file (renamed from quoting), + with new test for the `ls -R .' fix. + * tests/ls-2/quoting: Remove file. + * tests/ls-2/Makefile.am (TESTS): s/quoting/tests/. + 1998-11-29 Jim Meyering <meyering@ascend.com> * src/remove.c (DOT_OR_DOTDOT): Move definition from this file... |