annotate modules/regex-quote @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000 (2015-02-16)
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13728
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Construct a regular expression from a literal string.
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/regex-quote.h
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/regex-quote.c
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
14410
0a972f366396 regex-quote: New API.
Bruno Haible <bruno@clisp.org>
parents: 13728
diff changeset
9 stdbool
13728
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 xalloc
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 mbuiter
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 lib_SOURCES += regex-quote.c
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Include:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 "regex-quote.h"
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 License:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 GPL
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 14410
diff changeset
25 all