summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-12-01 10:43:36 (GMT)
committernijtmans <nijtmans>2010-12-01 10:43:36 (GMT)
commit627e4077fec79059bce211956e1fbbc3905fb8b6 (patch)
tree603616c2d1f25fe70b1e09b96db7a2fa29cb89ae /ChangeLog
parentb6d1219a7a9fcdb49db66a4217f34bd79ba40bba (diff)
downloadtcl-627e4077fec79059bce211956e1fbbc3905fb8b6.zip
tcl-627e4077fec79059bce211956e1fbbc3905fb8b6.tar.gz
tcl-627e4077fec79059bce211956e1fbbc3905fb8b6.tar.bz2
Allow Tcl_Panic() to enter the debugger on win32
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 450b2ca..1a0f605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
* generic/tclThreadTest.c:
* generic/tclStrToD.c: fix gcc(-4.5.2) warning: 'static' is not at
beginning of declaration.
+ * generic/tclPanic.c: Allow Tcl_Panic() to enter the debugger on win32
+ * generic/tclCkalloc.c: use Tcl_Panic() in stead of duplicating the code.
2010-11-30 Jeff Hobbs <jeffh@ActiveState.com>
@@ -22,7 +24,6 @@
("injects") arbitrary code to a suspended coro's future resumption.
Neat for debugging complex coros without heavy instrumentation.
->>>>>>> 1.5314
2010-11-29 Kevin B. Kenny <kennykb@acm.org>
* generic/tclInt.decls: