annotate modules/strtok_r @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents c9ecfab74059
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5434
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 strtok_r() function: split string into tokens, thread safe.
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 lib/strtok_r.c
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6 m4/strtok_r.m4
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.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
15120
c9ecfab74059 strtok_r: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
10 strpbrk [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1]
5434
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
12 configure.ac:
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
13 gl_FUNC_STRTOK_R
15120
c9ecfab74059 strtok_r: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
14 if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then
c9ecfab74059 strtok_r: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
15 AC_LIBOBJ([strtok_r])
c9ecfab74059 strtok_r: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
16 gl_PREREQ_STRTOK_R
c9ecfab74059 strtok_r: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
17 fi
8054
aa8abb5db935 Enforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible <bruno@clisp.org>
parents: 7944
diff changeset
18 gl_STRING_MODULE_INDICATOR([strtok_r])
5434
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 Makefile.am:
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
21
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
22 Include:
7944
a1d177cd9523 * doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents: 7497
diff changeset
23 <string.h>
5434
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
24
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
25 License:
13231
648ae9e5bdda strtok_r: relax license to LGPLv2+
Eric Blake <eblake@redhat.com>
parents: 10756
diff changeset
26 LGPLv2+
5434
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
27
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
28 Maintainer:
a8dc5f46b8bf Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
29 all, glibc