summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-05-30 00:29:37 (GMT)
committerhobbs <hobbs>2006-05-30 00:29:37 (GMT)
commitaec2cb8f476764482a9061ea514f32ae532651a3 (patch)
tree5dc7f5944e6aafb79bcc700a9d8a68c70ed0f096 /ChangeLog
parent320bb4b3448635298ea21beaba867aa0c7d5e84c (diff)
downloadtcl-aec2cb8f476764482a9061ea514f32ae532651a3.zip
tcl-aec2cb8f476764482a9061ea514f32ae532651a3.tar.gz
tcl-aec2cb8f476764482a9061ea514f32ae532651a3.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 cea8037..e78d7f2 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