Age | Commit message (Expand) | Author |
2011-01-29 | join: don't report disorder against an empty file | Pádraig Brady |
2011-01-29 | join: ensure --header skips the order check with empty files | Pádraig Brady |
2011-01-29 | join: add -o 'auto' to output a constant number of fields per line | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-09-01 | join: improve performance when operating on whole lines | Pádraig Brady |
2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady |
2010-03-17 | maint: add a space before open-paren, where lacking | Jim Meyering |
2010-02-11 | doc: remove extraneous periods from --help output | Pádraig Brady |
2010-02-01 | join: make -t '' operate on the whole line | Pádraig Brady |
2010-02-01 | join: add --header option to always output the first line | Assaf Gordon |
2010-02-01 | maint: fix an inconsequential memory leak in join | Pádraig Brady |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
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-17 | join: improve memory management | Bo Borgerson |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-08 | standardize some error messages | Bo Borgerson |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2008-03-26 | * src/join.c (keycmp): Document new parameters. | Jim Meyering |
2008-03-25 | join bug fix: adapt keycmp to work with new order-checking feature | Jim Meyering |
2008-03-23 | join.c: syntax/style tweaks | Jim Meyering |
2008-02-20 | join: avoid new leaks | James Youngman |
2008-02-19 | join: new options: --check-order and --nocheck-order. | James Youngman |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-12-13 | Remove some arbitrary restrictions on size fields, | Paul Eggert |
2006-07-09 | (is_blank): Remove; no longer needed. All uses | Paul Eggert |
2006-02-21 | (usage): Mention `sort -k 1b,1'. | Paul Eggert |
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering |
2005-08-12 | Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th... | Jim Meyering |
2005-07-09 | Don't include stdio.h; no longer needed. | Paul Eggert |
2005-07-03 | Include stdio--.h, not stdio-safer.h. | Paul Eggert |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-05-19 | (decode_field_spec): Add an abort after | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2004-12-08 | Undo previous change; it's already there. | Paul Eggert |
2004-12-08 | (usage): Mention that input files should be sorted. | Paul Eggert |
2004-12-02 | (keycmp): Assume setlocale exists. | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-06-21 | Standardize on the diagnostics given when someone gives | Jim Meyering |