diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-30 18:06:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-30 18:06:31 (GMT) |
commit | c7493debeb024f44455ae48fd9cbbe60d7f32207 (patch) | |
tree | ef77a0abbea975f1607d25e74f06e1f3eae603b1 /ChangeLog | |
parent | 0a024e8b7bb168a944277a4a466e71823d9bd9ad (diff) | |
download | tcl-c7493debeb024f44455ae48fd9cbbe60d7f32207.zip tcl-c7493debeb024f44455ae48fd9cbbe60d7f32207.tar.gz tcl-c7493debeb024f44455ae48fd9cbbe60d7f32207.tar.bz2 |
Fix a crash caused by sharing in [string map]. [Bug 1018562]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-08-30 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclCmdMZ.c (Tcl_StringObjCmd): Stop [string map] from + crashing when its map and input string are the same object. + 2004-08-27 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclNamesp.c (FindEnsemble): Factor out the code to |