1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 11:51:04 +02:00

15234: describe behavior added by 15228.

This commit is contained in:
Clint Adams 2001-07-03 16:52:35 +00:00
parent 38833690cb
commit 1b05d0bcec
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2001-07-03 Clint Adams <clint@zsh.org>
* 15234: Doc/Zsh/mod_pcre.yo: describe
behavior introduced by 15228.
* 15228: zshconfig.ac, Src/Modules/pcre.c:
switch AC_CHECK_LIB to AC_SEARCH_LIBS for pcre.
Have pcre_match set positional parameters

View File

@ -18,5 +18,9 @@ findex(pcre_match)
item(tt(pcre_match) var(string))(
Returns successfully if tt(string) matches the previously-compiled
PCRE.
If the expression captures substrings within parentheses,
tt(pcre_match) will set the positional parameters to
those substrings, starting with $1 for the first.
)
enditem()