about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-07-04 15:13:33 +0000
committerClint Adams <clint@users.sourceforge.net>2001-07-04 15:13:33 +0000
commitb65dcc197bf5e44071f9391a2b45224d2935d571 (patch)
tree9a72575b645bb07f54be32be90b6918035d5a316 /ChangeLog
parentb79484dc40535d7c0f653a6cfb913668c5df609c (diff)
downloadzsh-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--ChangeLog5
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.