aboutsummaryrefslogtreecommitdiff
path: root/toys/sort.c
AgeCommit message (Expand)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 "type-punned...Rob Landley
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 som...Rob Landley
2010-01-05menuconfig indentation should be handled by dependencies, not whitespace in d...Rob Landley
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 wr...Rob Landley