X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fc-strcasestr;h=9e0dc2befea0746209b7ef76cdeab76fe07a9ac6;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=87d02dd55f96e6a472c86f130dbbd1bb0286b618;hpb=4bc8b69ccf12c40ba0eec577b18e24bdd3cbc945;p=gnulib.git diff --git a/modules/c-strcasestr b/modules/c-strcasestr index 87d02dd55..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 -allocsa -strnlen +memchr +memcmp configure.ac: @@ -20,7 +22,7 @@ Include: "c-strcasestr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible