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