bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

du bugs fixed


From: Jim Meyering
Subject: du bugs fixed
Date: Tue, 31 Jul 2007 15:36:47 +0200

FYI: new NEWS:

  du -s now includes the size of any stat'able-but-inaccessible directory
  in the total size.

  du (without -s) prints whatever it knows of the size of an inaccessible
  directory.  Before, du would print nothing for such a directory.


2007-07-31  Jim Meyering  <address@hidden>

        du: print size (probably incomplete) of each inaccessible directory
        * src/du.c (process_file): Print what we know of the size of a
        directory even when it is inaccessible.  What we print is just the
        size of the directory itself, not counting any of its contents.
        * tests/du/inacc-dir: Test for this.
        * NEWS: Mention this change.

        Add a test for du not counting size of inaccessible directories.
        * tests/du/inacc-dir: New file. Test for fts.c bug fixed yesterday.
        * tests/du/Makefile.am (TESTS): Add inacc-dir.
        * NEWS: Mention the bug fix.

    http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=fd9a6e860b
    http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3b03442c54




reply via email to

[Prev in Thread] Current Thread [Next in Thread]