]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 2 Nov 2001 13:19:11 +0000 (13:19 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 2 Nov 2001 13:19:11 +0000 (13:19 +0000)
old/fileutils/ChangeLog

index 14c11c593c97d90da77ce076b8aaec91a2823431..a6f073467ca9fa21a9f0cf7f77f571a62ae36c61 100644 (file)
@@ -2,7 +2,11 @@
 
        * Version 4.1.1.
 
-       * src/ls.c (dev_ino_pop): Cast 2nd arg of obstack_blank to `int'
+       * src/ls.c: Rename global: s/trace_dirs/recursive/.
+       (extract_dirs_from_files): Rename parameter:
+       s/recursive/ignore_dot_and_dot_dot/.
+
+       * src/ls.c: (dev_ino_pop): Cast 2nd arg of obstack_blank to `int'
        before negating to avoid warning from gcc on systems with 64-bit size_t.
 
        * src/ls.c: Use XMALLOC and XREALLOC in a several places.  It's cleaner.