annotate modules/strsep @ 16023:dc33aa820898

New module 'fstatat', split off from module 'openat'. * lib/openat.h (statat, lstatat): Enable only if GNULIB_FSTATAT is defined. * m4/fstatat.m4: New file. extracted from m4/openat.m4. * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FSTATAT. Don't invoke gl_FUNC_FSTATAT. (gl_FUNC_FSTATAT): Moved to m4/fstatat.m4. * modules/fstatat: New file, extracted from modules/openat. * modules/openat (Files): Remove lib/fstatat.c. (Depends-on): Remove lstat. (configure.ac): Remove AC_LIBOBJ of fstatat. * modules/fstatat-tests: New file, extracted from modules/openat-tests. * modules/openat-tests (Files): Remove tests/test-fstatat.c, tests/test-lstat.h, tests/test-stat.h. (Depends-on): Remove getcwd-lgpl. (Makefile.am): Remove rules for test-fstatat. * doc/posix-functions/fstatat.texi: Mention module 'fstatat' instead of module 'openat'. * NEWS: Mention the change. * modules/getcwd (Depends-on): Add fstatat. * modules/linkat (Depends-on): Likewise. * modules/mkfifoat-tests (Depends-on): Likewise. * modules/utimensat (Depends-on): Add fstatat. Remove openat.
author Bruno Haible <bruno@clisp.org>
date Thu, 03 Nov 2011 12:03:53 +0100
parents 990d9ce9c393
children
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:
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 9209
diff changeset
9 string
9209
5a0294ce5372 Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents: 9102
diff changeset
10 extensions
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 9209
diff changeset
11 strpbrk [test $HAVE_STRSEP = 0]
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_STRSEP
15110
990d9ce9c393 strsep: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
15 if test $HAVE_STRSEP = 0; then
990d9ce9c393 strsep: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
16 AC_LIBOBJ([strsep])
990d9ce9c393 strsep: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
17 gl_PREREQ_STRSEP
990d9ce9c393 strsep: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
18 fi
8054
aa8abb5db935 Enforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible <bruno@clisp.org>
parents: 7944
diff changeset
19 gl_STRING_MODULE_INDICATOR([strsep])
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 Makefile.am:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Include:
7944
a1d177cd9523 * doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents: 7497
diff changeset
24 <string.h>
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 License:
9102
404dc8725caf Use the synonymous term LGPLv2.
Bruno Haible <bruno@clisp.org>
parents: 8054
diff changeset
27 LGPLv2+
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Maintainer:
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Yoann Vandoorselaere