maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / tac.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-05-08 Kevin Lydamaint: fix common spelling errors
2012-04-19 Jim Meyeringmaint: tac: use memcpy, not strcpy
2012-03-21 Jim Meyeringmaint: use more modern fseeko, rather than fseek
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-10-19 Jim Meyeringmaint: tac: prefer "failed to" diagnostic over "cannot"
2011-10-19 Jim Meyeringtac: do not let failed allocation cause immediate exit
2011-10-19 Jim Meyeringtac: use only one temporary file, with multiple nonseek...
2011-10-18 Paul Eggertmaint: make tac.c slightly cleaner
2011-10-17 Jim Meyeringtac: don't leak a file descriptor for each non-seekable...
2011-10-17 Jim Meyeringtac: don't misbehave with multiple non-seekable inputs
2011-10-17 Jim Meyeringmaint: tac: remove sole use of sprintf in favor of...
2011-05-28 Jim Meyeringmaint: remove useless (off_t) cast of lseek arg
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-09-01 Jim Meyeringtac: suppress technically unneeded "free"
2010-08-28 Jim Meyeringtac: avoid double free
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-01-05 Jim Meyeringmaint: always free a buffer, to avoid even semblance...
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2008-11-10 Jim Meyeringuse xfreopen in place of unchecked freopen
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
next