summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2004-03-22(libfetish_a_SOURCES): Add readtokens0.c and readtokens0.hJim Meyering
2004-03-22*** empty log message ***Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21(ds_free): Plug a small leak.Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21(readtoken): Don't leak 64 bytes when reading an empty input stream.Jim Meyering
2004-03-21Also test with a non-regular file:Jim Meyering
--files0-from=/dev/null
2004-03-21(main): whoops. don't use errno for this diagnostic:Jim Meyering
_("no files specified in %s"),
2004-03-21Add this comment:Jim Meyering
# -*- perl -*-
2004-03-21.Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21Include <stdbool.h>.Jim Meyering
(readtoken): Use `size_t' rather than int/long. All callers adjusted. Use `bool' rather than `int' where appropriate. Use memset rather than an explicit loop. Use x2nrealloc rather than xrealloc. Allow the use of `\0' as a delimiter. (readtokens): Likewise.
2004-03-21(readtoken, readtokens): Update prototypes.Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21(du invocation): Document new option: --file0-from=F.Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21Fix typo in comment.Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21 * NEWS: du accepts a new option --from0-file=FILE, where FILEJim Meyering
contains a list of NUL-separated file names.
2004-03-21(tsort): Reflect changes in use of readtoken.Jim Meyering
2004-03-21(do_stdin): Reflect changes in use of readtoken.Jim Meyering
2004-03-21(TESTS): Add files0-from.Jim Meyering
2004-03-21New tests, for --files0-from-F option.Jim Meyering
2004-03-21du accepts a new option --from0-file=FILE, where FILE containsJim Meyering
a list of NUL-separated file names. Include "readtokens.h". (usage): Describe the new option, and adjust the `Usage': with this option, no FILE may be specified on the command line. (main): Handle the new option.
2004-03-18.Jim Meyering