summaryrefslogtreecommitdiffstats
path: root/libc/string/strcasecmp.c
Commit message (Collapse)AuthorAgeFilesLines
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵Peter S. Mazinger2006-03-231-0/+1
| | | | defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
* 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 ↵Peter S. Mazinger2006-01-161-0/+3
| | | | gone from libc. The remaining are left as exercise for others ;-)
* 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 ↵Peter S. Mazinger2006-01-141-20/+17
| | | | missing headers, other jump relocs removed
* 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. ↵Peter S. Mazinger2006-01-031-0/+75
| | | | wcscoll/strcoll needs some love ...
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-35/+0
| | | | -Erik
* Fix copyright messageEric Andersen2002-02-131-3/+17
|
* Mark Robson noticed that our strcasecmp() behaviour was notEric Andersen2002-02-121-11/+11
| | | | | | standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik
* 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
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+26