Files
gnu-coreutils/tests/misc
Michael Speer 159faba137 sort: new --human-numeric-sort option to sort KiB MB etc.
* NEWS: Document the new option
* doc/coreutils.texi (sort invocation): ditto
* src/sort.c (main): handle the new --human-numeric-sort option (-h).
(human_numcompare): A new function to compare SI and IEC suffixes
before falling back to the standard --numeric comparison.
(find_unit_order): A new helper function to find the order
of magnitude of a number string as determined by its suffix.
(check_mixed_SI_IEC): A new helper function to exit with error
if both SI and IEC suffixes are presented.
* tests/misc/sort: Add 8 tests to test the new functionality.
* THANKS: Update
2009-05-26 14:49:17 +01:00
..
2008-06-02 14:40:26 +02:00
2008-07-15 08:30:38 +02:00
2009-03-25 06:33:32 -06:00
2009-02-18 06:07:30 -07:00
2009-01-28 16:43:52 +00:00
2008-06-08 12:11:47 +02:00
2008-06-08 12:11:47 +02:00