summaryrefslogtreecommitdiff
path: root/src/uniq.c
AgeCommit message (Expand)Author
2017-02-16uniq: cleanupuniq-versuchErich Eckner
2017-02-16uniq: compiles, but does the wrong thing - for nowErich Eckner
2017-02-16uniq: start to use commons to sort.cErich Eckner
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-02-23all: be less strict about usage if POSIX 2008Paul Eggert
2016-01-13join,sort,uniq: with -z, treat '\n' as a field separatorPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: remove form feed characters from sourcesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-16maint: avoid uniq.c warning from bleeding-edge gcc's -Wstrict-overflowJim Meyering
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady
2015-03-24doc: clarify the uniq -D man page descriptionPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-05-26doc: clarify --zero-terminated optionPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-08-03doc: clarify that uniq -d outputs a single entry per groupPádraig Brady
2013-02-28uniq: add the --group optionAssaf Gordon
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim 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-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-01-17uniq: replace a wasteful loop with simple calculationJim Meyering
2011-01-17uniq: don't continue field processing after end of lineSami Kerola
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-11-07build: consistently use freopen-saferEric Blake
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
2009-05-05doc: note the use of LC_COLLATE in comm, join and uniqPádraig Brady
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering
2008-06-28uniq: remove redundant testJim 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-06-02spell author names consistentlyJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering