diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2000-11-24 11:32:59 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2000-11-24 11:32:59 (GMT) |
| commit | 5947433bd567b01cc51718cd565496394e65c58c (patch) | |
| tree | 4d99ff78b72730438f9b44486eb6217f95f8186e | |
| parent | ee230ab039f3d8ebbf67627060789e8979bb0f57 (diff) | |
| download | tcl-5947433bd567b01cc51718cd565496394e65c58c.zip tcl-5947433bd567b01cc51718cd565496394e65c58c.tar.gz tcl-5947433bd567b01cc51718cd565496394e65c58c.tar.bz2 | |
Fixed bug #119082.
| -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 |
