summaryrefslogtreecommitdiff
path: root/src/tac.c
AgeCommit message (Collapse)Author
1995-11-27s/non-zero/nonzero/gJim 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-29protoize.Jim Meyering
1995-10-29Reorder functions to obviate forward dcls.Jim Meyering
Remove forward dcls.
1995-10-04Test 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-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-06-18merge with 1.12Jim 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-09add 1995 to Copyright datesJim Meyering
1995-01-28(tac): Use memmove instead of bcopy.Jim Meyering
(output): Use memcpy instead of bcopy.
1994-12-16Include "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-19merge with 1.9.1hJim Meyering
1994-06-22.Jim Meyering
1994-04-13.Jim Meyering
1994-01-11Revert last change -- timing showed 10% speedup w/o stream I/O.Jim Meyering
1994-01-11Use fwrite insted of write.Jim Meyering
1994-01-09safe_read and full_write + join patchJim Meyering
1993-11-15merge with 1.9.1Jim Meyering
1993-10-24merge with 1.8hJim Meyering
1993-10-23merge with 1.8d+Jim Meyering
1993-10-21merge with 1.8dJim Meyering
1993-10-21merge with 1.8cJim Meyering
1993-10-05merge with 1.8aJim Meyering
1993-05-22merge with 1.5.2Jim Meyering
1993-04-29add --version and --helpJim Meyering
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-11-19Merged in changes for 1.3.5.Jim Meyering
1992-11-08Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const'
1992-11-08Initial revisionJim Meyering