aboutsummaryrefslogtreecommitdiff
path: root/win32/strverscmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sort: add support for sorting version stringsRon Yorston2023-10-011-0/+62
Add an implementation of strverscmp from musl so that the 'sort -V' option works. Add '-V' to the trivial usage message. Costs 248-256 bytes. (GitHub issue #370)