diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-07-03 16:42:36 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-07-03 16:42:36 +0000 |
commit | 38833690cb0d566d03a96fbfbe4ece131c98aac4 (patch) | |
tree | debe621aecc6d6d27898b9b99c7e5f78bb399d26 /ChangeLog | |
parent | a65fea58a554d5152ce7c82091b0c2f54ec21ac7 (diff) | |
download | zsh-38833690cb0d566d03a96fbfbe4ece131c98aac4.tar.gz zsh-38833690cb0d566d03a96fbfbe4ece131c98aac4.tar.xz zsh-38833690cb0d566d03a96fbfbe4ece131c98aac4.zip |
15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
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> |