diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-07-04 15:13:33 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-07-04 15:13:33 +0000 |
commit | b65dcc197bf5e44071f9391a2b45224d2935d571 (patch) | |
tree | 9a72575b645bb07f54be32be90b6918035d5a316 /ChangeLog | |
parent | b79484dc40535d7c0f653a6cfb913668c5df609c (diff) | |
download | zsh-b65dcc197bf5e44071f9391a2b45224d2935d571.tar.gz zsh-b65dcc197bf5e44071f9391a2b45224d2935d571.tar.xz zsh-b65dcc197bf5e44071f9391a2b45224d2935d571.zip |
15242: pcre_match -a and $match instead of pparams
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 973f68931..889e4075e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-07-03 Clint Adams <clint@zsh.org> + * 15242: Doc/Zsh/mod_pcre.yo, + Src/Modules/pcre.c: set $match + instead of pparams. pcre_match -a + sets specified array instead of $match. + * 15234: Doc/Zsh/mod_pcre.yo: describe behavior introduced by 15228. |