summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-25 20:39:31 (GMT)
committerericm <ericm>2000-08-25 20:39:31 (GMT)
commitf97152e392c85c9bd4b78be2bb666328b7044928 (patch)
treec69a36203d04a0e5c5ed4330b83a25a757695724 /ChangeLog
parentda5194713b3c8a85943b8b731534a32a398981a9 (diff)
downloadtcl-f97152e392c85c9bd4b78be2bb666328b7044928.zip
tcl-f97152e392c85c9bd4b78be2bb666328b7044928.tar.gz
tcl-f97152e392c85c9bd4b78be2bb666328b7044928.tar.bz2
* tests/trace.test: Extended array tracing tests.
* doc/trace.n: Clarified information about when array traces will be fired. * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected call to CallTraces (for TCL_TRACE_ARRAY) to only be called when the variable is either an array or is undefined, to ensure that array traces do not fire for scalar variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e55953..82275d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-08-25 Eric Melski <ericm@ajubasolutions.com>
+
+ * tests/trace.test: Extended array tracing tests.
+
+ * doc/trace.n: Clarified information about when array traces will
+ be fired.
+
+ * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected call to CallTraces
+ (for TCL_TRACE_ARRAY) to only be called when the variable is
+ either an array or is undefined, to ensure that array traces do
+ not fire for scalar variables.
+
2000-08-24 Eric Melski <ericm@ajubasolutions.com>
* doc/man.macros: Tweaked tab settings for .SO (Standard Options)