annotate modules/getsubopt @ 13415:a884db63982b

Avoid some more warnings from "gcc -Wwrite-strings".
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Jun 2010 21:17:11 +0200
parents 08e90860ec5e
children efab6978105e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
8198
d84ab7c183f4 getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
2 getsubopt: Parse comma separated list into words.
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/getsubopt.c
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/getsubopt.m4
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
9209
5a0294ce5372 Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents: 8198
diff changeset
9 extensions
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 strchrnul
8198
d84ab7c183f4 getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
11 stdlib
10746
08e90860ec5e Mark 'memchr' obsolete.
Bruno Haible <bruno@clisp.org>
parents: 9209
diff changeset
12 memchr
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_FUNC_GETSUBOPT
8198
d84ab7c183f4 getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
16 gl_STDLIB_MODULE_INDICATOR([getsubopt])
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Include:
8198
d84ab7c183f4 getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
21 <stdlib.h>
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5138
diff changeset
23 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5138
diff changeset
24 LGPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5138
diff changeset
25
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Maintainer:
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 all, glibc