1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/tests
Michael Debertol 233a778963 sort/ls: implement version cmp matching GNU spec
This reimplements version_cmp, which is used in sort and ls to sort
according to versions.
However, it is not bug-for-bug identical with GNU's implementation.
I reported a bug with GNU here:
https://lists.gnu.org/archive/html/bug-coreutils/2021-06/msg00045.html
This implementation does not contain the bugs regarding the handling of
file extensions and null bytes.
2021-06-27 15:29:17 +02:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util sort/ls: implement version cmp matching GNU spec 2021-06-27 15:29:17 +02:00
common tests: add _any functions 2021-06-12 18:03:00 +02:00
fixtures sort/ls: implement version cmp matching GNU spec 2021-06-27 15:29:17 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00