diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-01-13 09:45:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-01-13 09:45:29 (GMT) |
commit | 4a96ede4a93fe75a322f20b2b761871e0aa7abd7 (patch) | |
tree | d2a1dd959af85f65851a57e2e569b3e9fffd3128 /ChangeLog | |
parent | cad6d20809446ccdea12285a5e4e611558e8c7dd (diff) | |
download | tcl-4a96ede4a93fe75a322f20b2b761871e0aa7abd7.zip tcl-4a96ede4a93fe75a322f20b2b761871e0aa7abd7.tar.gz tcl-4a96ede4a93fe75a322f20b2b761871e0aa7abd7.tar.bz2 |
Fix shared object panics. [Bug 875395]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct, Tcl_WrongNumArgs): + Create fresh objects instead of using the one currently in the + interpreter, which isn't guaranteed to be fresh and unshared. The + cost for the core will be minimal because of the object cache, and + this fixes [Bug 875395]. + 2004-01-09 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclIOUtil.c: fix to infinite loop in |