annotate modules/c-strstr @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16)
parents cbf06de5646d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7209
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Search for a substring in a string in C locale.
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/c-strstr.h
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/c-strstr.c
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
9604
cbf06de5646d Make c-strstr rely on strstr.
Bruno Haible <bruno@clisp.org>
parents: 9561
diff changeset
9 strstr
7209
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 lib_SOURCES += c-strstr.h c-strstr.c
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 "c-strstr.h"
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 License:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 LGPL
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible
b528c3e6739e New module 'c-strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24