summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-13(sort): Don't apply cast to argument of free.Jim Meyering
2003-05-13(zaptemp): Don't apply cast to argument of free.Jim Meyering
2003-05-09fix off-by-one error in last changeJim Meyering
2003-05-09(main): Don't overrun array bound if argc is 0.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering
2002-12-15Remove 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 theJim Meyering
2002-09-28(begfield, limfield): Rearrange comparisons to avoid compiler warnings.Jim Meyering
2002-08-08Guard inclusion of <langinfo.h> withJim Meyering
2002-07-29Adjust 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-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