diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-23 18:13:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-23 18:13:00 (GMT) |
commit | 27f618ae4e0f321c07df88dd104b9bae5da3a038 (patch) | |
tree | 376b71faafa5161eabbb871cd804a5b4b76aa74a /ChangeLog | |
parent | 689380c8d2a1a47c3dcf1c67561d18efe1b85489 (diff) | |
download | tcl-27f618ae4e0f321c07df88dd104b9bae5da3a038.zip tcl-27f618ae4e0f321c07df88dd104b9bae5da3a038.tar.gz tcl-27f618ae4e0f321c07df88dd104b9bae5da3a038.tar.bz2 |
* generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic
slightly clearer, eliminated some duplicated code.
*** POTENTIAL INCOMPATIBILITY *** (tclInt.h and Var struct users)
The core never builds VAR_LINK variable to have traces. Such a
"monster", should one exist, will now have its unset traces called
*before* it is unlinked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-06-23 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic + slightly clearer, eliminated some duplicated code. + + *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and Var struct users) + The core never builds VAR_LINK variable to have traces. Such a + "monster", should one exist, will now have its unset traces called + *before* it is unlinked. + 2007-06-23 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation |