diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-18 09:31:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-18 09:31:01 (GMT) |
commit | 8f2192e73834a1ba84a6ea73b4970f9ad2dc102b (patch) | |
tree | 2a472cfe9212aa0161c76357d67a26bbe7fa2665 /ChangeLog | |
parent | ec01978b680c906c36b4e1802ae95b8874780034 (diff) | |
download | tcl-8f2192e73834a1ba84a6ea73b4970f9ad2dc102b.zip tcl-8f2192e73834a1ba84a6ea73b4970f9ad2dc102b.tar.gz tcl-8f2192e73834a1ba84a6ea73b4970f9ad2dc102b.tar.bz2 |
[Bug 2932421]: Make [format] less likely to smash intreps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-01-18 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclStringObj.c (Tcl_AppendFormatToObj): [Bug 2932421]: Stop + the [format] command from causing argument objects to change their + internal representation when not needed. Thanks to Alexandre Ferrieux + for this fix. + 2010-01-13 Donal K. Fellows <dkf@users.sf.net> * tools/tcltk-man2html.tcl: More factoring out of special cases |