summaryrefslogtreecommitdiffstats
path: root/libc/string/strncasecmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+2
* 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/+78
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-37/+0
* Fix copyright messageEric Andersen2002-02-131-3/+17
* Mark Robson noticed that our strcasecmp() behaviour was notEric Andersen2002-02-121-11/+12
* Update and simplification.Eric Andersen2000-10-071-18/+12
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-061-2/+2
* Initial revision0_9_1Erik Andersen2000-05-141-0/+28