summaryrefslogtreecommitdiff
path: root/lib/strcasecmp.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Optimize three-valued comparison between integers.Bruno Haible2020-07-241-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-1/+1
* New module 'mbscasecmp'. strcasecmp is not expected to work with multibyteBruno Haible2007-02-051-62/+22
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-2/+2
* Include <config.h> unconditionally.Bruno Haible2006-09-141-4/+2
* 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