diff options
author | ericm <ericm> | 2000-07-25 22:41:05 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-25 22:41:05 (GMT) |
commit | d54caded28afa2e06fa33552bc0dbe15e7a85689 (patch) | |
tree | 0e0438578bff3e94e32c45079f88b3eb84ee81c3 /ChangeLog | |
parent | 4c98c418aec2da287ac86241a067c31770a1f176 (diff) | |
download | tcl-d54caded28afa2e06fa33552bc0dbe15e7a85689.zip tcl-d54caded28afa2e06fa33552bc0dbe15e7a85689.tar.gz tcl-d54caded28afa2e06fa33552bc0dbe15e7a85689.tar.bz2 |
* generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVE
on the array containing the variable before executing traces on
that array, to conform with normal variable traces and the
documentation, which states that while executing a trace, other
traces on that variable are disabled. [Bug: 6049].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-07-25 Eric Melski <ericm@ajubasolutions.com> + * generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVE + on the array containing the variable before executing traces on + that array, to conform with normal variable traces and the + documentation, which states that while executing a trace, other + traces on that variable are disabled. [Bug: 6049]. + * win/tclWinPipe.c (BuildCommandLine): Added Tcl_DStringFree call to prevent potential memory leaks [Bug: 6041]. |