Age | Commit message (Expand) | Author |
---|---|---|
2012-03-09 | Replace deprecated libc function with its totally renamed equivalent. | Rob Landley |
2012-03-07 | Consolidate headers. | Rob Landley |
2012-02-13 | Tweak from Frank Bergmann: some broken optimizers complain about "type-punned... | Rob Landley |
2012-02-07 | Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast). | Rob Landley |
2012-02-06 | Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. | Rob Landley |
2012-01-18 | Add -x option to sort (like -n, but hexadecimal), because I needed it for som... | Rob Landley |
2010-01-05 | menuconfig indentation should be handled by dependencies, not whitespace in d... | Rob Landley |
2008-06-22 | Only apply global flags to fallback sort. | Rob Landley |
2008-06-18 | Most of an susv3 compliant sort implementation (loosely based on the one I wr... | Rob Landley |