fix no previous prototype warning
[oweals/busybox.git] / coreutils / sort.c
2006-05-09 Rob LandleyReplace isnan() and isinf() with inline tests so uClibc...
2006-04-16 Mike Frysingeruse strchr() not index()
2006-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2006-01-25 Tim Rikerjust whitespace
2005-10-08 Rob LandleyRename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so...
2005-07-20 Paul Foxapplying patch from:
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyChanged line[strlen(line) - 1] = '\0'; to chomp(line);
2001-04-17 Mark WhitleyApplied patch from I.Q. to fix problem with sort -n.
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-20 Matt KraaiRewrote.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-28 John Beppu+ shortened main() a little, and a few aesthetic cleanu...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-17 John Beppu+ in the interest of robustness, I added
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
1999-12-23 John Beppu sort is good to go.
1999-12-23 John Beppu implemented numeric sort (sort -g)
1999-12-22 John Beppu oops.. qsort(2) misunderstanding on my part.
1999-12-22 John Beppuplaying w/ $Log$
1999-12-22 John Beppu the base is nearly done.
1999-12-22 John Beppu added hooks for sort
1999-12-22 John Beppu work in progress...
1999-12-21 John Beppu this is my work in progress.