index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uniq.c
Age
Commit message (
Expand
)
Author
2017-02-16
uniq: start to use commons to sort.c
Erich Eckner
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-02-23
all: be less strict about usage if POSIX 2008
Paul Eggert
2016-01-13
join,sort,uniq: with -z, treat '\n' as a field separator
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-12-14
maint: remove form feed characters from sources
Pádraig Brady
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
2015-10-16
maint: avoid uniq.c warning from bleeding-edge gcc's -Wstrict-overflow
Jim Meyering
2015-08-31
doc: clarify in --help/man where short options take no param
Pádraig Brady
2015-03-24
doc: clarify the uniq -D man page description
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-05-26
doc: clarify --zero-terminated option
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-08-03
doc: clarify that uniq -d outputs a single entry per group
Pádraig Brady
2013-02-28
uniq: add the --group option
Assaf Gordon
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
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-09
maint: convert `...' to '...' in --help output
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-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
2011-01-17
uniq: replace a wasteful loop with simple calculation
Jim Meyering
2011-01-17
uniq: don't continue field processing after end of line
Sami Kerola
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-07-22
provide POSIX_FADV_SEQUENTIAL hint to appropriate utils
Pádraig Brady
2010-05-31
maint: make spacing around "=" consistent, even in IF_LINT
Jim Meyering
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
2010-02-11
doc: remove extraneous periods from --help output
Pádraig Brady
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-11-07
build: consistently use freopen-safer
Eric Blake
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
2009-05-05
doc: note the use of LC_COLLATE in comm, join and uniq
Pádraig Brady
2008-11-10
make --help print "Report PROGRAM translation bugs to <...>."
Jim Meyering
2008-06-28
uniq: remove redundant test
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-06-02
spell author names consistently
Jim Meyering
2008-05-26
convert 2-author programs to use proper_name
Jim Meyering
2008-05-19
doc: clarify field delimiter description in uniq --help output
Pádraig Brady
2008-05-06
avoid problems with sign-extended "char" operand to is* functions
Jim Meyering
[next]