Age | Commit message (Expand) | Author |
2012-05-08 | maint: fix common spelling errors | Kevin Lyda |
2012-04-19 | maint: tac: use memcpy, not strcpy | Jim Meyering |
2012-03-21 | maint: use more modern fseeko, rather than fseek | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-10-19 | maint: tac: prefer "failed to" diagnostic over "cannot" | Jim Meyering |
2011-10-19 | tac: do not let failed allocation cause immediate exit | Jim Meyering |
2011-10-19 | tac: use only one temporary file, with multiple nonseekable inputs | Jim Meyering |
2011-10-18 | maint: make tac.c slightly cleaner | Paul Eggert |
2011-10-17 | tac: don't leak a file descriptor for each non-seekable input | Jim Meyering |
2011-10-17 | tac: don't misbehave with multiple non-seekable inputs | Jim Meyering |
2011-10-17 | maint: tac: remove sole use of sprintf in favor of filenamecat | Jim Meyering |
2011-05-28 | maint: remove useless (off_t) cast of lseek arg | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-09-01 | tac: suppress technically unneeded "free" | Jim Meyering |
2010-08-28 | tac: avoid double free | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-01-05 | maint: always free a buffer, to avoid even semblance of a leak | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering |
2008-08-14 | mktemp, sort, tac: don't use undefined after mkstemp failure | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2008-05-05 | tac: avoid segfault for e.g., "echo > x; tac -r x x" | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help 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 that | Paul Eggert |
2005-07-11 | (copy_to_temp, tac_file, main): | Paul Eggert |
2005-07-03 | Include 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-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-11 | Include 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 that | Jim Meyering |
2004-12-14 | (tac_nonseekable): Return false also if copy_to_temp fails. | Jim Meyering |
2004-12-14 | Include quotearg.h. | Jim Meyering |