diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-04-19 13:08:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-04-19 13:08:56 (GMT) |
commit | d2af1305c613b7c578a4b5be8e1ff487917b4237 (patch) | |
tree | fd5fb2f5a0a9a949aa8431b40367cc9664d2f8ea /ChangeLog | |
parent | 21901763f1b2265d4cd44100b084ab75ccf8d342 (diff) | |
download | tcl-d2af1305c613b7c578a4b5be8e1ff487917b4237.zip tcl-d2af1305c613b7c578a4b5be8e1ff487917b4237.tar.gz tcl-d2af1305c613b7c578a4b5be8e1ff487917b4237.tar.bz2 |
list/string indexes don't destroy wide int rep [Bug #526717]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ +2002-04-19 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/lindex.test (lindex-3.7): + * generic/tclUtil.c (TclGetIntForIndex): Stopped indexes from + hitting wide ints. [Bug #526717] + 2002-04-18 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclNamesp.c: - * tests/info.test: [Bug 545325 ] info level didn't report + * tests/info.test: [Bug 545325] info level didn't report namespace eval, bug report by Richard Suchenwirth. 2002-04-18 Don Porter <dgp@users.sourceforge.net> |