| Age | Commit message (Expand) | Author | Lines |
| 2002-11-05 | (write_counts, wc): | Jim Meyering | -9/+9 |
| 2002-11-05 | (dopass): | Jim Meyering | -13/+14 |
| 2002-11-05 | (print_factors): | Jim Meyering | -4/+4 |
| 2002-11-05 | (print_stats, main): | Jim Meyering | -10/+7 |
| 2002-11-05 | (handle_line_error, parse_patterns): | Jim Meyering | -5/+5 |
| 2002-11-05 | (cksum): Use primitives from inttostr.h, not | Jim Meyering | -4/+4 |
| 2002-10-19 | (cwrite): Change type of `bytes' parameter to size_t | Jim Meyering | -51/+29 |
| 2002-10-19 | (print_heading): Align TTY and Name headings. | Jim Meyering | -2/+2 |
| 2002-10-18 | (ST_BLKSIZE): Correct comment describing how to | Jim Meyering | -1/+1 |
| 2002-10-17 | Fix a problem that could make cat misbehave on systems which | Jim Meyering | -3/+9 |
| 2002-10-14 | Specifying a printf conversion specifer as nl's separator string | Jim Meyering | -6/+10 |
| 2002-10-13 | .v4.5.3COREUTILS-4_5_3 | Jim Meyering | -1/+1 |
| 2002-10-13 | (usage): Tweak description of --dereference-args/-D. | Jim Meyering | -1/+1 |
| 2002-10-13 | (count_entry): Also save cwd when dereferencing (via --dereference-args, -D) | Jim Meyering | -4/+8 |
| 2002-10-13 | update comment | Jim Meyering | -1/+1 |
| 2002-10-13 | (../AUTHORS): Make it read-only. | Jim Meyering | -0/+2 |
| 2002-10-13 | . | Jim Meyering | -1/+29 |
| 2002-10-13 | (../AUTHORS): New target/rule. | Jim Meyering | -1/+31 |
| 2002-10-12 | (paste_parallel): Declare local var, `delims_saved', to be | Jim Meyering | -1/+1 |
| 2002-10-12 | (struct cstring) [len]: Declare to be unsigned int, | Jim Meyering | -5/+8 |
| 2002-10-12 | (cut_fields): Add a temporary size_t variable, n_bytes, to avoid warnings. | Jim Meyering | -6/+8 |
| 2002-10-12 | (print_long_entry): fread returns size_t. | Jim Meyering | -2/+2 |
| 2002-10-12 | tail -c +N would perform an extra read after encountering EOF | Jim Meyering | -45/+61 |
| 2002-10-09 | (wc): Adapt to new safe_read ABI. | Jim Meyering | -23/+28 |
| 2002-10-09 | (.jar): Fix typo: s/01;3/01;31/. | Jim Meyering | -1/+1 |
| 2002-10-08 | (main): Fix target_directory parsing when n_files == 1. | Jim Meyering | -3/+3 |
| 2002-10-08 | (save_stdin, tac_stdin_to_mem): Adapt to new safe_read ABI. | Jim Meyering | -6/+5 |
| 2002-10-08 | Rename local variable: chars_read -> bytes_read | Jim Meyering | -11/+11 |
| 2002-10-08 | (squeeze_filter, read_and_delete, read_and_xlate): Adapt to new safe_read ABI. | Jim Meyering | -8/+7 |
| 2002-10-08 | (sysv_sum_file): Adapt to new safe_read ABI. | Jim Meyering | -12/+15 |
| 2002-10-08 | (cat): Don't advance the write pointer past the end of the write buffer. | Jim Meyering | -3/+5 |
| 2002-10-08 | (begfield, limfield): Don't advance the write pointer past the | Jim Meyering | -2/+7 |
| 2002-10-07 | (head_bytes, head_lines): Adapt to new safe_read ABI. | Jim Meyering | -6/+7 |
| 2002-10-06 | (scanargs): Ensure that specified block sizes (specified | Jim Meyering | -4/+10 |
| 2002-10-06 | (simple_cat, cat): Adapt to new safe_read ABI. | Jim Meyering | -4/+4 |
| 2002-10-05 | (remove_entry) [ROOT_CAN_UNLINK_DIRS]: With `rm -i DIR', | Jim Meyering | -1/+8 |
| 2002-10-03 | Mark translatable string with `N_ (...)'. | Jim Meyering | -4/+4 |
| 2002-10-03 | (AUTHORS): Mark translatable string with `N_ (...)'. | Jim Meyering | -1/+1 |
| 2002-10-01 | (SSIZE_MAX): Define. | Jim Meyering | -0/+4 |
| 2002-09-30 | Don't include stdlib.h here. It's already included via system.h. | Jim Meyering | -4/+0 |
| 2002-09-29 | (find_bracketed_repeat): Rearrange pointer/integer | Jim Meyering | -1/+1 |
| 2002-09-29 | (simple_cat): Use a temporary to avoid bogus warnings. | Jim Meyering | -8/+12 |
| 2002-09-29 | (parse_options): Give a sensible diagnostic for | Jim Meyering | -6/+2 |
| 2002-09-29 | (main): Split a long line. | Jim Meyering | -1/+2 |
| 2002-09-29 | . | Jim Meyering | -1/+1 |
| 2002-09-29 | In move mode, always first try to rename. Before, upon failure to | Jim Meyering | -13/+4 |
| 2002-09-28 | (FAIL_ONLY_ONE_WAY): New macro. Factor out some duplication. | Jim Meyering | -25/+23 |
| 2002-09-28 | (begfield, limfield): Rearrange comparisons to avoid compiler warnings. | Jim Meyering | -6/+8 |
| 2002-09-28 | (dopass): Use a uintmax_t temporary to avoid bogus compiler warnings. | Jim Meyering | -3/+4 |
| 2002-09-28 | (tail_bytes): Change type of bytes_remaining to off_t | Jim Meyering | -1/+1 |