mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-01 20:11:06 +01:00
40568: REMATCH_PCRE is not enabled by default, fix doc.
This commit is contained in:
parent
e9ce001749
commit
e329a8d62d
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue