summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-04-19 13:08:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-04-19 13:08:56 (GMT)
commitd2af1305c613b7c578a4b5be8e1ff487917b4237 (patch)
treefd5fb2f5a0a9a949aa8431b40367cc9664d2f8ea /ChangeLog
parent21901763f1b2265d4cd44100b084ab75ccf8d342 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80c19d8..2748cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>