index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tac.c
Age
Commit message (
Expand
)
Author
Lines
2016-11-28
tac: fix mem corruption when failing to read non seekable inputs
Pádraig Brady
-7
/
+4
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-5
/
+6
2016-01-13
tac: support an empty (NUL) --separator
Pádraig Brady
-3
/
+4
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-14
/
+13
2015-11-04
all: replace most uses of quotearg_colon() with quote()
Pádraig Brady
-10
/
+9
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
-1
/
+1
2015-05-30
maint: avoid new coverity warnings
Pádraig Brady
-5
/
+0
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
-1
/
+1
2015-02-17
maint: prefer STREQ_LEN and STRPREFIX over strncmp in all cases
Bernhard Voelker
-2
/
+2
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-10-08
maint: avoid new signed overflow warning on 32 bit
Pádraig Brady
-1
/
+4
2014-10-07
wc: don't miscount /sys and similar file systems
Paul Eggert
-26
/
+44
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-1
/
+1
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-02-20
maint: cleanup up various uses of __attribute__
Pádraig Brady
-1
/
+1
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
-4
/
+3
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-05-08
maint: fix common spelling errors
Kevin Lyda
-1
/
+1
2012-04-19
maint: tac: use memcpy, not strcpy
Jim Meyering
-1
/
+1
2012-03-21
maint: use more modern fseeko, rather than fseek
Jim Meyering
-1
/
+1
2012-01-27
maint: use single copyright year range
Jim Meyering
-1
/
+1
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-32
/
+32
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
-2
/
+1
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2011-10-19
maint: tac: prefer "failed to" diagnostic over "cannot"
Jim Meyering
-3
/
+5
2011-10-19
tac: do not let failed allocation cause immediate exit
Jim Meyering
-1
/
+6
2011-10-19
tac: use only one temporary file, with multiple nonseekable inputs
Jim Meyering
-49
/
+71
2011-10-18
maint: make tac.c slightly cleaner
Paul Eggert
-6
/
+3
2011-10-17
tac: don't leak a file descriptor for each non-seekable input
Jim Meyering
-9
/
+6
2011-10-17
tac: don't misbehave with multiple non-seekable inputs
Jim Meyering
-4
/
+15
2011-10-17
maint: tac: remove sole use of sprintf in favor of filenamecat
Jim Meyering
-10
/
+6
2011-05-28
maint: remove useless (off_t) cast of lseek arg
Jim Meyering
-2
/
+2
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2010-09-01
tac: suppress technically unneeded "free"
Jim Meyering
-0
/
+2
2010-08-28
tac: avoid double free
Jim Meyering
-2
/
+4
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
-1
/
+1
2010-01-05
maint: always free a buffer, to avoid even semblance of a leak
Jim Meyering
-1
/
+6
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
-1
/
+1
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
-1
/
+1
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
-164
/
+164
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
-1
/
+1
2008-11-10
use xfreopen in place of unchecked freopen
Jim Meyering
-2
/
+3
2008-08-14
mktemp, sort, tac: don't use undefined after mkstemp failure
Jim Meyering
-1
/
+2
2008-06-16
remove redundant const directives
Jim Meyering
-1
/
+1
2008-06-14
add "const" attribute, where possible
Jim Meyering
-1
/
+1
2008-06-03
use gnulib's progname module
Jim Meyering
-4
/
+1
2008-06-02
declare program_name consistently
Jim Meyering
-1
/
+1
2008-05-26
adjust copyright dates
Jim Meyering
-1
/
+1
[next]