]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 6 Dec 1998 23:09:39 +0000 (23:09 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Dec 1998 23:09:39 +0000 (23:09 +0000)
old/fileutils/ChangeLog

index c33fa24d518f68fd373d237ddc54954833e757d8..250d20eee663c53663cdaeae1d7bb7700572152c 100644 (file)
@@ -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...