summaryrefslogtreecommitdiffstats
path: root/libc/string/strncasecmp.c
Commit message (Collapse)AuthorAgeFilesLines
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-181-2/+0
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-2/+0
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-10/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-6/+6
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
| | | | Step 10: libc_hidden_removal
* libc_hidden_proto moved to string.hCarmelo Amoroso2008-06-191-5/+7
|
* Merge from trunk."Steven J. Hill"2006-08-231-1/+2
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-20/+20
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-0/+78
|
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-37/+0
| | | | -Erik
* Fix copyright messageEric Andersen2002-02-131-3/+17
|
* Mark Robson noticed that our strcasecmp() behaviour was notEric Andersen2002-02-121-11/+12
| | | | | | standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik
* 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
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+28