Age | Commit message (Expand) | Author |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-11-10 | (main): Also declare `i' to be unsigned, not int. | Jim Meyering |
2002-11-10 | (sighandler): Use raise, rather than kill+getpid. | Jim Meyering |
2002-11-05 | (checkfp): Use primitives from inttostr.h, not human.h, | Jim Meyering |
2002-10-08 | (begfield, limfield): Don't advance the write pointer past the | Jim Meyering |
2002-09-28 | (begfield, limfield): Rearrange comparisons to avoid compiler warnings. | Jim Meyering |
2002-08-08 | Guard inclusion of <langinfo.h> with | Jim Meyering |
2002-07-29 | Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-04-30 | (keycompare, compare): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE). | Jim Meyering |
2002-02-16 | Include posixver.h. | Jim Meyering |
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2002-01-22 | Include xmemcoll.h, not memcoll.h. | Jim Meyering |
2002-01-21 | (CMP_WITH_IGNORE): Don't assume that the difference | Jim Meyering |
2002-01-21 | Don't include "xalloc.h", as system.h already does that via sys2.h. | Jim Meyering |
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2002-01-14 | (mergefps): Fix bug when eliminating empty files. | Jim Meyering |
2001-12-20 | (usage, specify_sort_size): Accept 'K' (which is | Jim Meyering |
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering |
2001-12-01 | (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION | Jim Meyering |
2001-11-23 | Factor out some common strings to make translation easier. | Jim Meyering |
2001-11-11 | (usage): Fix typo in last change to usage. | Jim Meyering |
2001-11-11 | (struct_month_cmp): Guard definition with the same | Jim Meyering |
2001-11-11 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-11-05 | (usage): Don't recommend setting LC_COLLATE=C. | Jim Meyering |
2001-11-04 | (usage): Say that | Jim Meyering |
2001-08-26 | (mergefps): Do not allocate at least sort_size bytes for each merge buffer. | Jim Meyering |
2001-08-13 | (AUTHORS): Mark string for translation, since it contains the English word `a... | Jim Meyering |
2001-07-01 | (usage): Suggest setting LC_COLLATE=C, rather than LC_ALL=C. | Jim Meyering |
2001-04-15 | (default_sort_size): Leave a 1/16 margin for RSS. | Jim Meyering |
2001-04-13 | (main): Add a comment justifying the use of | Jim Meyering |
2001-04-13 | (RLIMIT_AS): Do not define; just use conditional | Jim Meyering |
2001-04-02 | Include <getopt.h>. | Jim Meyering |
2001-03-18 | (usage): Warn that the +N form will be withdrawn. | Jim Meyering |
2001-03-13 | (die): New message arg, to describe failures | Jim Meyering |
2001-03-13 | Decrease buffer size when only merging or checking. | Jim Meyering |
2001-03-13 | (sort): If all the input files are empty, create an empty output file. | Jim Meyering |
2001-03-13 | (merge): Move declarations of local variables into | Jim Meyering |
2001-03-13 | Do not include closeout.h. | Jim Meyering |
2001-03-03 | (die): New function. | Jim Meyering |
2001-03-03 | (xfclose): Add FILE arg, and report the file name | Jim Meyering |
2001-03-03 | (main): When fclose (stdin) fails, do not mention | Jim Meyering |
2001-03-03 | (xfopen): Set have_read_stdin to 1 only if file is "-". | Jim Meyering |
2001-03-03 | (initbuf): If the desired size cannot be | Jim Meyering |
2001-03-03 | (parse_field_count): Comment fix. | Jim Meyering |
2001-03-03 | Tune allocation and comparison of nodes | Jim Meyering |
2001-03-02 | (eolchar, trim_trailing_blanks): Now static. | Jim Meyering |
2001-03-02 | 'sort' race condition fixes. | Jim Meyering |
2001-02-22 | (keycompare): Move declarations of locals, lena and lenb, | Jim Meyering |