diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-24 11:32:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-24 11:32:59 (GMT) |
commit | b73b1c556f3fc06f2967f1ccf13d7521ca6324fc (patch) | |
tree | 4d99ff78b72730438f9b44486eb6217f95f8186e /ChangeLog | |
parent | f8076c7264ff06e9d94f8d12f79697879c54b147 (diff) | |
download | tcl-b73b1c556f3fc06f2967f1ccf13d7521ca6324fc.zip tcl-b73b1c556f3fc06f2967f1ccf13d7521ca6324fc.tar.gz tcl-b73b1c556f3fc06f2967f1ccf13d7521ca6324fc.tar.bz2 |
Fixed bug #119082.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |