summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-04-18 22:49:48 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-04-18 22:49:48 (GMT)
commitf983cd5f117adbc96f5eedfd8c98a5677519760a (patch)
tree793076029bc1fdd959c78a1c5aa1883c233cbe68 /ChangeLog
parent3f66d3d7fe0596082573ea01a6b5027b6adb870f (diff)
downloadtcl-f983cd5f117adbc96f5eedfd8c98a5677519760a.zip
tcl-f983cd5f117adbc96f5eedfd8c98a5677519760a.tar.gz
tcl-f983cd5f117adbc96f5eedfd8c98a5677519760a.tar.bz2
* 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)
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>