diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-29 21:06:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-29 21:06:40 +0000 |
commit | 71865fd36d5b352602cb4b7555dfd912b5819c64 (patch) | |
tree | 772ab01549d5c2da28243bf1a3600666d0565c33 /ChangeLog | |
parent | 4e5ac964e6b557733db89de33c5814e484350796 (diff) | |
download | zsh-71865fd36d5b352602cb4b7555dfd912b5819c64.tar.gz zsh-71865fd36d5b352602cb4b7555dfd912b5819c64.tar.xz zsh-71865fd36d5b352602cb4b7555dfd912b5819c64.zip |
27021: fix length of saved glob flags in pattern matching
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d8e6b87f6..d87399d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-05-29 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 27021: Src/pattern.c: length of variable saving globflags + was wrong causing restored value to be wrong in pattern matching + on big-endian 64-bit systems. + 2009-05-28 Peter Stephenson <pws@csr.com> * Jun T.: 27010: Completion/Unix/Command/_date: Darwin. @@ -11780,5 +11786,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4701 $ +* $Revision: 1.4702 $ ***************************************************** |