diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-20 11:16:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-20 11:16:22 +0000 |
commit | af68ff74cd5e740d69020ad4ff20f1d5a8dcb4de (patch) | |
tree | 4b3232caa414d1717aca990dd7b3588b973ad372 /ChangeLog | |
parent | 1c71dfd735f34b2b3c7cf8abc3144e763fc96b60 (diff) | |
download | zsh-af68ff74cd5e740d69020ad4ff20f1d5a8dcb4de.tar.gz zsh-af68ff74cd5e740d69020ad4ff20f1d5a8dcb4de.tar.xz zsh-af68ff74cd5e740d69020ad4ff20f1d5a8dcb4de.zip |
27608: fix memory for mbegin, mend & regexp test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6bf85e2f4..a9f0b7da9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-20 Peter Stephenson <pws@csr.com> + + * 27608: Src/Modules/pcre.c, Src/Modules/regex.c, + Test/C02cond.ztst: test was broken and sizes of variables + for arrays were wrong. + 2010-01-19 Peter Stephenson <pws@csr.com> * unposted: Doc/Zsh/contrib.yo, Functions/Misc/regexp-replace: @@ -12609,5 +12615,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4867 $ +* $Revision: 1.4868 $ ***************************************************** |