summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorericm <ericm>2000-01-21 04:00:06 (GMT)
committerericm <ericm>2000-01-21 04:00:06 (GMT)
commitbe7a220702d4d12f0770b3e4b3813c45802f7552 (patch)
tree6c0a00b69e1794ceaddb33574ae8d3326fa84515
parentc2882b5f1594c692fb8c925e0de4b9f3d09252d5 (diff)
downloadtcl-be7a220702d4d12f0770b3e4b3813c45802f7552.zip
tcl-be7a220702d4d12f0770b3e4b3813c45802f7552.tar.gz
tcl-be7a220702d4d12f0770b3e4b3813c45802f7552.tar.bz2
ChangeLog commit.
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6daf523..07266ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2000-01-20 Eric Melski <ericm@scriptics.com>
+
+ * namespace.test: Added test for undefined variables with
+ namespace which (bug #956).
+
+ * tclNamesp.c: Added check for undefined variables in
+ NamespaceWhichCmd (bug #956).
+
+ * var.test: Added tests for corrected variable behavior (bug #981).
+
+ * upvar.n: Expanded explanation of upvar behavior with respect to
+ variable traces. (bugs 3917 1433 2110).
+
+ * tclVar.c: Changed behavior of variable command when name refers
+ to an element in an array (ie, "variable foo(x)") to always return
+ an error, regardless of existance of that element in the array
+ (now behavior is consistant with docs too) (bug #981).
+
2000-01-20 Jeff Hobbs <hobbs@scriptics.com>
* generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a