Age | Commit message (Expand) | Author |
2016-10-16 | maint: we use die; remove now-unnecessary uses of abort | Jim Meyering |
2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady |
2016-09-07 | sort: port to strict C + valgrind | Paul Eggert |
2016-07-18 | sort: with -h, disallow thousands separator between number and unit | Kamil Dudka |
2016-07-18 | sort: make -h work with -k and blank used as thousands separator | Kamil Dudka |
2016-07-18 | maint: sort.c: deduplicate code for traversing numbers | Kamil Dudka |
2016-05-31 | sort: modify 'leading spaces' debug warning scenarios | Assaf Gordon |
2016-02-23 | all: be less strict about usage if POSIX 2008 | Paul Eggert |
2016-01-14 | sort: with --debug, flag setlocale() failures on OpenBSD | Pádraig Brady |
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 | sort: fix --debug marking for -b -k1.x | Pádraig Brady |
2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady |
2015-12-07 | sort: promote '--debug' | Eric Blake |
2015-12-04 | doc: improve the description of sort --random-sort | Pádraig Brady |
2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady |
2015-11-04 | all: replace most uses of quotearg_colon() with quote() | Pádraig Brady |
2015-10-27 | all: quote string arguments in error messages | Pádraig Brady |
2015-10-19 | doc: reference shuf(1) from the sort (-R) man page | Pádraig Brady |
2015-09-22 | sort,numfmt: with --debug, diagnose failure to set locale | Pádraig Brady |
2015-09-08 | maint: fix heap manipulations in previous commit | Pádraig Brady |
2015-09-04 | maint: avoid "definitely lost" valgrind warnings | Pádraig Brady |
2015-04-30 | doc: standardize messages about the '-' stdin FILE | 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-07-13 | sort: avoid undefined operation with destroying locked mutex | Pádraig Brady |
2014-07-13 | sort: fix two threading issues reported by valgrind | Shayan Pooya |
2014-05-26 | doc: clarify --zero-terminated option | Pádraig Brady |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-11-27 | sort: avoid issues when issuing diagnostics from child processes | Pádraig Brady |
2013-09-01 | maint: update out of date confusing comments | Pádraig Brady |
2013-05-18 | maint: port --enable-gcc-warnings to clang | Paul Eggert |
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-08-18 | sort: simpler fix for sort -u data-loss bug, and for a FMR bug | Paul Eggert |
2012-08-17 | sort: sort --unique (-u) could cause data loss | Jim Meyering |
2012-08-16 | maint: correct a stale comment in sort.c | Jim Meyering |
2012-07-10 | sort: by default, do not exceed 3/4 of physical memory | Paul Eggert |
2012-07-02 | sort: fix exit-status typo | Paul Eggert |
2012-07-02 | sort: simplify -o handling to avoid fdopen, assert | Paul Eggert |
2012-07-02 | sort: avoid redundant processing with inaccessible inputs or output | Pádraig Brady |
2012-06-20 | maint: sort: style adjustment to help clarify size determination | Bernhard Voelker |
2012-05-16 | maint: add assertions to placate static analysis tools | Jim Meyering |
2012-05-04 | maint: rely on gnulib's new sys_resource module | Jim Meyering |
2012-02-25 | sort: default to physmem/8, not physmem/16 | Paul Eggert |
2012-01-30 | maint: sort: remove the last uses of "'%s'" in diagnostics | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-22 | maint: quote 'like this' or "like this", not `like this' | Paul Eggert |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |