summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-06 16:03:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-06 16:03:46 (GMT)
commit1543ed93f676abd629ea913bfde2e73f180fe7af (patch)
treea6173a28f6e35f4bf19772f1afa4164ee42c96e9 /ChangeLog
parent3532ac7221f55219a73fb4fc3ed74a8b34b3a37a (diff)
downloadtcl-1543ed93f676abd629ea913bfde2e73f180fe7af.zip
tcl-1543ed93f676abd629ea913bfde2e73f180fe7af.tar.gz
tcl-1543ed93f676abd629ea913bfde2e73f180fe7af.tar.bz2
Corrected twiddling in internals of dictionaries so that literals can't get
destroyed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2023ea8..9e4959e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-01-06 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclDictObj.c (DictIncrCmd): Corrected twiddling in internals
+ of dictionaries so that literals can't get destroyed.
+
* tests/expr.test: Eliminate non-ASCII char. [Bug 2006879]
* generic/tclOOInfo.c (InfoObjectMethodsCmd,InfoClassMethodsCmd): Only