From a45ff6cdb7bd3e9d9f690892a80f30d50367d051 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 6 Jul 2001 08:32:14 +0000 Subject: Avoid static link of pcre module. --- ChangeLog | 28 +++++++++++++++------------- Src/Modules/pcre.mdd | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39a4ae592..4c0b9d0ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-06 Bart Schaefer + + * 15271: Src/Modules/pcre.mdd: Default to dynamic linkage only, as + the pcre library is unlikely to be available. + 2001-07-06 Peter Stephenson * 15266: Src/glob.c, Doc/Zsh/expn.yo: ${(S)...%%...} matches @@ -22,18 +27,16 @@ 2001-07-03 Clint Adams - * 15242: Doc/Zsh/mod_pcre.yo, - Src/Modules/pcre.c: set $match - instead of pparams. pcre_match -a - sets specified array instead of $match. + * 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. + * 15234: Doc/Zsh/mod_pcre.yo: describe behavior introduced by + 15228. - * 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. + * 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 @@ -46,9 +49,8 @@ 2001-07-03 Clint Adams - * unposted: Doc/Zsh/.distfiles, - Functions/Example/.distfiles, Src/Modules/.distfiles: - update distfiles for 15211. + * unposted: Doc/Zsh/.distfiles, Functions/Example/.distfiles, + Src/Modules/.distfiles: update distfiles for 15211. 2001-07-02 Bart Schaefer diff --git a/Src/Modules/pcre.mdd b/Src/Modules/pcre.mdd index d6290dd1b..b32e2c67a 100644 --- a/Src/Modules/pcre.mdd +++ b/Src/Modules/pcre.mdd @@ -1,5 +1,5 @@ name=zsh/pcre -link=either +link=dynamic load=no autobins="pcre_compile pcre_study pcre_match" -- cgit 1.4.1