summaryrefslogtreecommitdiff
path: root/src/uniq.c
AgeCommit message (Expand)Author
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
2008-05-19doc: clarify field delimiter description in uniq --help outputPádraig Brady
2008-05-06avoid problems with sign-extended "char" operand to is* functionsJim Meyering
2007-12-19Improve wording in uniq's --help "Note".Paul Eggert
2007-12-18* src/uniq.c (usage): Say "key-selection", not "field-selection".Jim Meyering
2007-12-18Note that sorting uniq's input is often useful.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-05-13Add -z option to uniq. Originally proposed by Egmont Koblinger.James Youngman
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-12-13Remove some arbitrary restrictions on size fields,Paul Eggert
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering
2005-07-05Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is nowPaul Eggert
2005-07-03Don't include stdio-safer.h; no longer needed.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-26(main): Don't complain about -NUM.Paul Eggert
2005-04-11Include stdio_safer.h.Paul Eggert
2005-03-28(delimit_method_string): Use NULL, not `0'.Jim Meyering
2005-03-25(main): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering
2005-03-18fix typoJim Meyering
2005-03-17(main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code.Jim Meyering
2005-03-17Before, this command would make uniq skip 11 fields and printJim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2004-12-02(different): Assume setlocale exists.Paul Eggert
2004-11-19(check_file): Don't check stdout for errors here.Jim Meyering
2004-08-03(hard_LC_COLLATE, ignore_case, different, check_file,Paul Eggert
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering