log lib/strcasecmp.c @ 17363:5a51fb7777a9

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 05 Feb 2007 01:57:07 +0000 Bruno Haible New module 'mbscasecmp'. strcasecmp is not expected to work with multibyte
Fri, 26 Jan 2007 22:16:55 +0000 Paul Eggert * doc/gnulib-tool.texi (Initial import): Update to match current
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Tue, 11 Oct 2005 12:47:44 +0000 Bruno Haible Avoid integer overflow on exotic platforms.
Wed, 17 Aug 2005 14:01:07 +0000 Bruno Haible strcasecmp.c now uses mbuiter.
Wed, 17 Aug 2005 13:55:55 +0000 Bruno Haible Fix the iterator, so that it ends before the '\0'.
Tue, 16 Aug 2005 16:08:22 +0000 Bruno Haible Simplify by using mb_casecmp.
Tue, 16 Aug 2005 12:21:21 +0000 Bruno Haible Make strcasecmp() work right in multibyte locales.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Wed, 04 Jun 2003 19:22:29 +0000 Paul Eggert .h files should stand alone, but we shouldn't include <sys/types.h>
Mon, 07 Aug 2000 15:48:18 +0000 Jim Meyering back out Copyright date changes for files with no changes year
Sun, 09 Jul 2000 07:22:43 +0000 Jim Meyering update copyright date
Mon, 01 Feb 1999 13:50:12 +0000 Jim Meyering (STRXCASECMP_FUNCTION): Don't increment within macro argument list.
Sat, 02 Jan 1999 15:55:52 +0000 Jim Meyering Add #ifdefs so it can be used for strncasecmp, too.