mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
New module 'regex-quote'.
* lib/regex-quote.h: New file. * lib/regex-quote.c: New file. * modules/regex-quote: New file. Suggested by Reuben Thomas <rrt@sc3d.org>.
This commit is contained in:
24
modules/regex-quote
Normal file
24
modules/regex-quote
Normal file
@@ -0,0 +1,24 @@
|
||||
Description:
|
||||
Construct a regular expression from a literal string.
|
||||
|
||||
Files:
|
||||
lib/regex-quote.h
|
||||
lib/regex-quote.c
|
||||
|
||||
Depends-on:
|
||||
xalloc
|
||||
mbuiter
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
lib_SOURCES += regex-quote.c
|
||||
|
||||
Include:
|
||||
"regex-quote.h"
|
||||
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
Bruno Haible
|
Reference in New Issue
Block a user