summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-23 18:13:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-23 18:13:00 (GMT)
commit27f618ae4e0f321c07df88dd104b9bae5da3a038 (patch)
tree376b71faafa5161eabbb871cd804a5b4b76aa74a /ChangeLog
parent689380c8d2a1a47c3dcf1c67561d18efe1b85489 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f13c5b6..6e76e10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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