Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-24 | *** empty log message *** | Jim Meyering | |
2004-03-24 | Avoid race condition that could cause | Jim Meyering | |
spurious failure. Based on a patch from Andreas Schwab. | |||
2004-03-23 | . | Jim Meyering | |
2004-03-23 | Remove space(s) before TAB. | Jim Meyering | |
2004-03-23 | whoops: getopt_int.h, not getopt_int.c. | Jim Meyering | |
2004-03-23 | Sync from gnulib. | Jim Meyering | |
2004-03-23 | . | Jim Meyering | |
2004-03-23 | New 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-23 | Sync from gnulib. | Jim Meyering | |
* mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>. | |||
2004-03-23 | Sync 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 with | Jim 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-22 | Tweak 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, reverting | Jim 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-22 | Include "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.h | Jim 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-21 | Also 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-21 | Add this comment: | Jim Meyering | |
# -*- perl -*- | |||
2004-03-21 | . | Jim Meyering | |
2004-03-21 | *** empty log message *** | Jim Meyering | |
2004-03-21 | Include <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-21 | Fix typo in comment. | Jim Meyering | |