Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-12-06 | [!WITH_REGEX]: Include rx.h. | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-15 | (cleanup): Don't exit. | Jim Meyering | |
(cleanup_fatal): New function. Call cleanup, then exit. (sighandler): New function. (cleanup_fatal): Renamed from cleanup. Call cleanup, then exit. Update callers. (tac_stdin): Set up sighandler as signal handler, not `cleanup'. | |||
1995-11-11 | (cleanup): Add signal number parameter. | Jim Meyering | |
Update callers. | |||
1995-10-29 | (xwrite): Give output buffer parameter const attribute. | Jim Meyering | |
(output): Likewise for both parameters. (tac): Likewise for file name parameter. (tac_file): Likewise. | |||
1995-10-29 | protoize. | Jim Meyering | |
1995-10-29 | Reorder functions to obviate forward dcls. | Jim Meyering | |
Remove forward dcls. | |||
1995-10-04 | Test SA_INTERRUPT, not _POSIX_VERSION, | Jim Meyering | |
to determine whether `sigaction' functions are available. Reported by Paul Nevai <nevai@ops.mps.ohio-state.edu>. Fix suggested by Karl Berry. | |||
1995-08-07 | Annotate localizable strings with _(...). From Franc,ois. | Jim Meyering | |
1995-06-18 | merge with 1.12 | Jim Meyering | |
1995-05-13 | (usage): Include one- or two-line synopsis in --help output. | Jim Meyering | |
From Karl Berry. | |||
1995-05-05 | (save_stdin): Don't hard-code /tmp. | Jim Meyering | |
[DEFAULT_TMPDIR]: Use this instead. | |||
1995-03-09 | add 1995 to Copyright dates | Jim Meyering | |
1995-01-28 | (tac): Use memmove instead of bcopy. | Jim Meyering | |
(output): Use memcpy instead of bcopy. | |||
1994-12-16 | Include "error.h" instead of simply declaring `void error ();'. | Jim Meyering | |
1994-11-17 | (output): Use STDOUT_FILENO instead of `1' in xwrite call. | Jim Meyering | |
1994-10-19 | merge with 1.9.1h | Jim Meyering | |
1994-06-22 | . | Jim Meyering | |
1994-04-13 | . | Jim Meyering | |
1994-01-11 | Revert last change -- timing showed 10% speedup w/o stream I/O. | Jim Meyering | |
1994-01-11 | Use fwrite insted of write. | Jim Meyering | |
1994-01-09 | safe_read and full_write + join patch | Jim Meyering | |
1993-11-15 | merge with 1.9.1 | Jim Meyering | |
1993-10-24 | merge with 1.8h | Jim Meyering | |
1993-10-23 | merge with 1.8d+ | Jim Meyering | |
1993-10-21 | merge with 1.8d | Jim Meyering | |
1993-10-21 | merge with 1.8c | Jim Meyering | |
1993-10-05 | merge with 1.8a | Jim Meyering | |
1993-05-22 | merge with 1.5.2 | Jim Meyering | |
1993-04-29 | add --version and --help | Jim Meyering | |
1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | |
getopt.h: no_argument, required_argument, and optional_argument. | |||
1992-11-19 | Merged in changes for 1.3.5. | Jim Meyering | |
1992-11-08 | Declared lots of external functions and variables static. | Jim Meyering | |
Made several statically-initialized arrays `const' | |||
1992-11-08 | Initial revision | Jim Meyering | |