X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrstr;h=dc33bd2952206aee1ba9420a690cece40f6a336a;hb=096d7e1c450cff94143fd0681439ab42a3a63079;hp=a4cb7bea5acf9dfa9a3e8389f0e71037776ce0ed;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/strstr b/modules/strstr index a4cb7bea5..dc33bd295 100644 --- a/modules/strstr +++ b/modules/strstr @@ -1,12 +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 Depends-on: +strstr-simple configure.ac: gl_FUNC_STRSTR @@ -14,8 +12,10 @@ gl_FUNC_STRSTR Makefile.am: Include: -"strstr.h" + -Maintainer: -Bruno Haible, glibc +License: +LGPLv2+ +Maintainer: +all, Eric Blake