diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-25 08:59:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-25 08:59:35 (GMT) |
commit | 7ca07353686f0823109480f1f02842e4aa6491ae (patch) | |
tree | 93e9561c5d2d5d2788c9b6e588573abee06f4589 /ChangeLog | |
parent | eca141d09f28440e73a5f323d01499837bbe4e9d (diff) | |
download | tcl-7ca07353686f0823109480f1f02842e4aa6491ae.zip tcl-7ca07353686f0823109480f1f02842e4aa6491ae.tar.gz tcl-7ca07353686f0823109480f1f02842e4aa6491ae.tar.bz2 |
Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshared
empty result when generating an error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-06-25 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclUtil.c (TclGetIntForIndex): Fix of critical bug + #533364 generated when the index is bad and the result is a shared + object. The T_ASTO(T_GOR, ...) idiom likely exists elsewhere + though. Also removed some cruft that just complicated things to + no advantage. + (SetEndOffsetFromAny): Same fix, though this wasn't on the path + excited by the bug. + 2002-06-24 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: Implementation of TIP 101. Adds |