Improve the check for departures from C89, and fix the departures
[platform/upstream/coreutils.git] / src / sort.c
2006-11-13 Jim Meyering* src/sort.c (insertkey): Use xmemdup, rather than...
2006-11-13 Jim MeyeringPlug another technically-unimportant leak in sort.
2006-11-13 Jim Meyering* src/sort.c (main): Plug a tiny memory leak.
2006-10-09 Paul Eggert* src/sort.c (usage): Mention again that sort fields...
2006-08-08 Paul EggertUse new random-number interface rather than rand-isaac.c.
2006-07-09 Paul Eggert(inittables): Use toupper rather than
2006-06-28 Paul Eggert* src/sort.c (main): Support obsolete usages like ...
2006-05-25 Paul Eggert(usage): Remove mention of --seed.
2005-12-14 Paul Eggert(incompatible_options): New function.
2005-12-14 Paul Eggert(check_ordering_compatibility): New function.
2005-12-12 Paul EggertInclude rand-isaac.c rather than rand-isaac.h.
2005-12-10 Jim Meyering(get_hash): Change position of `*' in parameter type...
2005-12-10 Jim Meyering(keycompare): Remove stray SPACE before TAB that was
2005-12-10 Paul Eggert(short_options, long_options, WORDS, keycompare, main):
2005-12-09 Jim Meyering(usage): Mention white space vs -b and -t options.
2005-10-07 Paul Eggert(sortlines_temp): Redo previous change, since I'm no...
2005-10-06 Paul Eggert(sortlines_temp): Undo previous change, since
2005-10-05 Jim MeyeringAdd a comment to go with the last change.
2005-10-05 Jim Meyering(sortlines_temp): Declare temporary as `int' rather
2005-09-01 Paul EggertClarify comment about size bounds.
2005-08-18 Jim Meyering(usage) [-b,-t]: Ensure that there are at least two
2005-08-17 Jim Meyering(usage): Fix typo s/POS 2/POS2/.
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude stdio--.h rather than stdio-safer.h.
2005-06-29 Jim Meyering(fillbuf): Use X2REALLOC rather than x2realloc.
2005-06-28 Jim Meyeringsplit long line in copyright comment
2005-06-28 Jim Meyering(fillbuf): Use x2realloc on 1-byte base types, not...
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-02 Jim Meyering(usage): Put `Ordering options:' line where it belongs.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-27 Paul EggertRefactor so that others can use large-integer
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-03-28 Jim Meyering(long_options, mergefps): Use NULL, not `0'.
2005-03-06 Jim MeyeringRemove `register' keyword.
2005-02-14 Paul Eggert(mergefps): Use binary search rather than linear one
2004-12-02 Paul Eggert(C_DECIMAL_POINT): Remove. Use changed to '.'.
2004-11-14 Jim Meyering(zaptemp): Mark new diagnostic for translation.
2004-11-13 Paul Eggert(zaptemp): Warn if a temporary file is not removed.
2004-11-13 Paul EggertMake the newly-introduced critical section a bit smaller.
2004-11-13 Paul EggertAvoid O(N**2) behavior when there are many temporary...
2004-11-07 Jim Meyering(merge): Remove declarations of now-unused variables.
2004-11-06 Paul Eggert(first_same_file): Remove. Move most of the code to....
2004-11-06 Jim Meyering(xfclose): Don't close stdout here (just flush it),
2004-11-05 Paul Eggert(inittables, sort_buffer_size, getmonth, mergefps,
2004-09-21 Paul EggertDon't include "long-options.h".
2004-09-07 Paul Eggert(main): Emulate Solaris 8 and 9 "sort -y", so that
2004-08-10 Paul Eggert(die, xfopen, mergefps, first_same_file, merge):
2004-07-30 Paul EggertImprove comment for first_same_file.
2004-07-30 Paul Eggert(UCHAR): Remove; all uses changed to to_uchar.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-01 Jim Meyering(main): Prefer the notation `STREQ (a, b)' over `strcmp...
2004-06-01 Jim Meyering(main, sort_buffer_size): Use STREQ (a, b) rather than...
2004-05-14 Jim MeyeringImprove performance of `sort -m' on large files, at...
2004-04-26 Jim Meyering(limfield): Make a comment clearer.
2004-04-26 Jim MeyeringFix POSIX-conformance bug: "sort -k 3,3.5b" is supposed...
2004-04-20 Jim Meyering(main): Rewrite signal-catching code to make it
2004-02-17 Jim Meyering(usage) [-u]: Add punctuation so that the description in
2004-01-22 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-04 Jim Meyering(add_temp_dir): Use x2nrealloc rather than xrealloc.
2003-11-04 Jim Meyering(new_key): Use xzalloc, not xcalloc.
2003-11-02 Jim Meyering(inittables): Use `sizeof *var' rather than `sizeof...
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...
next