summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-05-30 00:30:25 (GMT)
committerhobbs <hobbs>2006-05-30 00:30:25 (GMT)
commitc61cfa8ceb38c62ca91f756120107b323272aa82 (patch)
treeebcd8c078e5a217194f8004bccede0090106ec71 /ChangeLog
parente16b80b8a8a7d7aa69b1e71ed58a73f220641814 (diff)
downloadtcl-c61cfa8ceb38c62ca91f756120107b323272aa82.zip
tcl-c61cfa8ceb38c62ca91f756120107b323272aa82.tar.gz
tcl-c61cfa8ceb38c62ca91f756120107b323272aa82.tar.bz2
* generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow
placement in unbraced outer if/else conditions. (jcw)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1165dae..de33954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-29 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow
+ placement in unbraced outer if/else conditions. (jcw)
+
2006-05-27 Daniel Steffen <das@users.sourceforge.net>
* macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that