| Age | Commit message (Expand) | Author | Lines |
| 2002-11-23 | . | Jim Meyering | -1/+1 |
| 2002-11-23 | (decode_switches): Use case-sensitive matching to | Jim Meyering | -1/+1 |
| 2002-11-23 | (output): Declare some local variables to be of type size_t, | Jim Meyering | -3/+3 |
| 2002-11-21 | stty doesn't support all baud rates available in current Linux kernels. | Jim Meyering | -0/+33 |
| 2002-11-17 | (movefile): Don't remove trailing slashes from SOURCE. | Jim Meyering | -6/+3 |
| 2002-11-15 | . | Jim Meyering | -1/+2 |
| 2002-11-12 | (HAVE_SYMLINKS): Remove unnecessary macro definition. | Jim Meyering | -7/+1 |
| 2002-11-10 | (usage): Transform --help output via s/ - / /, | Jim Meyering | -36/+36 |
| 2002-11-10 | (sighandler): Handle SIGTSTP specially. | Jim Meyering | -8/+18 |
| 2002-11-10 | (restore_default_color_handler, sigtstp_handler): Remove functions. | Jim Meyering | -13/+49 |
| 2002-11-10 | (main): Also declare `i' to be unsigned, not int. | Jim Meyering | -16/+21 |
| 2002-11-10 | (sighandler): Use raise, rather than kill+getpid. | Jim Meyering | -6/+2 |
| 2002-11-10 | (interrupt_handler): Use raise, rather than kill+getpid. | Jim Meyering | -1/+1 |
| 2002-11-10 | (interrupt_handler): Use raise, rather than kill+getpid. | Jim Meyering | -1/+1 |
| 2002-11-09 | correct indentation | Jim Meyering | -4/+4 |
| 2002-11-09 | ls --color: restore terminal state (color) upon signal. | Jim Meyering | -0/+44 |
| 2002-11-08 | (human_output_opts): New var. | Jim Meyering | -12/+19 |
| 2002-11-08 | (print_header): Use primitives from inttostr.h, not | Jim Meyering | -34/+68 |
| 2002-11-06 | . | Jim Meyering | -4/+11 |
| 2002-11-06 | (print_long_format, print_file_name_and_frills): | Jim Meyering | -39/+42 |
| 2002-11-06 | (usage): Update description. | Jim Meyering | -2/+2 |
| 2002-11-06 | (print_esc): Hexadecimal \xhh escapes may have | Jim Meyering | -2/+4 |
| 2002-11-05 | (inttostr): Remove; use new imaxtostr library function instead. | Jim Meyering | -21/+3 |
| 2002-11-05 | (checkfp): Use primitives from inttostr.h, not human.h, | Jim Meyering | -3/+3 |
| 2002-11-05 | (bsd_sum_file, sysv_sym_file): | Jim Meyering | -2/+2 |
| 2002-11-05 | (xlseek): | Jim Meyering | -14/+9 |
| 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 |