From e329a8d62ddca82fcd982c4bfb810660072ac419 Mon Sep 17 00:00:00 2001 From: Øystein Walle Date: Thu, 16 Feb 2017 17:18:13 +0100 Subject: 40568: REMATCH_PCRE is not enabled by default, fix doc. --- ChangeLog | 3 +++ Doc/Zsh/options.yo | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f1d19475..71668b8bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-02-17 Peter Stephenson + * Øystein Walle: 40568: REMATCH_PCRE option is not enabled by + default. + * Sebastian: 40558, 40562: Doc/Zsh/mod_db_gdbm.yo, Src/Modules/db_gdbm.c, Src/Modules/db_gdbm.mdd: General improvements to zsh/db/gdbm module. diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index aa6274814..84148941b 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -722,7 +722,7 @@ pindex(REMATCHPCRE) pindex(NOREMATCHPCRE) cindex(regexp, PCRE) cindex(PCRE, regexp) -item(tt(REMATCH_PCRE) )( +item(tt(REMATCH_PCRE))( If set, regular expression matching with the tt(=~) operator will use Perl-Compatible Regular Expressions from the PCRE library, if available. If not set, regular expressions will use the extended regexp syntax -- cgit 1.4.1