summaryrefslogtreecommitdiff
path: root/lib/strcasecmp.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflow on exotic platforms.Bruno Haible2005-10-111-1/+8
* strcasecmp.c now uses mbuiter.Bruno Haible2005-08-171-114/+11
* Fix the iterator, so that it ends before the '\0'.Bruno Haible2005-08-171-6/+5
* Simplify by using mb_casecmp.Bruno Haible2005-08-161-44/+5
* Make strcasecmp() work right in multibyte locales.Bruno Haible2005-08-161-33/+208
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* .h files should stand alone, but we shouldn't include <sys/types.h>Paul Eggert2003-06-041-1/+1
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* (STRXCASECMP_FUNCTION): Don't increment within macro argument list.Jim Meyering1999-02-011-2/+5
* Add #ifdefs so it can be used for strncasecmp, too.Jim Meyering1999-01-021-0/+63