X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fc-strcasestr;h=9e0dc2befea0746209b7ef76cdeab76fe07a9ac6;hb=4596125141aeea905bd7ed1a8768f11db7402e41;hp=fef326118ce65e46aa04db316fc73a0aa5857d49;hpb=c62f7618f8da5380743fc93f0d71b0dafc8db8c7;p=gnulib.git diff --git a/modules/c-strcasestr b/modules/c-strcasestr index fef326118..9e0dc2bef 100644 --- a/modules/c-strcasestr +++ b/modules/c-strcasestr @@ -1,12 +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 +memchr +memcmp configure.ac: @@ -17,7 +22,7 @@ Include: "c-strcasestr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible