summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2005-12-14(incompatible_options): New function.Paul Eggert
2005-12-14(check_ordering_compatibility): New function.Paul Eggert
2005-12-12Include 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 wasJim 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 confidentPaul Eggert
2005-10-06(sortlines_temp): Undo previous change, sincePaul Eggert
2005-10-05Add a comment to go with the last change.Jim Meyering
2005-10-05(sortlines_temp): Declare temporary as `int' ratherJim Meyering
2005-09-01Clarify comment about size bounds.Paul Eggert
2005-08-18(usage) [-b,-t]: Ensure that there are at least twoJim Meyering
2005-08-17(usage): Fix typo s/POS 2/POS2/.Jim Meyering
2005-08-12Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th...Jim Meyering
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert
2005-07-03Include stdio--.h rather than stdio-safer.h.Paul Eggert
2005-06-29(fillbuf): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-28split long line in copyright commentJim Meyering
2005-06-28(fillbuf): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-16Don'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-02Don't use "path" or "filename".Paul Eggert
2005-05-27Refactor so that others can use large-integerPaul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-12Assume `free (NULL)' works.Jim Meyering
2005-04-26Remove posixver.h and its uses.Paul Eggert
2005-04-11Include 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-06Remove `register' keyword.Jim Meyering
2005-02-14(mergefps): Use binary search rather than linear onePaul 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-13Make the newly-introduced critical section a bit smaller.Paul Eggert
2004-11-13Avoid 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-21Don't include "long-options.h".Paul Eggert
2004-09-07(main): Emulate Solaris 8 and 9 "sort -y", so thatPaul Eggert
2004-08-10(die, xfopen, mergefps, first_same_file, merge):Paul Eggert
2004-07-30Improve 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 givesJim 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