summaryrefslogtreecommitdiff
path: root/src/string/strverscmp.c
AgeCommit message (Collapse)AuthorLines
2013-02-26implement non-stub strverscmpRich Felker-2/+35
patch by Isaac Dunham.
2011-09-11add dummied strverscmp (obnoxious GNU function)Rich Felker-0/+7
programs that use this tend to horribly botch international text support, so it's questionable whether we want to support it even in the long term... for now, it's just a dummy that calls strcmp.