annotate modules/rpmatch @ 13922:120aa31e498d

* build-aux/gendocs.sh: restore x bit
author Eric Blake <eblake@redhat.com>
date Fri, 10 Dec 2010 09:40:08 -0700
parents fdacdce28472
children efab6978105e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
4172
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4110
diff changeset
2 Locale dependent classification of a response as matching "yes" or "no".
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/rpmatch.c
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/rpmatch.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
10001
facc928673d7 Declare rpmatch.
Bruno Haible <bruno@clisp.org>
parents: 10000
diff changeset
9 stdlib
facc928673d7 Declare rpmatch.
Bruno Haible <bruno@clisp.org>
parents: 10000
diff changeset
10 extensions
10000
8095c13f76df Change rpmatch to use nl_langinfo when appropriate.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
11 stdbool
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5251
diff changeset
12 gettext-h
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 regex
10139
0f46743a158e Depends on strdup.
Bruno Haible <bruno@clisp.org>
parents: 10001
diff changeset
14 strdup
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_FUNC_RPMATCH
10001
facc928673d7 Declare rpmatch.
Bruno Haible <bruno@clisp.org>
parents: 10000
diff changeset
18 gl_STDLIB_MODULE_INDICATOR([rpmatch])
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
10001
facc928673d7 Declare rpmatch.
Bruno Haible <bruno@clisp.org>
parents: 10000
diff changeset
23 <stdlib.h>
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
13906
fdacdce28472 regex: Mention link dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10139
diff changeset
25 Link:
fdacdce28472 regex: Mention link dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10139
diff changeset
26 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
fdacdce28472 regex: Mention link dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10139
diff changeset
27
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
28 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
29 GPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
30
4197
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
31 Maintainer:
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
32 Jim Meyering
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
33