about summary refs log tree commit diff
path: root/src/string/strverscmp.c
Commit message (Collapse)AuthorAgeFilesLines
* add dummied strverscmp (obnoxious GNU function)Rich Felker2011-09-111-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.