| Age | Commit message (Expand) | Author | Lines |
| 1997-02-05 | Bracket inclusion of termios.h with #if HAVE_TERMIOS_H. | Jim Meyering | -1/+3 |
| 1997-02-04 | [__GNUC__]: Don't define alloca to __builtin_alloca. | Jim Meyering | -5/+6 |
| 1997-02-03 | Move alloca-related preprocessor code into system.h. | Jim Meyering | -34/+0 |
| 1997-02-03 | [__GNUC__]: Don't define alloca to __builtin_alloca. | Jim Meyering | -1/+0 |
| 1997-02-03 | (quote_filename): Don't backslash-escape double quotes. | Jim Meyering | -1/+0 |
| 1997-02-02 | * src/cp-hash.c (struct entry): Move dcl to this file from cp.h. | Jim Meyering | -42/+65 |
| 1997-02-02 | . | Jim Meyering | -85/+30 |
| 1997-02-02 | (hash_insert2): Rename local HTAB to HT to avoid shadowing global. | Jim Meyering | -4/+4 |
| 1997-02-02 | [obstack_chunk_alloc]: Define to malloc, not xmalloc | Jim Meyering | -1/+1 |
| 1997-02-02 | [obstack_chunk_alloc]: Define to malloc, not xmalloc | Jim Meyering | -1/+1 |
| 1997-02-02 | (main): Rename local I to C to avoid shadowing and to | Jim Meyering | -3/+7 |
| 1997-02-02 | Gutted code -- pieces are in copy.[ch]. | Jim Meyering | -1060/+382 |
| 1997-02-02 | . | Jim Meyering | -0/+9 |
| 1997-02-02 | . | Jim Meyering | -0/+86 |
| 1997-02-01 | . | Jim Meyering | -13/+14 |
| 1997-02-01 | (init_parameters): For compatibility: use default | Jim Meyering | -8/+14 |
| 1997-02-01 | (usage): Make parenthetical note on --no-dereference a little more general. | Jim Meyering | -1/+2 |
| 1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | -24/+24 |
| 1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | -18/+18 |
| 1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | -30/+30 |
| 1997-02-01 | Rename globals buffer and buffer_size to have G_ prefix | Jim Meyering | -37/+37 |
| 1997-02-01 | (add_line_number): Rename from `number' to avoid shadowing local variables. | Jim Meyering | -5/+6 |
| 1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering | -25/+21 |
| 1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering | -26/+19 |
| 1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering | -35/+23 |
| 1997-01-30 | . | Jim Meyering | -2/+2 |
| 1997-01-28 | (usage): Remove one space in message to make colons line up. | Jim Meyering | -1/+1 |
| 1997-01-28 | (print_long_format): Fix off-by-one problem in size being passed to strftime. | Jim Meyering | -1/+1 |
| 1997-01-27 | really make the messages identicalTEXTUTILS-1_22 | Jim Meyering | -1/+1 |
| 1997-01-26 | . | Jim Meyering | -1/+1 |
| 1997-01-26 | (usage): Fix typo (--writeable -> --writable) in help output | Jim Meyering | -1/+1 |
| 1997-01-26 | (parse_options): Add quotes to make messages identical. | Jim Meyering | -1/+1 |
| 1997-01-26 | Restore dcl of free. with obstacks, you need it. | Jim Meyering | -0/+1 |
| 1997-01-26 | Revert last change. With obstack, dcl of free is *required*. | Jim Meyering | -0/+4 |
| 1997-01-26 | (count_entry): Fix blatant bug (typo?) that made | Jim Meyering | -1/+1 |
| 1997-01-26 | (print_factors): Reflect changes to xstrtoul interface. | Jim Meyering | -1/+1 |
| 1997-01-26 | (parse_options): Remove unnecessary goto and label. | Jim Meyering | -5/+1 |
| 1997-01-26 | (parse_obsolescent_option): Comment. | Jim Meyering | -1/+12 |
| 1997-01-26 | (is_ancestor): Add it. | Jim Meyering | -1/+13 |
| 1997-01-25 | update for changed xstrtou?l | Jim Meyering | -38/+38 |
| 1997-01-25 | fix copyright filling | Jim Meyering | -2/+2 |
| 1997-01-25 | fix copyright filling | Jim Meyering | -8/+7 |
| 1997-01-25 | . | Jim Meyering | -2/+2 |
| 1997-01-24 | (parse_obsolescent_option): Recognize and fail for | Jim Meyering | -1/+16 |
| 1997-01-23 | (parse_options): New function. | Jim Meyering | -90/+181 |
| 1997-01-22 | (main): Properly handle what the POSIX spec calls | Jim Meyering | -8/+3 |
| 1997-01-18 | Include getdate.h. | Jim Meyering | -8/+3 |
| 1997-01-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering | -1/+0 |
| 1997-01-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering | -4/+0 |
| 1997-01-15 | Add struct dir_list and is_ancestor. | Jim Meyering | -4/+40 |