diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-06 17:20:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-06 17:20:52 (GMT) |
commit | 0d8f0efadcd9ffe199a532212c3e34cc1081c50f (patch) | |
tree | 05dd5ec835698425679fdc193f9bd48340901d84 /ChangeLog | |
parent | 1543ed93f676abd629ea913bfde2e73f180fe7af (diff) | |
download | tcl-0d8f0efadcd9ffe199a532212c3e34cc1081c50f.zip tcl-0d8f0efadcd9ffe199a532212c3e34cc1081c50f.tar.gz tcl-0d8f0efadcd9ffe199a532212c3e34cc1081c50f.tar.bz2 |
* tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType
in certain values to construct those values with [testdstring] so
there's no lack of robustness depending on the shimmer history of
shared literals.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-01-06 Don Porter <dgp@users.sourceforge.net> + + * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType + in certain values to construct those values with [testdstring] so + there's no lack of robustness depending on the shimmer history of + shared literals. + 2009-01-06 Donal K. Fellows <dkf@users.sf.net> * generic/tclDictObj.c (DictIncrCmd): Corrected twiddling in internals |