| Age | Commit message (Expand) | Author | Lines |
| 2006-08-08 | Use new random-number interface rather than rand-isaac.c. | Paul Eggert | -50/+127 |
| 2006-07-09 | (inittables): Use toupper rather than | Paul Eggert | -5/+5 |
| 2006-06-28 | * src/sort.c (main): Support obsolete usages like "sort +1 -2" even when | Paul Eggert | -24/+29 |
| 2006-05-25 | (usage): Remove mention of --seed. | Paul Eggert | -2/+1 |
| 2005-12-14 | (incompatible_options): New function. | Paul Eggert | -18/+28 |
| 2005-12-14 | (check_ordering_compatibility): New function. | Paul Eggert | -0/+35 |
| 2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert | -52/+58 |
| 2005-12-10 | (get_hash): Change position of `*' in parameter type to conform with convention. | Jim Meyering | -2/+3 |
| 2005-12-10 | (keycompare): Remove stray SPACE before TAB that was | Jim Meyering | -1/+1 |
| 2005-12-10 | (short_options, long_options, WORDS, keycompare, main): | Paul Eggert | -17/+96 |
| 2005-12-09 | (usage): Mention white space vs -b and -t options. | Jim Meyering | -3/+4 |
| 2005-10-07 | (sortlines_temp): Redo previous change, since I'm no longer confident | Paul Eggert | -1/+4 |
| 2005-10-06 | (sortlines_temp): Undo previous change, since | Paul Eggert | -3/+1 |
| 2005-10-05 | Add a comment to go with the last change. | Jim Meyering | -0/+2 |
| 2005-10-05 | (sortlines_temp): Declare temporary as `int' rather | Jim Meyering | -1/+1 |
| 2005-09-01 | Clarify comment about size bounds. | Paul Eggert | -2/+2 |
| 2005-08-18 | (usage) [-b,-t]: Ensure that there are at least two | Jim Meyering | -2/+2 |
| 2005-08-17 | (usage): Fix typo s/POS 2/POS2/. | Jim Meyering | -1/+1 |
| 2005-08-12 | Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th... | Jim Meyering | -1/+1 |
| 2005-07-09 | Don't include stdio.h; no longer needed. | Paul Eggert | -1/+0 |
| 2005-07-03 | Include stdio--.h rather than stdio-safer.h. | Paul Eggert | -4/+4 |
| 2005-06-29 | (fillbuf): Use X2REALLOC rather than x2realloc. | Jim Meyering | -1/+1 |
| 2005-06-28 | split long line in copyright comment | Jim Meyering | -2/+2 |
| 2005-06-28 | (fillbuf): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering | -1/+1 |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -6/+6 |
| 2005-06-02 | (usage): Put `Ordering options:' line where it belongs. | Jim Meyering | -2/+4 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -1/+1 |
| 2005-05-27 | Refactor so that others can use large-integer | Paul Eggert | -200/+9 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-12 | Assume `free (NULL)' works. | Jim Meyering | -2/+1 |
| 2005-04-26 | Remove posixver.h and its uses. | Paul Eggert | -7/+4 |
| 2005-04-11 | Include unistd-safer.h. | Paul Eggert | -12/+17 |
| 2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert | -5/+13 |
| 2005-03-28 | (long_options, mergefps): Use NULL, not `0'. | Jim Meyering | -2/+2 |
| 2005-03-06 | Remove `register' keyword. | Jim Meyering | -19/+18 |
| 2005-02-14 | (mergefps): Use binary search rather than linear one | Paul Eggert | -13/+26 |
| 2004-12-02 | (C_DECIMAL_POINT): Remove. Use changed to '.'. | Paul Eggert | -60/+42 |
| 2004-11-14 | (zaptemp): Mark new diagnostic for translation. | Jim Meyering | -1/+1 |
| 2004-11-13 | (zaptemp): Warn if a temporary file is not removed. | Paul Eggert | -16/+20 |
| 2004-11-13 | Make the newly-introduced critical section a bit smaller. | Paul Eggert | -2/+4 |
| 2004-11-13 | Avoid O(N**2) behavior when there are many temporary files. | Paul Eggert | -44/+70 |
| 2004-11-07 | (merge): Remove declarations of now-unused variables. | Jim Meyering | -5/+1 |
| 2004-11-06 | (first_same_file): Remove. Move most of the code to.... | Paul Eggert | -45/+93 |
| 2004-11-06 | (xfclose): Don't close stdout here (just flush it), | Jim Meyering | -0/+6 |
| 2004-11-05 | (inittables, sort_buffer_size, getmonth, mergefps, | Paul Eggert | -57/+66 |
| 2004-09-21 | Don't include "long-options.h". | Paul Eggert | -1/+0 |
| 2004-09-07 | (main): Emulate Solaris 8 and 9 "sort -y", so that | Paul Eggert | -3/+17 |
| 2004-08-10 | (die, xfopen, mergefps, first_same_file, merge): | Paul Eggert | -20/+24 |
| 2004-07-30 | Improve comment for first_same_file. | Paul Eggert | -1/+11 |