summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-30 18:06:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-30 18:06:31 (GMT)
commitc7493debeb024f44455ae48fd9cbbe60d7f32207 (patch)
treeef77a0abbea975f1607d25e74f06e1f3eae603b1 /ChangeLog
parent0a024e8b7bb168a944277a4a466e71823d9bd9ad (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2328c8c..ff5f96b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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