X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrstr;h=dc33bd2952206aee1ba9420a690cece40f6a336a;hb=fa8d786628cd8a1dbd2194e7776bea07f97cca99;hp=58678726992c274a51dd8b00e7ce245a9f0f4644;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/strstr b/modules/strstr index 586787269..dc33bd295 100644 --- a/modules/strstr +++ b/modules/strstr @@ -1,14 +1,10 @@ Description: -strstr() function: search for a substring in a string. +strstr() function: efficiently locate first substring in a buffer. Files: -lib/strstr.h -lib/strstr.c -m4/strstr.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter +strstr-simple configure.ac: gl_FUNC_STRSTR @@ -16,11 +12,10 @@ gl_FUNC_STRSTR Makefile.am: Include: -"strstr.h" + License: -LGPL +LGPLv2+ Maintainer: -Bruno Haible, glibc - +all, Eric Blake