TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / tac.c
2008-08-14 Jim Meyeringmktemp, sort, tac: don't use undefined after mkstemp...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-05-05 Jim Meyeringtac: avoid segfault for e.g., "echo > x; tac -r x x"
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-04-11 Paul Eggert(compiled_separator_fastmap): New ver.
2005-10-24 Jim Meyering(tac_file): When determining whether a file is seekable,
2005-09-09 Paul Eggert(tac_seekable): Store match length in regoff_t, not...
2005-07-11 Paul Eggert(copy_to_temp, tac_file, main):
2005-07-03 Paul EggertInclude stdlib--.h rather than unistd-safer.h.
2005-06-19 Jim Meyering(tac_mem, tac_stdin_to_mem): Remove #if-0'd functions.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-03-28 Jim Meyering(main): Use NULL, not `0'.
2004-12-14 Jim Meyering [DONT_UNLINK_WHILE_OPEN]: Add a FIXME comment explaini...
2004-12-14 Jim Meyering(tac_nonseekable): Return false also if copy_to_temp...
2004-12-14 Jim MeyeringInclude quotearg.h.
2004-11-03 Jim Meyeringquote(...) file names in diagnostics.
2004-10-29 Jim Meyering * src/tac.c (tac_file): Remove temporary prototype...
2004-10-29 Jim Meyering`tac /proc/modules' would print nothing
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(separator_ends_record, tac_seekable, tac_file,
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-04 Jim Meyering(memrchr): Remove #if-0'd function.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-22 Jim Meyering(tac_mem): Don't return a value; nobody uses it.
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-11 Jim Meyering(tac_seekable): Enclose diagnostic in _(...).
2003-06-17 Jim Meyering(main): Call initialize_main.
2002-11-23 Jim Meyering(output): Declare some local variables to be of type...
2002-10-08 Jim Meyering(save_stdin, tac_stdin_to_mem): Adapt to new safe_read...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-25 Jim Meyering(main): Close STDIN_FILENO rather than a literal `0'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-01-22 Jim Meyering(save_stdin): Report proper errno value after
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-03-12 Jim Meyering(save_stdin): Use mkstemp to create temporary file.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-07-04 Jim Meyering(memrchr): Ifdef out this unused function.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-13 Jim Meyering(tac_mem): `#if-0'-out this unused function.
1999-03-04 Jim MeyeringInclude long-options.h
1999-01-25 Jim Meyering(DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define.
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-11 Jim MeyeringAll of the following new code is protected by `#if...
1998-12-13 Jim Meyeringadd comment about opening exclusively
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-07-04 Jim MeyeringRemove #ifdef around <regex.h> inclusion.
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-05-16 Jim Meyering(tac_seekable): Fix error in handling regex separators.
1998-05-09 Jim Meyering(tac_seekable): Rename from tac_stream.
1998-05-07 Jim Meyeringfix up compile warnings
1998-05-07 Jim MeyeringDon't use safe_read. Use fread instead.
1998-05-07 Jim Meyeringadd curlies
1998-05-07 Jim Meyeringadd some curly braces
1998-05-07 Jim Meyeringrename variable
1998-05-07 Jim Meyering(tac_stdin): Use STDIN_FILENO rather than literal ...
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-04-11 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1998-03-11 Jim Meyering(save_stdin): Open temporary file exclusively, to
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1998-01-08 Jim Meyering(tac_stream): Don't perform arithmetic on now-void...
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove malloc, and realloc dcls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-09-14 Jim MeyeringDon't include signal.h.
1997-02-12 Jim Meyeringfixed off-by-one error
1997-02-12 Jim MeyeringFIXME: major revamp to use FILE*; passed a few more...
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringRename globals buffer and buffer_size to have G_ prefix
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-30 Jim Meyering.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
next