From: Bruno Haible Date: Thu, 20 Oct 2005 17:53:10 +0000 (+0000) Subject: Add c-strcasestr module. X-Git-Tag: v0.15~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129d0e29a007bb49674c13ca85ebe95a7263752e;p=thirdparty%2Fgettext.git Add c-strcasestr module. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index e056f1213..03df93d2b 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-10-09 Bruno Haible + + * c-strcasestr.h: New file. + * c-strcasestr.c: New file, based on gnulib's strcasestr.c. + * Makefile.am (libgettextlib_la_SOURCES): Add them. + 2005-10-06 Bruno Haible * addext.c: Test HAVE_CONFIG_H using #ifdef. diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am index bd2c01c4e..c34c6a258 100644 --- a/gettext-tools/lib/Makefile.am +++ b/gettext-tools/lib/Makefile.am @@ -39,6 +39,7 @@ libgettextlib_la_SOURCES = \ binary-io.h \ c-ctype.h c-ctype.c \ c-strcase.h c-strcasecmp.c c-strncasecmp.c \ + c-strcasestr.h c-strcasestr.c \ classpath.h classpath.c \ closeout.h closeout.c \ copy-file.h copy-file.c \