Age | Commit message (Expand) | Author |
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 |
2004-05-14 | Improve performance of `sort -m' on large files, at the cost of | Jim Meyering |
2004-04-26 | (limfield): Make a comment clearer. | Jim Meyering |
2004-04-26 | Fix POSIX-conformance bug: "sort -k 3,3.5b" is supposed to skip | Jim Meyering |
2004-04-20 | (main): Rewrite signal-catching code to make it | Jim Meyering |
2004-02-17 | (usage) [-u]: Add punctuation so that the description in | Jim Meyering |
2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2004-01-04 | (add_temp_dir): Use x2nrealloc rather than xrealloc. | Jim Meyering |
2003-11-04 | (new_key): Use xzalloc, not xcalloc. | Jim Meyering |
2003-11-02 | (inittables): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-10-15 | (parse_field_count): Handle the case where overflow | Jim Meyering |
2003-09-28 | Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-09-18 | (numcompare): Rename local, logb, to log_b to avoid | Jim Meyering |
2003-09-05 | Don't ignore -S if input is a pipe. Bug report by Michael McFarland in | Jim Meyering |
2003-09-04 | (usage): Say "blanks" instead of "whitespace", | Jim Meyering |
2003-08-04 | (main): Use unsigned int instead of int for `nsigs' | Jim Meyering |
2003-08-03 | Minor code cleanups, mostly to use more accurate | Jim Meyering |
2003-08-02 | (sortlines): Add description and references. | Jim Meyering |