summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2004-03-24Use @sc{nul} consistently for NUL.Jim Meyering
(du invocation): FILE0 -> FILE.
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(check-texinfo): Add a check to ensure futureJim Meyering
consistency in using @sc{nul}, not `NUL'.
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(readtokens0): Return true on success ratherJim Meyering
than on failure. All callers changed. This also happens to fix a portability bug on pre-C99 hosts, where (bool) INTEGER sometimes returns false even when INTEGER is nonzero.
2004-03-24*** empty log message ***Jim Meyering
2004-03-24Avoid race condition that could causeJim Meyering
spurious failure. Based on a patch from Andreas Schwab.
2004-03-23.Jim Meyering
2004-03-23Remove space(s) before TAB.Jim Meyering
2004-03-23whoops: getopt_int.h, not getopt_int.c.Jim Meyering
2004-03-23Sync from gnulib.Jim Meyering
2004-03-23.Jim Meyering
2004-03-23New file, from gnulib.Jim Meyering
2004-03-23(libfetish_a_SOURCES): Add getopt_int.h.Jim Meyering
2004-03-23*** empty log message ***Jim Meyering
2004-03-23Sync from gnulib.Jim Meyering
* mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
2004-03-23Sync from gnulib.Jim Meyering
* mbswidth.h: Include <wchar.h> only if HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have <wchar.h>.
2004-03-23*** empty log message ***Jim Meyering
2004-03-23(main): Free the hash table, too.Jim Meyering
2004-03-23*** empty log message ***Jim Meyering
2004-03-23*** empty log message ***Jim Meyering
2004-03-23(du invocation): --files0-from is useful withJim Meyering
--total (-c), not with --summarize.
2004-03-23*** empty log message ***Jim Meyering
2004-03-23*** empty log message ***Jim Meyering
2004-03-23*** empty log message ***Jim Meyering
2004-03-23*** empty log message ***Jim Meyering
2004-03-22.Jim Meyering
2004-03-22*** empty log message ***Jim Meyering
2004-03-22Tweak a few lines that resulted in `overfull hbox' warnings.Jim Meyering
2004-03-22.Jim Meyering