summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-08-24 03:18:23 (GMT)
committerdas <das>2009-08-24 03:18:23 (GMT)
commitfd792e63142bfc709a0136d403c98daf781ebe48 (patch)
tree40e1df79e15764b61da4c0b31f9d4c32a22d4ecd /ChangeLog
parent2e2467e1e0a386b1bd53818a449cccc41f27dc87 (diff)
downloadtcl-fd792e63142bfc709a0136d403c98daf781ebe48.zip
tcl-fd792e63142bfc709a0136d403c98daf781ebe48.tar.gz
tcl-fd792e63142bfc709a0136d403c98daf781ebe48.tar.bz2
* generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static
analyzer in PURIFY builds, replacing preprocessor/assert technique.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efa8543..f38f2a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-08-24 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static
+ analyzer in PURIFY builds, replacing preprocessor/assert technique.
+
* macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops
when CoreFoundation notifier is running in embedded mode. (fixes
problems in TkAqua Cocoa reported by Youness Alaoui on tcl-mac)