2008-06-15 |
Jim Meyering | fix a const-related compilation failure in sort.c |
blob | commitdiff | raw |
2008-06-14 |
Jim Meyering | add "const" attribute, where possible |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Jim Meyering | use gnulib's progname module |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Jim Meyering | declare program_name consistently |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | convert 2-author programs to use proper_name |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Andreas Schwab | sort: add --sort=... option. |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Jim Meyering | Avoid a pseudo-leak in sort. |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Paul Eggert | Accommodate more xstrtol changes. |
blob | commitdiff | raw | diff to current |
2007-08-04 |
Paul Eggert | Adapt to new human and xstrtol API. |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Paul Eggert | sort: avoid unaligned access. |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Jim Meyering | Update all copyright notices to use the newer form. |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Andreas Schwab | * src/sort.c (main): Don't free a pointer to non-malloc... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Jim Meyering | Change "version 2" to "version 3" in all copyright... |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Jim Meyering | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; simila... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Help translators include translation team's web or... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Paul Eggert | * NEWS: sort no longer compresses temporaries by default. |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Paul Eggert | * NEWS: sort now uses a --compress-program option rathe... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Jim Meyering | merge from trunk |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Dan Hipschman | * src/sort.c (create_temp): Remove superfluous access... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Jim Meyering | Pass "make distcheck" again. |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Paul Eggert | * NEWS: New option sort -C, proposed by XCU ERN 127... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Jim Meyering | * NEWS: sort temp file compression: tweak wording. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Dan Hipschman | * src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRI... |
blob | commitdiff | raw | diff to current |
2007-01-20 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-01-20 |
Paul Eggert | Standardize on list of signals when an app catches... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Dan Hipschman | * src/sort.c (cleanup): Clear temphead at the end. |
blob | commitdiff | raw | diff to current |
2006-12-13 |
Paul Eggert | Remove some arbitrary restrictions on size fields, |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Jim Meyering | * src/sort.c (insertkey): Use xmemdup, rather than... |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Jim Meyering | Plug another technically-unimportant leak in sort. |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Jim Meyering | * src/sort.c (main): Plug a tiny memory leak. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Paul Eggert | * src/sort.c (usage): Mention again that sort fields... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Paul Eggert | Use new random-number interface rather than rand-isaac.c. |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | (inittables): Use toupper rather than |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Paul Eggert | * src/sort.c (main): Support obsolete usages like ... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Paul Eggert | (usage): Remove mention of --seed. |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Paul Eggert | (incompatible_options): New function. |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Paul Eggert | (check_ordering_compatibility): New function. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Paul Eggert | Include rand-isaac.c rather than rand-isaac.h. |
blob | commitdiff | raw | diff to current |
2005-12-10 |
Jim Meyering | (get_hash): Change position of `*' in parameter type... |
blob | commitdiff | raw | diff to current |
2005-12-10 |
Jim Meyering | (keycompare): Remove stray SPACE before TAB that was |
blob | commitdiff | raw | diff to current |
2005-12-10 |
Paul Eggert | (short_options, long_options, WORDS, keycompare, main): |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Jim Meyering | (usage): Mention white space vs -b and -t options. |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Paul Eggert | (sortlines_temp): Redo previous change, since I'm no... |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Paul Eggert | (sortlines_temp): Undo previous change, since |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Jim Meyering | Add a comment to go with the last change. |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Jim Meyering | (sortlines_temp): Declare temporary as `int' rather |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Paul Eggert | Clarify comment about size bounds. |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Jim Meyering | (usage) [-b,-t]: Ensure that there are at least two |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Jim Meyering | (usage): Fix typo s/POS 2/POS2/. |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Jim Meyering | Cosmetic: use X2NREALLOC (only two arguments) rather... |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Paul Eggert | Don't include stdio.h; no longer needed. |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Paul Eggert | Include stdio--.h rather than stdio-safer.h. |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Jim Meyering | (fillbuf): Use X2REALLOC rather than x2realloc. |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Jim Meyering | split long line in copyright comment |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Jim Meyering | (fillbuf): Use x2realloc on 1-byte base types, not... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Jim Meyering | (usage): Put `Ordering options:' line where it belongs. |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Paul Eggert | Don't use "path" or "filename". |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Paul Eggert | Refactor so that others can use large-integer |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-12 |
Jim Meyering | Assume `free (NULL)' works. |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Paul Eggert | Remove posixver.h and its uses. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Paul Eggert | Include unistd-safer.h. |
blob | commitdiff | raw | diff to current |
2005-04-09 |
Paul Eggert | (SA_NOCLDSTOP): Define to 0 if not defined. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Jim Meyering | (long_options, mergefps): Use NULL, not `0'. |
blob | commitdiff | raw | diff to current |
2005-03-06 |
Jim Meyering | Remove `register' keyword. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Paul Eggert | (mergefps): Use binary search rather than linear one |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Paul Eggert | (C_DECIMAL_POINT): Remove. Use changed to '.'. |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Jim Meyering | (zaptemp): Mark new diagnostic for translation. |
blob | commitdiff | raw | diff to current |
2004-11-13 |
Paul Eggert | (zaptemp): Warn if a temporary file is not removed. |
blob | commitdiff | raw | diff to current |
2004-11-13 |
Paul Eggert | Make the newly-introduced critical section a bit smaller. |
blob | commitdiff | raw | diff to current |
2004-11-13 |
Paul Eggert | Avoid O(N**2) behavior when there are many temporary... |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Jim Meyering | (merge): Remove declarations of now-unused variables. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Paul Eggert | (first_same_file): Remove. Move most of the code to.... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Jim Meyering | (xfclose): Don't close stdout here (just flush it), |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Paul Eggert | (inittables, sort_buffer_size, getmonth, mergefps, |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Paul Eggert | Don't include "long-options.h". |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Paul Eggert | (main): Emulate Solaris 8 and 9 "sort -y", so that |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Paul Eggert | (die, xfopen, mergefps, first_same_file, merge): |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Paul Eggert | Improve comment for first_same_file. |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Paul Eggert | (UCHAR): Remove; all uses changed to to_uchar. |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Jim Meyering | (main): Prefer the notation `STREQ (a, b)' over `strcmp... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Jim Meyering | (main, sort_buffer_size): Use STREQ (a, b) rather than... |
blob | commitdiff | raw | diff to current |
2004-05-14 |
Jim Meyering | Improve performance of `sort -m' on large files, at... |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Jim Meyering | (limfield): Make a comment clearer. |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Jim Meyering | Fix POSIX-conformance bug: "sort -k 3,3.5b" is supposed... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Jim Meyering | (main): Rewrite signal-catching code to make it |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Jim Meyering | (usage) [-u]: Add punctuation so that the description in |
blob | commitdiff | raw | diff to current |
2004-01-22 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | raw | diff to current |
2004-01-04 |
Jim Meyering | (add_temp_dir): Use x2nrealloc rather than xrealloc. |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Jim Meyering | (new_key): Use xzalloc, not xcalloc. |
blob | commitdiff | raw | diff to current |
2003-11-02 |
Jim Meyering | (inittables): Use `sizeof *var' rather than `sizeof... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Jim Meyering | (parse_field_count): Handle the case where overflow |
blob | commitdiff | raw | diff to current |
2003-09-28 |
Jim Meyering | Remove unnecessary casts of alloca, since now it's... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | raw | diff to current |
next |