| Age | Commit message (Expand) | Author | Lines |
| 2005-10-27 | (main) [!O_BINARY]: Changed default read mode | Jim Meyering | -0/+3 |
| 2005-10-26 | Add these: sha224sum sha256sum sha384sum sha512sum | Jim Meyering | -1/+4 |
| 2005-10-24 | (tac_file): When determining whether a file is seekable, | Jim Meyering | -3/+3 |
| 2005-10-24 | rename array_cardinality to array_len | Jim Meyering | -2/+2 |
| 2005-10-24 | (ls_codes): Add missing comma. | Jim Meyering | -1/+1 |
| 2005-10-24 | Add a compile-time assertion that the slack_codes | Jim Meyering | -1/+2 |
| 2005-10-24 | * src/expand.c (parse_tab_stops): Add comment to make this function | Jim Meyering | -12/+12 |
| 2005-10-24 | (next_file): Don't assume fopen cannot return stdin. | Jim Meyering | -2/+2 |
| 2005-10-23 | . | Jim Meyering | -1/+1 |
| 2005-10-23 | . | Jim Meyering | -25/+158 |
| 2005-10-23 | (digest_check, main): Use ptr_align rather than | Jim Meyering | -11/+5 |
| 2005-10-23 | (sha224sum, sha256sum, sha384sum, sha512sum): Rules for compiling sha-2 utili... | Jim Meyering | -4/+15 |
| 2005-10-23 | Provide framework for computing sha-2 hashes. | Jim Meyering | -46/+101 |
| 2005-10-23 | . | Jim Meyering | -1/+1 |
| 2005-10-22 | .v5.92COREUTILS-5_92 | Jim Meyering | -1/+1 |
| 2005-10-19 | . | Jim Meyering | -1/+1 |
| 2005-10-19 | (append_quoted): Quote ' correctly. | Jim Meyering | -0/+7 |
| 2005-10-16 | . | Jim Meyering | -1/+1 |
| 2005-10-16 | . | Jim Meyering | -1/+1 |
| 2005-10-15 | (usage): Undocument deprecated --idle (-i) option. | Jim Meyering | -3/+1 |
| 2005-10-15 | . | Jim Meyering | -1/+1 |
| 2005-10-15 | (main): Remove --link -l options. | Jim Meyering | -5/+1 |
| 2005-10-15 | (parse_options): Remove --allow-missing option. | Jim Meyering | -7/+0 |
| 2005-10-15 | (usage): Document -m, once again. | Jim Meyering | -4/+22 |
| 2005-10-15 | (decode_switches): Warn about the deprecated --kilobytes option. | Jim Meyering | -1/+9 |
| 2005-10-15 | (main): Warn about the deprecated --kilobytes option. | Jim Meyering | -3/+9 |
| 2005-10-07 | (sortlines_temp): Redo previous change, since I'm no longer confident | Paul Eggert | -1/+4 |
| 2005-10-06 | (sortlines_temp): Undo previous change, since | Paul Eggert | -3/+1 |
| 2005-10-05 | Add a comment to go with the last change. | Jim Meyering | -0/+2 |
| 2005-10-05 | (sortlines_temp): Declare temporary as `int' rather | Jim Meyering | -1/+1 |
| 2005-10-03 | (MAX_N_FACTORS): Define in terms of sizeof (uintmax_t) | Jim Meyering | -3/+2 |
| 2005-10-01 | . | Jim Meyering | -1/+1 |
| 2005-10-01 | (main): Don't stop processing arguments upon the first invalid one. | Jim Meyering | -2/+2 |
| 2005-10-01 | . | Jim Meyering | -1/+1 |
| 2005-09-30 | (main): Don't assume size_t has the same width | Paul Eggert | -1/+2 |
| 2005-09-29 | .v5.90COREUTILS-5_90 | Jim Meyering | -1/+1 |
| 2005-09-29 | . | Jim Meyering | -1/+1 |
| 2005-09-29 | . | Jim Meyering | -1/+1 |
| 2005-09-29 | . | Jim Meyering | -1/+1 |
| 2005-09-28 | * src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAX | Paul Eggert | -1/+1 |
| 2005-09-26 | (touch): Handle "touch -c - >&-" by checking for EBADF | Paul Eggert | -3/+17 |
| 2005-09-25 | (touch): "touch -" now touches standard output. | Paul Eggert | -3/+7 |
| 2005-09-25 | (HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined. | Paul Eggert | -12/+71 |
| 2005-09-24 | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu... | Jim Meyering | -2/+2 |
| 2005-09-23 | (install_file_in_file): Be more conservative about the previous patch: | Paul Eggert | -2/+2 |
| 2005-09-23 | (change_timestamps): First arg is source | Paul Eggert | -13/+12 |
| 2005-09-23 | (copy_reg): Preserve time stamps if | Paul Eggert | -2/+15 |
| 2005-09-23 | Don't include utime.h; not needed. | Paul Eggert | -14/+0 |
| 2005-09-23 | . | Jim Meyering | -5/+6 |
| 2005-09-23 | Use `verify' to ensure that our hard-coded | Jim Meyering | -5/+18 |