annotate modules/strsep @ 8054:aa8abb5db935

Enforce the use of gnulib modules for unportable <string.h> functions.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Feb 2007 00:29:52 +0000
parents a1d177cd9523
children 404dc8725caf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 strsep() function: extract token from string.
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/strsep.c
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/strsep.m4
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
7944
a1d177cd9523 * doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents: 7497
diff changeset
9 string
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 strpbrk
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_STRSEP
8054
aa8abb5db935 Enforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible <bruno@clisp.org>
parents: 7944
diff changeset
14 gl_STRING_MODULE_INDICATOR([strsep])
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Include:
7944
a1d177cd9523 * doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents: 7497
diff changeset
19 <string.h>
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 License:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 LGPL
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Maintainer:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Yoann Vandoorselaere