summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-11-24 11:32:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-11-24 11:32:59 (GMT)
commitb73b1c556f3fc06f2967f1ccf13d7521ca6324fc (patch)
tree4d99ff78b72730438f9b44486eb6217f95f8186e
parentf8076c7264ff06e9d94f8d12f79697879c54b147 (diff)
downloadtcl-b73b1c556f3fc06f2967f1ccf13d7521ca6324fc.zip
tcl-b73b1c556f3fc06f2967f1ccf13d7521ca6324fc.tar.gz
tcl-b73b1c556f3fc06f2967f1ccf13d7521ca6324fc.tar.bz2
Fixed bug #119082.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bba436..952e463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-11-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclIndexObj.c:
+ * generic/tclTestObj.c (TestindexobjCmd): Changed internal
+ representation of index objects to fix Bug #119082; fix shouldn't
+ be visible to outside world...
+
+ * generic/tclTest.c (TestGetIndexFromObjStructObjCmd):
+ * tests/indexObj.test: (indexObj-6.*) Added to test for presence
+ of Bug #119082.
+
2000-11-23 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Fixed memory leak from Bug