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 |
rev |
line source |
13728
|
1 Description: |
|
2 Construct a regular expression from a literal string. |
|
3 |
|
4 Files: |
|
5 lib/regex-quote.h |
|
6 lib/regex-quote.c |
|
7 |
|
8 Depends-on: |
|
9 xalloc |
|
10 mbuiter |
|
11 |
|
12 configure.ac: |
|
13 |
|
14 Makefile.am: |
|
15 lib_SOURCES += regex-quote.c |
|
16 |
|
17 Include: |
|
18 "regex-quote.h" |
|
19 |
|
20 License: |
|
21 GPL |
|
22 |
|
23 Maintainer: |
|
24 Bruno Haible |