diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-18 22:42:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-18 22:42:14 (GMT) |
commit | 9e980b0bde0e1bd6f6c549832502dcf9b5f6b623 (patch) | |
tree | 3aac20695f552a296f60f9a1ae5948f95ad97afe /ChangeLog | |
parent | 6947dd1dec4d0417fddeeefed65c0ae6008bcf48 (diff) | |
download | tcl-9e980b0bde0e1bd6f6c549832502dcf9b5f6b623.zip tcl-9e980b0bde0e1bd6f6c549832502dcf9b5f6b623.tar.gz tcl-9e980b0bde0e1bd6f6c549832502dcf9b5f6b623.tar.bz2 |
Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ +2005-12-18 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclCompCmds.c (TclCompileDictCmd): Ensure that we only do an + 'endCatch' when there's a preceding 'beginCatch'. [Bug 1382528] Many + thanks to Anton Kovalenko for finding this and pointing out that it + was a catch stack handling problem! + 2005-12-14 Daniel Steffen <das@users.sourceforge.net> - * generic/tclIOUtil.c: workaround gcc warning "comparison is always + * generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false due to limited range of data type". * macosx/Tcl.xcode/project.pbxproj: @@ -46,7 +53,7 @@ * win/tclWinFile.c: * win/tclWinReg.c: * win/tclWinSock.c: - + 2005-12-13 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * generic/tclExecute.c (TEBC:DICT_FIRST,DICT_DONE): Only decrease the |