X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fc-strcasestr;h=9e0dc2befea0746209b7ef76cdeab76fe07a9ac6;hb=7dd6551404efff84abc69c3795dbe125cd13ebbd;hp=46739927feb3141c1f7af0e8991565e3ee180703;hpb=7855e1e3a12ea5e158d51b9ab7f38006ac5fc028;p=gnulib.git diff --git a/modules/c-strcasestr b/modules/c-strcasestr index 46739927f..9e0dc2bef 100644 --- a/modules/c-strcasestr +++ b/modules/c-strcasestr @@ -1,16 +1,17 @@ Description: -Case-insensitive searching in a string in C locale. +Efficient case-insensitive searching in a string in C locale. Files: lib/c-strcasestr.h lib/c-strcasestr.c -lib/str-kmp.h +lib/str-two-way.h Depends-on: c-ctype +c-strcase stdbool -malloca -strnlen +memchr +memcmp configure.ac: @@ -21,7 +22,7 @@ Include: "c-strcasestr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible