summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2002-04-30(keycompare, compare): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).Jim Meyering
2002-02-16Include posixver.h.Jim Meyering
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering
2002-01-22Include xmemcoll.h, not memcoll.h.Jim Meyering
2002-01-21(CMP_WITH_IGNORE): Don't assume that the differenceJim Meyering
2002-01-21Don'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-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
2002-01-14(mergefps): Fix bug when eliminating empty files.Jim Meyering
2001-12-20(usage, specify_sort_size): Accept 'K' (which isJim Meyering
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
2001-11-23Factor 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 sameJim 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 thatJim 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 ofJim Meyering
2001-04-13(RLIMIT_AS): Do not define; just use conditionalJim Meyering
2001-04-02Include <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 failuresJim Meyering
2001-03-13Decrease 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 intoJim Meyering
2001-03-13Do 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 nameJim Meyering
2001-03-03(main): When fclose (stdin) fails, do not mentionJim 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 beJim Meyering
2001-03-03(parse_field_count): Comment fix.Jim Meyering
2001-03-03Tune allocation and comparison of nodesJim 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-19Fix a race condition: freed storage accessed during a signal handler.Jim Meyering
2001-02-19Check 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-19adjust indentationJim Meyering
2000-12-19Include physmem.h.Jim Meyering
2000-12-02whoops. rename the use, too -- not just the decl!!Jim Meyering