summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5af96a8..fd31b4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-18 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclInt.h (TclDecrRefCount): change the order of the
+ branches, use empty 'if ; else' to handle use in unbraced outer
+ if/else conditions (as already done in tcl.h)
+
+2007-04-18 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclExecute.c: slight changes in Tcl_Obj management.
2007-04-17 Kevin B. Kenny <kennykb@acm.org>