about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-13 17:46:55 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-13 17:46:55 +0000
commit56b874a43e00d0d0823dfd8552b22aba33e95942 (patch)
tree05bba146836946e80cf2651f8721f5391c63ee4f /ChangeLog
parentc0832b6ffdfb5c62af6f7a41f4a143d6cc61bb3e (diff)
downloadzsh-56b874a43e00d0d0823dfd8552b22aba33e95942.tar.gz
zsh-56b874a43e00d0d0823dfd8552b22aba33e95942.tar.xz
zsh-56b874a43e00d0d0823dfd8552b22aba33e95942.zip
Merge typeset fixes and tests from dev trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15c47815f..7b03552f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-13  Bart Schaefer  <schaefer@brasslantern.com>
+
+	* 15613 (plus unposted additions): Test/B02typeset.ztst: Tests for
+	correct behavior of typeset options and arguments.
+
+	* 15611: Src/builtin.c, Test/D06subscript.ztst: Fix crash bug when
+	assigning to array elements in a function in the arguments of
+	typeset or local.  Change test for new typeset restrictions.
+
 2001-08-12  Bart Schaefer  <schaefer@zsh.org>
 
 	* Peter Breitenlohner: 14956: Makefile.in, Doc/Makefile.in,