diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-25 16:37:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-25 16:37:08 (GMT) |
commit | 6ee1f25ba7a09bad8a410b44ff14dc80cfeb7bf1 (patch) | |
tree | b31529be3473f6a2a50e3360557021e1ce66cdd0 /ChangeLog | |
parent | 16786015d10aff3dce40b31e1cd011edb3ee6bf6 (diff) | |
download | tcl-6ee1f25ba7a09bad8a410b44ff14dc80cfeb7bf1.zip tcl-6ee1f25ba7a09bad8a410b44ff14dc80cfeb7bf1.tar.gz tcl-6ee1f25ba7a09bad8a410b44ff14dc80cfeb7bf1.tar.bz2 |
Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-11-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclProc.c (TclObjInterpProc): Make it so that only + * generic/tclIndexObj.c (Tcl_WrongNumArgs): [proc] instances do + * tests/indexObj.test (indexObj-5.7): quoting of their first + arguments, so keeping [Bug 942757] fixed and making [Bug 1066837] + be fixed as well. Done with a load of #ifdef-ery because this hack + is so ugly nobody should keep it around once Itcl's fixed. + 2004-11-25 Reinhard Max <max@suse.de> * tests/tcltest.test: The order in which [glob] returns the file |