Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
[platform/upstream/coreutils.git] / src / sort.c
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-15 Jim Meyering(parse_field_count): Handle the case where overflow
2003-09-28 Jim MeyeringRemove unnecessary casts of alloca, since now it's...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-09-18 Jim Meyering(numcompare): Rename local, logb, to log_b to avoid
2003-09-05 Jim MeyeringDon't ignore -S if input is a pipe. Bug report by...
2003-09-04 Jim Meyering(usage): Say "blanks" instead of "whitespace",
2003-08-04 Jim Meyering(main): Use unsigned int instead of int for `nsigs'
2003-08-03 Jim MeyeringMinor code cleanups, mostly to use more accurate
2003-08-02 Jim Meyering(sortlines): Add description and references.
2003-07-28 Jim Meyering(sortlines_temp): Undo previous change.
2003-07-27 Jim Meyering(sortlines_temp): Declare local `swap' to be `int'...
2003-07-27 Jim Meyeringremove trailing blanks
2003-07-27 Jim Meyering(sort): Don't require two `struct line's per text line,
2003-07-27 Jim MeyeringThis change was inspired by a similar proposal by Stepa...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-19 Jim MeyeringInclude "exitfail.h".
2003-07-18 Jim Meyering(main): Use close_stdout via atexit.
2003-07-18 Jim MeyeringInclude "exitfail.h".
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-13 Jim Meyering(sort): Don't apply cast to argument of free.
2003-05-13 Jim Meyering(zaptemp): Don't apply cast to argument of free.
2003-05-09 Jim Meyeringfix off-by-one error in last change
2003-05-09 Jim Meyering(main): Don't overrun array bound if argc is 0.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-11-10 Jim Meyering(main): Also declare `i' to be unsigned, not int.
2002-11-10 Jim Meyering(sighandler): Use raise, rather than kill+getpid.
2002-11-05 Jim Meyering(checkfp): Use primitives from inttostr.h, not human.h,
2002-10-08 Jim Meyering(begfield, limfield): Don't advance the write pointer...
2002-09-28 Jim Meyering(begfield, limfield): Rearrange comparisons to avoid...
2002-08-08 Jim MeyeringGuard inclusion of <langinfo.h> with
2002-07-29 Jim MeyeringAdjust command examples in comments to use POSIX 1003...
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-30 Jim Meyering(keycompare, compare): Replace #ifdef ENABLE_NLS with...
2002-02-16 Jim MeyeringInclude posixver.h.
2002-02-02 Jim MeyeringAdd more support for POSIX 1003.1-2001, which requires...
2002-01-22 Jim MeyeringInclude xmemcoll.h, not memcoll.h.
2002-01-21 Jim Meyering(CMP_WITH_IGNORE): Don't assume that the difference
2002-01-21 Jim MeyeringDon't include "xalloc.h", as system.h already does...
2002-01-18 Jim Meyering(main): Issue a warning for obsolete usage, unless...
2002-01-16 Jim MeyeringAdd support for POSIX 1003.1-2001, which requires remov...
2002-01-14 Jim Meyering(mergefps): Fix bug when eliminating empty files.
2001-12-20 Jim Meyering(usage, specify_sort_size): Accept 'K' (which is
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Fix typo in last change to usage.
2001-11-11 Jim Meyering(struct_month_cmp): Guard definition with the same
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-05 Jim Meyering(usage): Don't recommend setting LC_COLLATE=C.
2001-11-04 Jim Meyering(usage): Say that
2001-08-26 Jim Meyering(mergefps): Do not allocate at least sort_size bytes...
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-07-01 Jim Meyering(usage): Suggest setting LC_COLLATE=C, rather than...
2001-04-15 Jim Meyering(default_sort_size): Leave a 1/16 margin for RSS.
2001-04-13 Jim Meyering(main): Add a comment justifying the use of
2001-04-13 Jim Meyering(RLIMIT_AS): Do not define; just use conditional
2001-04-02 Jim MeyeringInclude <getopt.h>.
2001-03-18 Jim Meyering(usage): Warn that the +N form will be withdrawn.
2001-03-13 Jim Meyering(die): New message arg, to describe failures
2001-03-13 Jim MeyeringDecrease buffer size when only merging or checking.
2001-03-13 Jim Meyering(sort): If all the input files are empty, create an...
2001-03-13 Jim Meyering(merge): Move declarations of local variables into
2001-03-13 Jim MeyeringDo not include closeout.h.
2001-03-03 Jim Meyering(die): New function.
2001-03-03 Jim Meyering(xfclose): Add FILE arg, and report the file name
2001-03-03 Jim Meyering(main): When fclose (stdin) fails, do not mention
2001-03-03 Jim Meyering(xfopen): Set have_read_stdin to 1 only if file is...
2001-03-03 Jim Meyering(initbuf): If the desired size cannot be
2001-03-03 Jim Meyering(parse_field_count): Comment fix.
2001-03-03 Jim MeyeringTune allocation and comparison of nodes
2001-03-02 Jim Meyering(eolchar, trim_trailing_blanks): Now static.
2001-03-02 Jim Meyering'sort' race condition fixes.
2001-02-22 Jim Meyering(keycompare): Move declarations of locals, lena and...
2001-02-19 Jim Meyering(AUTHORS): Add Paul Eggert.
2001-02-19 Jim MeyeringFix a race condition: freed storage accessed during...
2001-02-19 Jim MeyeringCheck for input size, and do not overallocate memory.
2001-01-17 Jim Meyering(main): Use PACKAGE, not GNU_PACKAGE.
2001-01-17 Jim Meyering(usage): Convert each TAB in --help output to a sequenc...
2001-01-03 Jim Meyering(main): Remove embedded \n from diagnostic.
2000-12-19 Jim Meyeringadjust indentation
2000-12-19 Jim MeyeringInclude physmem.h.
2000-12-02 Jim Meyeringwhoops. rename the use, too -- not just the decl!!
2000-12-02 Jim Meyering(checkfp): Rename local `buf' to avoid shadowing previo...
2000-12-02 Jim Meyering(NONZERO): Define and use it to make the code a tiny
2000-11-30 Jim Meyerings/SIZE_T_MAX/SIZE_MAX/.
2000-11-30 Jim MeyeringPort GNU "sort" to hosts where sizes don't fit in ...
2000-10-22 Jim Meyeringadd missing backslash
2000-10-21 Jim Meyering(SORT_OUT_OF_ORDER): Define.
2000-10-21 Jim Meyering(main): Use EXIT_SUCCESS rather than 0.
2000-08-11 Jim Meyering(usage): Describe -d and -i in a locale-independent...
2000-08-07 Jim Meyering(usage): Warn more succintly about the effects of
2000-08-05 Jim Meyering(main): Rename local `t' to `tmp_dir' to avoid shadowing
2000-07-29 Jim Meyering(temp_dir): Remove.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-03-06 Jim Meyering(struct buffer.newline_free): New member.
2000-03-03 Jim Meyering(fillbuf): Move declaration of local, cc, into scope of
next