X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fc-strcasestr;h=9e0dc2befea0746209b7ef76cdeab76fe07a9ac6;hb=be6418e5cb639583826a55437ddb67e273ffabf4;hp=93b8e89c1aa15bc306e596b43da2a60976612b28;hpb=d48270a45bc1cfc4a3fd02a0e094cb2cc48f7ad3;p=gnulib.git diff --git a/modules/c-strcasestr b/modules/c-strcasestr index 93b8e89c1..9e0dc2bef 100644 --- a/modules/c-strcasestr +++ b/modules/c-strcasestr @@ -1,14 +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-two-way.h Depends-on: c-ctype +c-strcase stdbool -strnlen +memchr +memcmp configure.ac: @@ -19,7 +22,7 @@ Include: "c-strcasestr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible