index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
sort.c
Age
Commit message (
Collapse
)
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 ↵
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-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 ↵
Rob Landley
something.
2010-01-05
menuconfig indentation should be handled by dependencies, not whitespace in ↵
Rob Landley
description.
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 ↵
Rob Landley
wrote back in 2005). Still a few bugs. Needs a _biiiiig_ test suite...