summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-03-22*** empty log message ***Jim Meyering
2004-03-22(.x.1): Remove --info-page= option, revertingJim Meyering
the change of 2004-01-22. I can no longer reproduce the problem that prompted that change, and `info coreutils pr' would display the `printing text' section of the manual, not the one on `pr invocation'.
2004-03-22.Jim Meyering
2004-03-22*** empty log message ***Jim Meyering
2004-03-22(nul-1, nul-2): Adjust expected diagnostics to match corrected output.Jim Meyering
2004-03-22(du_files): Return bool, rather than int.Jim Meyering
(main): Call readtokens0_free.
2004-03-22Include "readtokens0.h" rather than "readtokens.h".Jim Meyering
(main): Use readtoken0 functions rather than readtokens. Don't use errno when diagnosing readtokens0 failure.