summaryrefslogtreecommitdiffstats
path: root/libc/string/strcasecmp.c
Commit message (Expand)AuthorAgeFilesLines
* str[n]casecmp.c: fix hidden usagePeter S. Mazinger2011-03-101-1/+1
* ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-091-0/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-10/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-5/+5
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* fix fallout from libc_hidden_proto removalDenis Vlasenko2008-06-021-1/+2
* fix compile breakage in libc/string/wcscasecmp.cDenis Vlasenko2008-06-011-0/+1
* fix fallout from string.h libc_hidden_proto removalDenis Vlasenko2008-05-311-4/+5
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-0/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+3
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-20/+17
* Provide __tolower and use itPeter S. Mazinger2006-01-031-1/+1
* Revert a change until I find the textrel causePeter S. Mazinger2006-01-031-1/+1
* Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger2006-01-031-0/+75
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-35/+0
* Fix copyright messageEric Andersen2002-02-131-3/+17
* Mark Robson noticed that our strcasecmp() behaviour was notEric Andersen2002-02-121-11/+11
* Update and simplification.Eric Andersen2000-10-071-16/+11
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-061-2/+2
* Initial revision0_9_1Erik Andersen2000-05-141-0/+26