| Age | Commit message (Expand) | Author | Lines |
| 1993-04-01 | Add --version, --help options. | Jim Meyering | -2/+35 |
| 1993-03-31 | sort changes from Mike | Jim Meyering | -26/+49 |
| 1993-03-31 | (parse_old_offset): Allow `0X' as well as `0x' prefix to indicate hex. | Jim Meyering | -6/+5 |
| 1993-03-31 | Add -G,--no-group option to inhibit display of group infomation. | Jim Meyering | -8/+20 |
| 1993-03-30 | Always call error with errno (not zero) after failed fclose or non-zero ferror. | Jim Meyering | -5/+5 |
| 1993-03-30 | . | Jim Meyering | -1/+1 |
| 1993-03-29 | merge with 3.4.1 | Jim Meyering | -9/+8 |
| 1993-03-28 | (add_omitted_fs_type, fs_to_omit): New functions adding | Jim Meyering | -23/+73 |
| 1993-03-28 | (decode_switches, print_long_format): New option: --full-time. | Jim Meyering | -13/+29 |
| 1993-03-28 | (main): If -f is given, don't complain if no file args are given. | Jim Meyering | -0/+5 |
| 1993-03-28 | Accept `flush' option. From Arne H. Juul arnej@lise.unit.no | Jim Meyering | -0/+6 |
| 1993-03-26 | Add long options. | Jim Meyering | -1/+11 |
| 1993-03-24 | (gobble_file): Don't stat symlinks unless we need to. | Jim Meyering | -1/+6 |
| 1993-03-24 | (copy, copy_with_block, copy_with_block): Decrement pending_spaces only | Jim Meyering | -9/+15 |
| 1993-03-23 | New option: -C, --compatible. | Jim Meyering | -16/+219 |
| 1993-03-22 | (close_file): Reverse May 13, '92 change, but add the condition | Jim Meyering | -5/+8 |
| 1993-03-22 | fix two typos | Jim Meyering | -2/+2 |
| 1993-03-06 | Compare getenv with NULL instead of 0 -- just for aesthetics. | Jim Meyering | -1/+1 |
| 1993-02-26 | (print_s_char, print_s_short): Print signed chars and signed shorts without | Jim Meyering | -5/+16 |
| 1993-02-25 | reindent with indent-1.7 | Jim Meyering | -77/+77 |
| 1993-02-25 | Reformat with GNU indent-1.7. | Jim Meyering | -29/+29 |
| 1993-02-25 | (print_s_char, print_s_short): Fix printing of signed chars and signed shorts. | Jim Meyering | -8/+2 |
| 1993-02-18 | Don't ask when removing symlinks. | Jim Meyering | -1/+5 |
| 1993-02-08 | Add long options. | Jim Meyering | -1/+12 |
| 1993-01-22 | IS* macros may not be given arguments with side effects.ISDIGIT-bug-fix | Jim Meyering | -1/+2 |
| 1993-01-20 | merge with 1.4 | Jim Meyering | -157/+86 |
| 1992-12-10 | Merge with pre-release 1.3.6. | Jim Meyering | -29/+55 |
| 1992-12-10 | Remove last (blank) line of file. | Jim Meyering | -1/+0 |
| 1992-12-08 | (is_char_class_member): Remove unreached return after abort. | Jim Meyering | -1/+0 |
| 1992-12-08 | Define ISLOWER and ISUPPER independent of STDC_HEADERS. | Jim Meyering | -7/+9 |
| 1992-12-08 | (change_file_group): Define ISDIGIT and use it instead of isdigit. | Jim Meyering | -1/+7 |
| 1992-12-08 | (isnumber): Define ISDIGIT and use it instead of isdigit. | Jim Meyering | -1/+7 |
| 1992-12-07 | (print_formatted, print_esc): Define ISXDIGIT and ISXDIGIT and use | Jim Meyering | -3/+10 |
| 1992-12-07 | (toarith): Change single use of isdigit to ISDIGIT. | Jim Meyering | -1/+7 |
| 1992-12-07 | Remove unused definition of isdigit. | Jim Meyering | -3/+0 |
| 1992-12-07 | Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h. | Jim Meyering | -138/+19 |
| 1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | -97/+97 |
| 1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | -32/+32 |
| 1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | -79/+79 |
| 1992-11-24 | Use David's definition of isascii instead of my CTYPE_PREFIX macro. | Jim Meyering | -17/+15 |
| 1992-11-24 | * Define new macros ISPRINT, ISALNUM, ISXDIGIT, ... that use isascii | Jim Meyering | -19/+42 |
| 1992-11-24 | * (print_ascii, dump_strings): Use ISDIGIT and ISPRINT | Jim Meyering | -4/+12 |
| 1992-11-24 | * (print_ascii, dump_strings): Check for isascii before isprint. | Jim Meyering | -211/+267 |
| 1992-11-19 | Merged in changes for 1.3.5. | Jim Meyering | -51/+245 |
| 1992-11-12 | all files: make most variables static and const when possible. | Jim Meyering | -145/+164 |
| 1992-11-12 | (set_mode): Parenthesize expressions with bit operations | Jim Meyering | -2/+3 |
| 1992-11-09 | Declared lots of external functions and variables static. | Jim Meyering | -265/+283 |
| 1992-11-08 | Declared lots of external functions and variables static. | Jim Meyering | -521/+537 |
| 1992-11-08 | Initial revision | Jim Meyering | -0/+16069 |
| 1992-11-01 | Make still more file-scope variables `static'. | Jim Meyering | -15/+15 |