Age | Commit message (Expand) | Author |
2007-07-24 | sort: avoid unaligned access. | Paul Eggert |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-20 | * src/sort.c (main): Don't free a pointer to non-malloc'd memory. | Andreas Schwab |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-02-24 | * NEWS: sort no longer compresses temporaries by default. | Paul Eggert |
2007-02-19 | * NEWS: sort now uses a --compress-program option rather than | Paul Eggert |
2007-01-25 | * src/sort.c (create_temp): Remove superfluous access-X_OK | Dan Hipschman |
2007-01-24 | Pass "make distcheck" again. | Jim Meyering |
2007-01-24 | * NEWS: New option sort -C, proposed by XCU ERN 127, which looks | Paul Eggert |
2007-01-24 | * NEWS: sort temp file compression: tweak wording. | Jim Meyering |
2007-01-24 | * src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRIES_DECOMPRESS): | Dan Hipschman |
2007-01-20 | Standardize on list of signals when an app catches signals. | Paul Eggert |
2007-01-19 | * src/sort.c (cleanup): Clear temphead at the end. | Dan Hipschman |
2006-12-13 | Remove some arbitrary restrictions on size fields, | Paul Eggert |
2006-11-13 | * src/sort.c (insertkey): Use xmemdup, rather than xmalloc+assignment. | Jim Meyering |
2006-11-13 | Plug another technically-unimportant leak in sort. | Jim Meyering |
2006-11-13 | * src/sort.c (main): Plug a tiny memory leak. | Jim Meyering |
2006-10-09 | * src/sort.c (usage): Mention again that sort fields are origin 1. | Paul Eggert |
2006-08-08 | Use new random-number interface rather than rand-isaac.c. | Paul Eggert |
2006-07-09 | (inittables): Use toupper rather than | Paul Eggert |
2006-06-28 | * src/sort.c (main): Support obsolete usages like "sort +1 -2" even when | Paul Eggert |
2006-05-25 | (usage): Remove mention of --seed. | Paul Eggert |
2005-12-14 | (incompatible_options): New function. | Paul Eggert |
2005-12-14 | (check_ordering_compatibility): New function. | Paul Eggert |
2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert |
2005-12-10 | (get_hash): Change position of `*' in parameter type to conform with convention. | Jim Meyering |
2005-12-10 | (keycompare): Remove stray SPACE before TAB that was | Jim Meyering |
2005-12-10 | (short_options, long_options, WORDS, keycompare, main): | Paul Eggert |
2005-12-09 | (usage): Mention white space vs -b and -t options. | Jim Meyering |
2005-10-07 | (sortlines_temp): Redo previous change, since I'm no longer confident | Paul Eggert |
2005-10-06 | (sortlines_temp): Undo previous change, since | Paul Eggert |
2005-10-05 | Add a comment to go with the last change. | Jim Meyering |
2005-10-05 | (sortlines_temp): Declare temporary as `int' rather | Jim Meyering |
2005-09-01 | Clarify comment about size bounds. | Paul Eggert |
2005-08-18 | (usage) [-b,-t]: Ensure that there are at least two | Jim Meyering |
2005-08-17 | (usage): Fix typo s/POS 2/POS2/. | 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 rather than stdio-safer.h. | Paul Eggert |
2005-06-29 | (fillbuf): Use X2REALLOC rather than x2realloc. | Jim Meyering |
2005-06-28 | split long line in copyright comment | Jim Meyering |
2005-06-28 | (fillbuf): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-06-02 | (usage): Put `Ordering options:' line where it belongs. | Jim Meyering |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-27 | Refactor so that others can use large-integer | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |