summaryrefslogtreecommitdiff
path: root/libc/string/strncasecmp.c
AgeCommit message (Collapse)Author
2006-01-03Provide __tolower and use itPeter S. Mazinger
2006-01-03Revert a change until I find the textrel causePeter S. Mazinger
2006-01-03Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger
wcscoll/strcoll needs some love ...
2002-06-12Cleanup the mess, remove now obsolete filesEric Andersen
-Erik
2002-02-13Fix copyright messageEric Andersen
2002-02-12Mark Robson noticed that our strcasecmp() behaviour was notEric Andersen
standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik
2000-10-07Update and simplification.Eric Andersen
2000-07-06Rework all the string handling. Make const stuff be constified.Eric Andersen
-Erik
2000-05-14Initial revisionErik Andersen