* lib/regex-quote.c (ere_special): Add grouping and alternation
operators.
+2011-03-06 Bruno Haible <bruno@clisp.org>
+
+ regex-quote: Fix creation of POSIX extended regular expressions.
+ * lib/regex-quote.c (ere_special): Add grouping and alternation
+ operators.
+
2011-03-05 Bruno Haible <bruno@clisp.org>
doc: Improve doc regarding autopoint vs. gnulib.
static const char bre_special[] = "$^.*[]\\";
/* Characters that are special in an ERE. */
-static const char ere_special[] = "$^.*[]\\+?()";
+static const char ere_special[] = "$^.*[]\\+?{}()|";
size_t
regex_quote_length (const char *string, int cflags)