about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-04-24 05:45:16 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-04-24 05:45:16 +0000
commite2e912189359b20efc0b178fd913728e38502b3e (patch)
treefd7e5a3f3b739ef300f061d2de9f6fafa3a40f27 /ChangeLog
parentfe8d375ca077fc8c1982fd8c907f2546b127d09a (diff)
downloadzsh-e2e912189359b20efc0b178fd913728e38502b3e.tar.gz
zsh-e2e912189359b20efc0b178fd913728e38502b3e.tar.xz
zsh-e2e912189359b20efc0b178fd913728e38502b3e.zip
Subscripting optimization and error checking.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
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'.