aboutsummaryrefslogtreecommitdiff
path: root/toys/sort.c
AgeCommit message (Collapse)Author
2012-03-09Replace deprecated libc function with its totally renamed equivalent.Rob Landley
2012-03-07Consolidate headers.Rob Landley
2012-02-13Tweak from Frank Bergmann: some broken optimizers complain about ↵Rob Landley
"type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.)
2012-02-07Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).Rob Landley
2012-02-06Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.Rob Landley
2012-01-18Add -x option to sort (like -n, but hexadecimal), because I needed it for ↵Rob Landley
something.
2010-01-05menuconfig indentation should be handled by dependencies, not whitespace in ↵Rob Landley
description.
2008-06-22Only apply global flags to fallback sort.Rob Landley
2008-06-18Most of an susv3 compliant sort implementation (loosely based on the one I ↵Rob Landley
wrote back in 2005). Still a few bugs. Needs a _biiiiig_ test suite...