about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df6cb2ce5..9262ff0f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-07-03  Clint Adams  <clint@zsh.org>
 
+	* 15228: zshconfig.ac, Src/Modules/pcre.c:
+	switch AC_CHECK_LIB to AC_SEARCH_LIBS for pcre.
+	Have pcre_match set positional parameters
+	with the contents of capture buffers.
+
+2001-07-03  Clint Adams  <clint@zsh.org>
+
 	* unposted: Doc/Makefile.in: add mod_pcre.yo to makefile.
 
 2001-07-03  Oliver Kiddle  <opk@zsh.org>