Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / sort.c
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-18 Denys Vlasenkosort: -o FILE should create/truncate FILE
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-12-13 Denys Vlasenkosort: make sort -o FILE FILE (same FILE) work. Closes...
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-13 Denis Vlasenkosort: -z outputs NUL terminated lines. Closes bug 1591.
2007-11-16 Bernhard Reutner... - use standard-imposed constants some more
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-07 Denis Vlasenkodiff: small optimizations; do not try to diff non-seeka...
2007-01-02 Mike Frysingerstr2u() is only used when FEATURE_SORT_BIG is enabled
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
2006-12-26 Denis Vlasenkostyle fixes
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-26 Denis Vlasenkosort: two small optimizations
2006-11-26 Denis Vlasenkosort: reformat entire file wrt style.
2006-11-17 Bernhard Reutner... - end may be used uninitialized.
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkocut, mount: small improvements
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-15 Rob LandleyFix bug found by Joey Hess and forwarded by Bastian...
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.