diff options
author | ericm <ericm> | 2000-08-25 20:39:31 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-25 20:39:31 (GMT) |
commit | f97152e392c85c9bd4b78be2bb666328b7044928 (patch) | |
tree | c69a36203d04a0e5c5ed4330b83a25a757695724 /ChangeLog | |
parent | da5194713b3c8a85943b8b731534a32a398981a9 (diff) | |
download | tcl-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) |