X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrcasestr;h=ea0ed1cc8238d6406ff732b7195043dc644465a3;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=ed7dea72da879e930a70f4dbc5ee6dd6c6435b0d;hpb=c16199ce77b7fe5aee147446944e9ea27b431caa;p=pspp diff --git a/modules/strcasestr b/modules/strcasestr index ed7dea72da..ea0ed1cc82 100644 --- a/modules/strcasestr +++ b/modules/strcasestr @@ -1,14 +1,10 @@ Description: -strcasestr() function: case-insensitive search for a substring in a string. +strcasestr() function: efficient case-insensitive search for unibyte substring. Files: -lib/strcasestr.c -m4/strcasestr.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter -string +strcasestr-simple configure.ac: gl_FUNC_STRCASESTR @@ -19,7 +15,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible