Could the version-sort be done with `strverscmp()` instead of `filevercmp()` 
from coreutils?

There're some differences, but for the general use like "file-1.9" vs. 
"file-1.10" the `strverscmp()` should do just fine. And it's part of `glibc` 
(well, `#define _GNU_SOURCE 1`), so no need to copy the original sources into 
the project and thus deal with this license harmonization issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/993#issuecomment-725227588

Reply via email to