summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-31.Jim Meyering
2004-03-31.Jim Meyering
2004-03-31file was essentially emptyJim Meyering
2004-03-31*** empty log message ***Jim Meyering
2004-03-31Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.Jim Meyering
Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2004-03-31 * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.Jim Meyering
Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2004-03-30*** empty log message ***Jim Meyering
2004-03-30add commentsJim Meyering
2004-03-30(sc_prohibit_atoi_atof): New rule.Jim Meyering
(syntax-check-rules): Add it.
2004-03-30*** empty log message ***Jim Meyering
2004-03-30*** empty log message ***Jim Meyering
2004-03-30Merge changes from emacs (via gnulib).Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29Use new OUT_SUBST directive, so that thisJim Meyering
test is not sensitive to system-dependent block size differences.
2004-03-29*** empty log message ***Jim Meyering
2004-03-29Accept new directives: OUT_SUBST, ERR_SUBST.Jim Meyering
Rename `%tmp' to `%actual'. Reverse order of last two args to _compare_files (to actual, $expected) so as to match declaration.
2004-03-29*** empty log message ***Jim Meyering
2004-03-29[HAVE_SETHOSTNAME && !defined sethostname]:Jim Meyering
Declare sethostname, since no Solaris header does it.
2004-03-29Include "vasprintf.h", for asprintf.Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29[HAVE_UNISTD_H]: Include <unistd.h>, for resolvepath declaration.Jim Meyering
2004-03-29Include dirfd.h, for dirfd.Jim Meyering
2004-03-28*** empty log message ***Jim Meyering
2004-03-28Minor optimization:Jim Meyering
(process_file): Don't record dev/inode for directories. Under some circumstances, without -c, du would mistakenly count the space of hard-linked files, not just the first one it encountered. Reported by Anthony Thyssen. (du_files): Don't ever clear the set of `seen' dev/inodes.
2004-03-28Correct the indentation of a foreach loop.Jim Meyering
2004-03-27*** empty log message ***Jim Meyering
2004-03-27(print_grand_total): Rename global from `print_totals'.Jim Meyering
2004-03-27*** empty log message ***Jim Meyering
2004-03-27(main): Rearrange filtering loop to be a tiny bit more efficient.Jim Meyering
2004-03-27*** empty log message ***Jim Meyering
2004-03-27Don't include savedir.h -- no longer needed.Jim Meyering
2004-03-25*** empty log message ***Jim Meyering
2004-03-25(main): Remove now-unused declaration of `i'.Jim Meyering
2004-03-25(main): Filter out file names of length zero beforeJim Meyering
invoking fts, so that they don't cause fatal errors.
2004-03-25(zero-len): Add a test for the above.Jim Meyering
2004-03-24.Jim Meyering
2004-03-24Test for BLOCKSIZE. Factor the code to simplify it.Jim Meyering
2004-03-24*** empty log message ***Jim Meyering
2004-03-24New environment var BLOCKSIZE.Jim Meyering
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(Block size): Document new envvar BLOCKSIZE.Jim Meyering
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(humblock): Support BLOCKSIZE envvar, as well as BLOCK_SIZE.Jim Meyering
2004-03-24.Jim Meyering
2004-03-24Adjust to above changes to src/du.c.Jim Meyering
2004-03-24Shorten the du --files0-from announcement, and sayJim Meyering
"NUL-terminated" rather than "NUL-separated".
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(EXPECTED_BYTES_PER_FILE_NAME, DEFAULT_PROJECTED_N_FILES):Jim Meyering
Remove: not used. (usage): Say "NUL-terminated", not "NUL-separated". (main): Check for I/O error when istream is closed. Allow --files0-from=F even if F is empty; this specifies no files. (du_files): Now that we allow the list of files to be empty, handle that case.