ls and sort: use filevercmp instead of strverscmp
commite505736f8211a608b00dfe75fb186a5211e1a183
authorKamil Dudka <kdudka@redhat.com>
Fri, 3 Oct 2008 09:03:40 +0000 (3 11:03 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 3 Oct 2008 09:59:17 +0000 (3 11:59 +0200)
treed5d0e1cb62e0148acf9b0cb11585d999b61d259c
parent7eb15e1020590ebc1f39e5679feea8f1106d241c
ls and sort: use filevercmp instead of strverscmp

* src/ls.c (cmp_version): Use filevercmp instead of strverscmp.
* src/sort.c (usage): Remove mna reference to strverscmp(3).
(compare_version): Use filevercmp instead of strverscmp.
* bootstrap.conf: Add filevercmp to list of gnulib modules.
* tests/misc/sort-version: Remove conflicting string and enhance test.
* NEWS: Mention the change.
NEWS
bootstrap.conf
src/ls.c
src/sort.c
tests/misc/sort-version