Age | Commit message (Expand) | Author |
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 |
2001-02-19 | (AUTHORS): Add Paul Eggert. | Jim Meyering |
2001-02-19 | Fix a race condition: freed storage accessed during a signal handler. | Jim Meyering |
2001-02-19 | Check for input size, and do not overallocate memory. | Jim Meyering |
2001-01-17 | (main): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering |
2001-01-17 | (usage): Convert each TAB in --help output to a sequence of 8 spaces. | Jim Meyering |
2001-01-03 | (main): Remove embedded \n from diagnostic. | Jim Meyering |
2000-12-19 | adjust indentation | Jim Meyering |
2000-12-19 | Include physmem.h. | Jim Meyering |
2000-12-02 | whoops. rename the use, too -- not just the decl!! | Jim Meyering |
2000-12-02 | (checkfp): Rename local `buf' to avoid shadowing previous declaration. | Jim Meyering |
2000-12-02 | (NONZERO): Define and use it to make the code a tiny | Jim Meyering |
2000-11-30 | s/SIZE_T_MAX/SIZE_MAX/. | Jim Meyering |
2000-11-30 | Port GNU "sort" to hosts where sizes don't fit in "int", | Jim Meyering |
2000-10-22 | add missing backslash | Jim Meyering |
2000-10-21 | (SORT_OUT_OF_ORDER): Define. | Jim Meyering |
2000-10-21 | (main): Use EXIT_SUCCESS rather than 0. | Jim Meyering |
2000-08-11 | (usage): Describe -d and -i in a locale-independent way. | Jim Meyering |
2000-08-07 | (usage): Warn more succintly about the effects of | Jim Meyering |
2000-08-05 | (main): Rename local `t' to `tmp_dir' to avoid shadowing | Jim Meyering |
2000-07-29 | (temp_dir): Remove. | Jim Meyering |
2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering |
2000-03-06 | (struct buffer.newline_free): New member. | Jim Meyering |
2000-03-03 | (fillbuf): Move declaration of local, cc, into scope of | Jim Meyering |
2000-03-03 | Big performance improvement when sorting many small files, | Jim Meyering |
2000-01-22 | (keycompare): Use global, hard_LC_COLLATE in place of | Jim Meyering |
2000-01-19 | Tweak sort performance. | Jim Meyering |
2000-01-18 | (sighandler, main): | Jim Meyering |
2000-01-13 | (fillbuf): Avoid quadratic behavior with long lines. | Jim Meyering |