annotate modules/mbsstr @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8088
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 mbsstr() function: search for a substring in a string.
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/mbsstr.c
9561
d722bd5e44bd Unify 5 copies of the KMP code.
Bruno Haible <bruno@clisp.org>
parents: 8948
diff changeset
6 lib/str-kmp.h
8088
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 mbuiter
8133
678421bdc3ae Ensure O(n) worst-case complexity of mbsstr.
Bruno Haible <bruno@clisp.org>
parents: 8088
diff changeset
10 stdbool
8088
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 string
8133
678421bdc3ae Ensure O(n) worst-case complexity of mbsstr.
Bruno Haible <bruno@clisp.org>
parents: 8088
diff changeset
12 mbslen
8948
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 8145
diff changeset
13 malloca
8133
678421bdc3ae Ensure O(n) worst-case complexity of mbsstr.
Bruno Haible <bruno@clisp.org>
parents: 8088
diff changeset
14 strnlen
8088
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_STRING_MODULE_INDICATOR([mbsstr])
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 lib_SOURCES += mbsstr.c
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <string.h>
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
56a0105d8cf3 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 11386
diff changeset
29 all