Age | Commit message (Expand) | Author |
1998-05-07 | add some curly braces | Jim Meyering |
1998-05-07 | rename variable | Jim Meyering |
1998-05-07 | (tac_stdin): Use STDIN_FILENO rather than literal `0' in fstat call. | Jim Meyering |
1998-04-12 | Use STREQ rather than strcmp | Jim Meyering |
1998-04-11 | Include safe-read.h instead of merely declaring safe_read. | Jim Meyering |
1998-03-11 | (save_stdin): Open temporary file exclusively, to | Jim Meyering |
1998-01-10 | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX | Jim Meyering |
1998-01-08 | (tac_stream): Don't perform arithmetic on now-void pointer | Jim Meyering |
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering |
1997-10-23 | Remove malloc, and realloc dcls. | Jim Meyering |
1997-10-07 | update bug-reporting address | Jim Meyering |
1997-09-14 | Don't include signal.h. | Jim Meyering |
1997-02-12 | fixed off-by-one error | Jim Meyering |
1997-02-12 | FIXME: major revamp to use FILE*; passed a few more tests | Jim Meyering |
1997-02-09 | update copyrights for 1997 | Jim Meyering |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering |
1997-02-01 | Rename globals buffer and buffer_size to have G_ prefix | Jim Meyering |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)... | Jim Meyering |
1997-01-30 | . | Jim Meyering |
1996-11-03 | change bug-reporting address | Jim Meyering |
1996-11-02 | change bug-reporting address | Jim Meyering |
1996-10-04 | (main): update --version output again | Jim Meyering |
1996-10-04 | (main): update --version output to conform to coding standard | Jim Meyering |
1996-09-02 | (usage): Tell where to report bugs. | Jim Meyering |
1996-04-24 | update Copyright years for 1996 | Jim Meyering |
1996-03-24 | Call error with EXIT_FAILURE (rather than `1') as first actual parameter. | Jim Meyering |
1996-03-24 | Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1. | Jim Meyering |
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering |
1996-03-16 | Don't include version.h. | Jim Meyering |
1996-03-09 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering |
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 |
1995-11-11 | (cleanup): Add signal number parameter. | Jim Meyering |
1995-10-29 | (xwrite): Give output buffer parameter const attribute. | Jim Meyering |
1995-10-29 | protoize. | Jim Meyering |
1995-10-29 | Reorder functions to obviate forward dcls. | Jim Meyering |
1995-10-04 | Test SA_INTERRUPT, not _POSIX_VERSION, | Jim Meyering |
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 |
1995-05-05 | (save_stdin): Don't hard-code /tmp. | Jim Meyering |
1995-03-09 | add 1995 to Copyright dates | Jim Meyering |
1995-01-28 | (tac): Use memmove instead of bcopy. | Jim Meyering |
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 |