diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-24 05:45:16 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-24 05:45:16 +0000 |
commit | e2e912189359b20efc0b178fd913728e38502b3e (patch) | |
tree | fd7e5a3f3b739ef300f061d2de9f6fafa3a40f27 /ChangeLog | |
parent | fe8d375ca077fc8c1982fd8c907f2546b127d09a (diff) | |
download | zsh-e2e912189359b20efc0b178fd913728e38502b3e.tar.gz zsh-e2e912189359b20efc0b178fd913728e38502b3e.tar.xz zsh-e2e912189359b20efc0b178fd913728e38502b3e.zip |
Subscripting optimization and error checking.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6db931b6c..6890fb9a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +2001-04-23 Bart Schaefer <schaefer@brasslantern.com> + + * 14080: Src/glob.c, Src/params.c, Src/subst.c, Src/zsh.h, + Test/D06subscript.ztst: Optimize subscript parsing slightly by + passing down an indication of whether the expression is in double + quotes; fail noisily rather than silently on certain illegal + associative array assignments; still more subscripting tests. + 2001-04-23 Clint Adams <schizo@debian.org> - * 14xxx: Doc/Zsh/mod_termcap.yo, Doc/Zsh/mod_terminfo.yo: + * 14078: Doc/Zsh/mod_termcap.yo, Doc/Zsh/mod_terminfo.yo: Document $termcap, change reference to termcap/terminfo 'strings' to 'values'. |