diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-06 16:07:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-06 16:07:17 (GMT) |
commit | 2fa2e74c29e259ce386e78b98f45efdfac56e11f (patch) | |
tree | 1792551d57acb0194afb9d889a8be54eb44aa839 /ChangeLog | |
parent | 620bc7f55e07794231c616458b821a30cb7c8c95 (diff) | |
download | tcl-2fa2e74c29e259ce386e78b98f45efdfac56e11f.zip tcl-2fa2e74c29e259ce386e78b98f45efdfac56e11f.tar.gz tcl-2fa2e74c29e259ce386e78b98f45efdfac56e11f.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, tests/string.test: Eliminate non-ASCII characters. [Bugs 2006884, 2006879] |