summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
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