diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-03-18 15:14:20 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-03-18 15:14:20 +0000 |
commit | 4625e0eabc91d3e49404a6463e9ed8b2548b05b9 (patch) | |
tree | edbf0602f65caaf44c8571dc905822db3f37bedf /ChangeLog | |
parent | 3cd59fa065f1cb1ecda54efdc05f96303c5647eb (diff) | |
download | zsh-4625e0eabc91d3e49404a6463e9ed8b2548b05b9.tar.gz zsh-4625e0eabc91d3e49404a6463e9ed8b2548b05b9.tar.xz zsh-4625e0eabc91d3e49404a6463e9ed8b2548b05b9.zip |
24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
any longer, so the (i) subscript flag on an empty array needs to yield 1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 59d29622c..d7cf980e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-18 Barton E. Schaefer <schaefer@zsh.org> + + * 24717, 24718, 24719: Completion/compinstall, Src/params.c, + Test/D06subscript.ztst: a 0 subscript is neither valid nor + equivalent to 1 any longer, so the (i) subscript flag on an empty + array needs to yield 1 as it probably always should have. + 2008-03-15 Peter Stephenson <p.w.stephenson@ntlworld.com> * unposted: Completion/Unix/Command/.distfiles, @@ -1012,7 +1019,7 @@ 2007-10-26 Peter Stephenson <p.w.stephenson@ntlworld.com> * unposted: Src/curses.c: zcurses input oops. - + * 24024: configure.ac, Doc/Zsh/mod_curses.yo, Src/Modules/curses.c, Src/Modules/curses_keys.awk: add "zcurses input" for single character raw input without echoing. Test for @@ -6234,7 +6241,7 @@ * 21316 (modified): Completion/Unix/Command/_less, Completion/Unix/Type/_ctags_tags: new completion for ctags tags; update less -t completion to use it - + * 21320: Completion/Unix/Command/_screen: complete -D and -R with the appropriate session types; fix incorrect completion of -c and -dmS options |