diff options
author | Clint Adams <clint@users.sourceforge.net> | 2004-03-16 15:14:30 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2004-03-16 15:14:30 +0000 |
commit | befd90b84787b2508ee32549f7a38859d0056b55 (patch) | |
tree | f8dfcd86944cea0a9e8028a94622f85f658ac7ff /ChangeLog | |
parent | 8860363e5c989b0026e482a2cd9d04d4492816af (diff) | |
download | zsh-befd90b84787b2508ee32549f7a38859d0056b55.tar.gz zsh-befd90b84787b2508ee32549f7a38859d0056b55.tar.xz zsh-befd90b84787b2508ee32549f7a38859d0056b55.zip |
* 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
when pcre_study is called before pcre_compile; documentation on pcre_compile options.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9e0f3142e..862f71a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-16 Clint Adams <clint@zsh.org> + + * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault + when pcre_study is called before pcre_compile; documentation on + pcre_compile options. + 2004-03-16 Peter Stephenson <pws@csr.com> * 19140 (patch reversed): Nicholas George: Src/builtin.c: Release |