summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-06 20:54:09 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-06 20:54:09 (GMT)
commit6580b2352407aa1b0f314552899f301558bc3113 (patch)
tree49699ded2cef84afdcc20be391bea9b95f1dcaf7 /ChangeLog
parentabc82372fd122d714d3c5f3156072479f1a77c45 (diff)
downloadtcl-6580b2352407aa1b0f314552899f301558bc3113.zip
tcl-6580b2352407aa1b0f314552899f301558bc3113.tar.gz
tcl-6580b2352407aa1b0f314552899f301558bc3113.tar.bz2
Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on hpux/native cc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a685a2..1346182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-06-06 Kevin B. Kenny <kennykb@acm.org>
+
+ * win/tclWin32Dll.c: Corrected another buglet in the assembly
+ code for stack probing on Win32/gcc. [Bug #1213678]
+ * generic/tclObj,c: Added missing 'static' on definition of
+ UpdateStringOfBignum, and removed a 'switch' on a 'long long'
+ operand (which HP-UX native 'cc' seems unable to handle).
+ [Bug #1215775]
+
2005-06-04 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5a3 TAGGED FOR RELEASE ***