summaryrefslogtreecommitdiff
path: root/src/uniq.c
AgeCommit message (Expand)Author
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
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-22(check_file): Report error right away if I/O fails,Jim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-18(writeline): Use a SPACE, not a TAB between theJim Meyering
2003-06-18Reflect renaming: readline -> readlinebuffer.Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-14Fix uniq to conform to POSIX, which requires that "uniq -d -u"Jim Meyering
2003-05-10(main): Don't segfault when argc < optind.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-02Include hard-locale.h, xmemcoll.h.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-02-16Include posixver.h.Jim Meyering