don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / sort.c
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.