about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-04-05 16:20:11 +0000
committerClint Adams <clint@users.sourceforge.net>2007-04-05 16:20:11 +0000
commitaeaf47aeebccd71f533bdd926cb054e0bd8fb0aa (patch)
tree662e323747f1f6f5420b2142b29add52bd8580a6 /ChangeLog
parent54949051daa89260b53b12fb571c59a855cdc76a (diff)
downloadzsh-aeaf47aeebccd71f533bdd926cb054e0bd8fb0aa.tar.gz
zsh-aeaf47aeebccd71f533bdd926cb054e0bd8fb0aa.tar.xz
zsh-aeaf47aeebccd71f533bdd926cb054e0bd8fb0aa.zip
23264: don't add the -pcre-match operator unless the pcre functions are available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4052355bc..d7dfad425 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-05  Clint Adams  <clint@zsh.org>
+
+	* 23264: Src/Modules/pcre.c: don't add the -pcre-match
+	operator unless the pcre functions are available.
+
 2007-04-02  Peter Stephenson  <pws@csr.com>
 
 	* 23258: Src/Zle/complist.c: debugging added in 23248