Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-08 | (save_stdin, tac_stdin_to_mem): Adapt to new safe_read ABI. | Jim Meyering | |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | |
`exit (1)' to `exit (EXIT_FAILURE)', and `usage (1)' to `usage (EXIT_FAILURE)'. | |||
2002-08-25 | (main): Close STDIN_FILENO rather than a literal `0'. | Jim Meyering | |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | |
2002-01-22 | (save_stdin): Report proper errno value after | Jim Meyering | |
fwrite failures. Do not bother to rewind the temp file, as it'll be read backwards anyway. | |||
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering | |
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION. | |||
2001-12-01 | (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION | Jim Meyering | |
instead of hard-coding --help and --version descriptions. | |||
2001-11-23 | Factor out some common strings to make translation easier. | Jim Meyering | |
Split usage strings so that --help and --version descriptions are alone in their own string. Likewise for the one that says: Mandatory arguments to long options are mandatory for short options too. | |||
2001-11-11 | (usage): Split --help output into smaller pieces. | Jim Meyering | |
Use fputs, not printf. | |||
2001-11-04 | (usage): Say that | Jim Meyering | |
``Mandatory arguments to long options are mandatory for short options too.\n\'' | |||
2001-08-13 | (AUTHORS): Mark string for translation, since it contains the English word ↵ | Jim Meyering | |
`and'. | |||
2001-03-12 | (save_stdin): Use mkstemp to create temporary file. | Jim Meyering | |
2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | |
1999-07-04 | (memrchr): Ifdef out this unused function. | Jim Meyering | |
1999-04-04 | Standardize --help and --version processing. | Jim Meyering | |
1999-04-03 | Use AUTHORS in place of string in parse_long_options call. | Jim Meyering | |
1999-04-03 | Insert AUTHORS definition. | Jim Meyering | |
1999-04-03 | Use PROGRAM_NAME in place of string in parse_long_options call. | Jim Meyering | |
1999-04-03 | define PROGRAM_NAME | Jim Meyering | |
1999-03-13 | (tac_mem): `#if-0'-out this unused function. | Jim Meyering | |
(tac_stdin_to_mem): Likewise. | |||
1999-03-04 | Include long-options.h | Jim Meyering | |
[long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks. | |||
1999-01-25 | (DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define. | Jim Meyering | |
1999-01-14 | Don't prototype usage as static. | Jim Meyering | |
1999-01-11 | All of the following new code is protected by `#if DONT_UNLINK_WHILE_OPEN' | Jim Meyering | |
(file_to_remove): New global. (fp_to_close): New global. (unlink_tempfile): New function. (record_tempfile): New function. (save_stdin): Call record_tempfile. Use SET_BINARY. (main): Use SET_BINARY and SET_BINARY2. From Eli Zaretskii. | |||
1998-12-13 | add comment about opening exclusively | Jim Meyering | |
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-07-04 | Remove #ifdef around <regex.h> inclusion. | Jim Meyering | |
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering | |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | |
1998-05-16 | (tac_seekable): Fix error in handling regex separators. | Jim Meyering | |
1998-05-09 | (tac_seekable): Rename from tac_stream. | Jim Meyering | |
Change `FILE *in' parameter to `int input_fd'. Adjust callers. Revert to using safe_read -- can't mix lseek and fread. And can't use fseek because it can't handle files larger than 2^32. | |||
1998-05-07 | fix up compile warnings | Jim Meyering | |
1998-05-07 | Don't use safe_read. Use fread instead. | Jim Meyering | |
Fix open and fdopen to agree that file is read/write: O_RDWR and "w+". This is required on at least solaris5.5.1. | |||
1998-05-07 | add curlies | Jim Meyering | |
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 | |
foil a common denial-of-service attack. From Paul Eggert. | |||
1998-01-10 | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX | Jim Meyering | |
Remove definitions of those symbols. * src/csplit.c: Move inclusion of regex.h/rx.h to follow system.h since it now includes limit.h which defines RE_DUP_MAX. * src/nl.c: Likewise. * src/tac.c: Likewise. | |||
1998-01-08 | (tac_stream): Don't perform arithmetic on now-void pointer | Jim Meyering | |
result of xrealloc (until recently it was char*). | |||
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 | |