summaryrefslogtreecommitdiff
path: root/src/tac.c
AgeCommit message (Expand)Author
2002-10-08(save_stdin, tac_stdin_to_mem): Adapt to new safe_read ABI.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
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 afterJim Meyering
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-04(usage): Say thatJim Meyering
2001-08-13(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering
2001-03-12(save_stdin): Use mkstemp to create temporary file.Jim Meyering
2000-05-20Arrange 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-04Standardize --help and --version processing.Jim Meyering
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering
1999-04-03Insert AUTHORS definition.Jim Meyering
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering
1999-04-03define PROGRAM_NAMEJim Meyering
1999-03-13(tac_mem): `#if-0'-out this unused function.Jim Meyering
1999-03-04Include long-options.hJim Meyering
1999-01-25(DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define.Jim Meyering
1999-01-14Don't prototype usage as static.Jim Meyering
1999-01-11All of the following new code is protected by `#if DONT_UNLINK_WHILE_OPEN'Jim Meyering
1998-12-13add comment about opening exclusivelyJim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-07-04Remove #ifdef around <regex.h> inclusion.Jim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29Change 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
1998-05-07fix up compile warningsJim Meyering
1998-05-07Don't use safe_read. Use fread instead.Jim Meyering
1998-05-07add curliesJim Meyering
1998-05-07add some curly bracesJim Meyering
1998-05-07rename variableJim Meyering
1998-05-07(tac_stdin): Use STDIN_FILENO rather than literal `0' in fstat call.Jim Meyering
1998-04-12Use STREQ rather than strcmpJim Meyering
1998-04-11Include safe-read.h instead of merely declaring safe_read.Jim Meyering
1998-03-11(save_stdin): Open temporary file exclusively, toJim Meyering
1998-01-10CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAXJim Meyering
1998-01-08(tac_stream): Don't perform arithmetic on now-void pointerJim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-23Remove malloc, and realloc dcls.Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-09-14Don't include signal.h.Jim Meyering
1997-02-12fixed off-by-one errorJim Meyering
1997-02-12FIXME: major revamp to use FILE*; passed a few more testsJim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering