X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrstr;h=251b2d76eb97f69418be986b8aa761553cce248f;hb=414d630c1c5248b1da281b2bbd0a4ea48792b187;hp=c6891d2153cc553915beb3b3235b59c82f8d6f67;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strstr b/modules/strstr index c6891d215..251b2d76e 100644 --- a/modules/strstr +++ b/modules/strstr @@ -1,25 +1,28 @@ Description: -strstr() function: search for a substring in a string. +strstr() function: efficiently locate first substring in a buffer. Files: -lib/strstr.h +lib/str-two-way.h lib/strstr.c m4/strstr.m4 Depends-on: +string +stdbool +memchr +memcmp configure.ac: gl_FUNC_STRSTR +gl_STRING_MODULE_INDICATOR([strstr]) Makefile.am: -lib_SOURCES += strstr.h Include: -"strstr.h" + License: -LGPL +LGPLv2+ Maintainer: -Bruno Haible, glibc - +all, Eric Blake