diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-07 09:26:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-07 09:26:17 +0000 |
commit | f56ccae96c21dab260c7161b628e1a5635915447 (patch) | |
tree | 6d91ced80e9cf773b806473075f343a1eaac2159 /ChangeLog | |
parent | 8dd8067f13e5aaf2fc740748b0afeca00b1ea424 (diff) | |
download | zsh-f56ccae96c21dab260c7161b628e1a5635915447.tar.gz zsh-f56ccae96c21dab260c7161b628e1a5635915447.tar.xz zsh-f56ccae96c21dab260c7161b628e1a5635915447.zip |
Bart: 26822: infinite loop in variable completion looking for subscript
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a07eafa4b..01d8cb24e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-07 Peter Stephenson <pws@csr.com> + + * Bart: 26822: Completion/Zsh/Context/_subscript: ">" should + be "-gt"---caused infinite loop looking for no existent subscript. + 2009-04-06 Peter Stephenson <p.w.stephenson@ntlworld.com> * Frank Terbeck <ft@bewatermyfriend.org>: Functions/VCS_Info/*: @@ -11528,5 +11533,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4644 $ +* $Revision: 1.4645 $ ***************************************************** |