Age | Commit message (Expand) | Author |
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 |
2005-05-12 | Assume `free (NULL)' works. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert |
2005-03-28 | (long_options, mergefps): Use NULL, not `0'. | Jim Meyering |
2005-03-06 | Remove `register' keyword. | Jim Meyering |
2005-02-14 | (mergefps): Use binary search rather than linear one | Paul Eggert |
2004-12-02 | (C_DECIMAL_POINT): Remove. Use changed to '.'. | Paul Eggert |
2004-11-14 | (zaptemp): Mark new diagnostic for translation. | Jim Meyering |
2004-11-13 | (zaptemp): Warn if a temporary file is not removed. | Paul Eggert |
2004-11-13 | Make the newly-introduced critical section a bit smaller. | Paul Eggert |
2004-11-13 | Avoid O(N**2) behavior when there are many temporary files. | Paul Eggert |
2004-11-07 | (merge): Remove declarations of now-unused variables. | Jim Meyering |
2004-11-06 | (first_same_file): Remove. Move most of the code to.... | Paul Eggert |
2004-11-06 | (xfclose): Don't close stdout here (just flush it), | Jim Meyering |
2004-11-05 | (inittables, sort_buffer_size, getmonth, mergefps, | Paul Eggert |
2004-09-21 | Don't include "long-options.h". | Paul Eggert |
2004-09-07 | (main): Emulate Solaris 8 and 9 "sort -y", so that | Paul Eggert |
2004-08-10 | (die, xfopen, mergefps, first_same_file, merge): | Paul Eggert |
2004-07-30 | Improve comment for first_same_file. | Paul Eggert |
2004-07-30 | (UCHAR): Remove; all uses changed to to_uchar. | Paul Eggert |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-06-01 | (main): Prefer the notation `STREQ (a, b)' over `strcmp (a, b) == 0'. | Jim Meyering |
2004-06-01 | (main, sort_buffer_size): Use STREQ (a, b) rather than `strcmp (a, b) == 0' | Jim Meyering |