diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-06 20:54:09 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-06 20:54:09 (GMT) |
commit | 6580b2352407aa1b0f314552899f301558bc3113 (patch) | |
tree | 49699ded2cef84afdcc20be391bea9b95f1dcaf7 /ChangeLog | |
parent | abc82372fd122d714d3c5f3156072479f1a77c45 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 *** |