diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-06 16:03:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-06 16:03:46 (GMT) |
commit | 1543ed93f676abd629ea913bfde2e73f180fe7af (patch) | |
tree | a6173a28f6e35f4bf19772f1afa4164ee42c96e9 /ChangeLog | |
parent | 3532ac7221f55219a73fb4fc3ed74a8b34b3a37a (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |