annotate modules/regex-quote @ 14276:6b7046963230

di-set, ino-map: new modules, from coreutils * lib/di-set.c: New file. * lib/di-set.h: Likewise. * lib/ino-map.c: Likewise. * lib/ino-map.h: Likewise. * modules/di-set: Likewise. * modules/di-set-tests: Likewise. * modules/ino-map: Likewise. * modules/ino-map-tests: Likewise. * tests/test-di-set.c: Likewise. * tests/test-ino-map.c: Likewise.
author Jim Meyering <meyering@redhat.com>
date Mon, 07 Feb 2011 16:01:24 +0100
parents e67e8c083d6d
children 0a972f366396
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:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 xalloc
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 mbuiter
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 lib_SOURCES += regex-quote.c
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 "regex-quote.h"
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 GPL
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
e67e8c083d6d New module 'regex-quote'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible