X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fc-strcasestr;h=9e0dc2befea0746209b7ef76cdeab76fe07a9ac6;hb=7dd6551404efff84abc69c3795dbe125cd13ebbd;hp=2e516444189c84496536ceca63278ee0a038dc4f;hpb=90988ede07abd2e58283d5e06b1b69f74b6967d2;p=gnulib.git diff --git a/modules/c-strcasestr b/modules/c-strcasestr index 2e5164441..9e0dc2bef 100644 --- a/modules/c-strcasestr +++ b/modules/c-strcasestr @@ -1,15 +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 -malloca -strnlen +memchr +memcmp configure.ac: @@ -20,7 +22,7 @@ Include: "c-strcasestr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible