| Age | Commit message (Expand) | Author | Lines |
| 2005-04-09 | Readability nit: | Jim Meyering | -1/+1 |
| 2005-04-09 | (usage): Mention that --recursive removes listed | Jim Meyering | -2/+7 |
| 2005-04-09 | Don't include "timespec.h". system.h does that. | Jim Meyering | -1/+0 |
| 2005-04-09 | (iread, iwrite): Use char * buffer, not void *, so we can do pointer | Paul Eggert | -2/+2 |
| 2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert | -5/+13 |
| 2005-04-09 | Remove all uses of signals; modern hosts have | Paul Eggert | -78/+0 |
| 2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert | -12/+17 |
| 2005-04-09 | Do not include safe-read.h or full-write; no longer needed. | Paul Eggert | -77/+221 |
| 2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert | -13/+26 |
| 2005-04-09 | (RETSIGTYPE): Remove; no longer needed. All uses replaced with void. | Paul Eggert | -4/+0 |
| 2005-04-07 | (binary_operator) [LINT]: Initialize lt and rt to 0. | Jim Meyering | -2/+4 |
| 2005-04-07 | (digest_check) [LINT]: Initialize hex_digest to NULL. | Jim Meyering | -1/+1 |
| 2005-04-07 | (binop): Move function definition to precede first use so we can... | Jim Meyering | -11/+10 |
| 2005-04-07 | (is_int, age_of, binop): Declare `char *' parameters to be `const'. | Jim Meyering | -3/+3 |
| 2005-04-05 | (usage): Add examples. | Paul Eggert | -3/+41 |
| 2005-04-05 | (usage): Mention that some shells provide a built-in function by the same name. | Jim Meyering | -1/+3 |
| 2005-04-05 | (usage): Mention that some shells provide a | Jim Meyering | -0/+1 |
| 2005-04-05 | . | Jim Meyering | -1/+1 |
| 2005-04-05 | (tee): When closing files, do not close stdout, | Jim Meyering | -1/+2 |
| 2005-04-04 | (usage): Move USAGE_BUILTIN_WARNING to end of --help output. | Jim Meyering | -7/+7 |
| 2005-04-04 | (USAGE_BUILTIN_WARNING): remove trailing newline | Jim Meyering | -2/+1 |
| 2005-04-04 | . | Jim Meyering | -1/+1 |
| 2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | -1/+2 |
| 2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | -2/+5 |
| 2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | -0/+1 |
| 2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering | -4/+11 |
| 2005-04-04 | (USAGE_BUILTIN_WARNING): New macro. | Jim Meyering | -0/+9 |
| 2005-04-03 | (main): Fix off-by-one error. | Jim Meyering | -1/+1 |
| 2005-04-01 | Correct indentation of the two just-split lines. | Jim Meyering | -2/+2 |
| 2005-04-01 | split two longer-than-80-column lines | Jim Meyering | -2/+4 |
| 2005-04-01 | (main): Free column_count_string when done with it. | Jim Meyering | -1/+4 |
| 2005-04-01 | Don't let pr treat +1:-1 like +1:18446744073709551615. | Jim Meyering | -14/+6 |
| 2005-03-30 | (who): New arg OPTIONS. All uses changed. | Paul Eggert | -12/+9 |
| 2005-03-30 | (users): New arg OPTIONS. All uses changed. | Paul Eggert | -6/+7 |
| 2005-03-30 | (uptime): New arg OPTIONS. All uses changed. | Paul Eggert | -5/+6 |
| 2005-03-30 | (short_pinky): Adjust to read_utmp signature change. | Paul Eggert | -1/+1 |
| 2005-03-29 | (ptr_align): Declare `ptr' parameter to be a | Jim Meyering | -4/+4 |
| 2005-03-29 | Remove #if-0'd-out code. | Jim Meyering | -17/+0 |
| 2005-03-29 | Indent cpp directives. | Jim Meyering | -3/+3 |
| 2005-03-28 | . | Jim Meyering | -3/+5 |
| 2005-03-28 | (print_sep_string): | Jim Meyering | -1/+1 |
| 2005-03-28 | (ds_init): Add `void' to make this an ANSI-style function declaration. | Jim Meyering | -2/+2 |
| 2005-03-28 | (get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]: | Jim Meyering | -2/+2 |
| 2005-03-28 | (sc_tight_scope): Adjust to catch any | Jim Meyering | -2/+4 |
| 2005-03-28 | (speeds): Declare this array to be static. | Jim Meyering | -1/+1 |
| 2005-03-28 | (long_options): Use NULL, not `0'. | Jim Meyering | -1/+1 |
| 2005-03-28 | (follow_mode_string): Use NULL, not `0'. | Jim Meyering | -1/+1 |
| 2005-03-28 | (long_options): Use NULL, not `0'. | Jim Meyering | -1/+1 |
| 2005-03-28 | (docolon): Use NULL, not `0'. | Jim Meyering | -1/+1 |
| 2005-03-28 | (print_user): Use NULL, not `0'. | Jim Meyering | -2/+3 |