1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-02 08:21:09 +01:00

40568: REMATCH_PCRE is not enabled by default, fix doc.

This commit is contained in:
Øystein Walle 2017-02-16 17:18:13 +01:00 committed by Peter Stephenson
parent e9ce001749
commit e329a8d62d
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2017-02-17 Peter Stephenson <p.stephenson@samsung.com>
* Ø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.

View file

@ -722,7 +722,7 @@ pindex(REMATCHPCRE)
pindex(NOREMATCHPCRE)
cindex(regexp, PCRE)
cindex(PCRE, regexp)
item(tt(REMATCH_PCRE) <Z>)(
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