]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add c-strcasestr module.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Oct 2005 17:53:10 +0000 (17:53 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:56 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am

index e056f12131271e7002678731da176d1fc9d71151..03df93d2bdaf94ce84cb46da85eaf83a6c5851b0 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * addext.c: Test HAVE_CONFIG_H using #ifdef.
index bd2c01c4e40457679f130261975ded87b83c0c95..c34c6a258bcd5d9fbcedcb4b714f69c5ae426708 100644 (file)
@@ -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 \