summaryrefslogtreecommitdiff
path: root/src/tac.c
AgeCommit message (Expand)Author
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-10-19maint: tac: prefer "failed to" diagnostic over "cannot"Jim Meyering
2011-10-19tac: do not let failed allocation cause immediate exitJim Meyering
2011-10-19tac: use only one temporary file, with multiple nonseekable inputsJim Meyering
2011-10-18maint: make tac.c slightly cleanerPaul Eggert
2011-10-17tac: don't leak a file descriptor for each non-seekable inputJim Meyering
2011-10-17tac: don't misbehave with multiple non-seekable inputsJim Meyering
2011-10-17maint: tac: remove sole use of sprintf in favor of filenamecatJim Meyering
2011-05-28maint: remove useless (off_t) cast of lseek argJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-09-01tac: suppress technically unneeded "free"Jim Meyering
2010-08-28tac: avoid double freeJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-05maint: always free a buffer, to avoid even semblance of a leakJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-05-05tac: avoid segfault for e.g., "echo > x; tac -r x x"Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering
2006-04-11(compiled_separator_fastmap): New ver.Paul Eggert
2005-10-24(tac_file): When determining whether a file is seekable,Jim Meyering
2005-09-09(tac_seekable): Store match length in regoff_t, not int. Assume thatPaul Eggert
2005-07-11(copy_to_temp, tac_file, main):Paul Eggert
2005-07-03Include stdlib--.h rather than unistd-safer.h.Paul Eggert
2005-06-19(tac_mem, tac_stdin_to_mem): Remove #if-0'd functions.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-11Include unistd-safer.h.Paul Eggert
2005-03-28(main): Use NULL, not `0'.Jim Meyering
2004-12-14 [DONT_UNLINK_WHILE_OPEN]: Add a FIXME comment explaining thatJim Meyering
2004-12-14(tac_nonseekable): Return false also if copy_to_temp fails.Jim Meyering
2004-12-14Include quotearg.h.Jim Meyering
2004-11-03quote(...) file names in diagnostics.Jim Meyering
2004-10-29 * src/tac.c (tac_file): Remove temporary prototype and move thisJim Meyering
2004-10-29`tac /proc/modules' would print nothingJim Meyering
2004-09-21Remove unused "case 0".Paul Eggert