summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-18 09:50:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-18 09:50:57 (GMT)
commita01c81316c6cdad00e46f0224b7bfe4b52078ad8 (patch)
treeafad03bce4d41a8696008ebfc149fef7ca4e8d99 /ChangeLog
parentb849702961a75aea821820214c8aac96f91a6c7d (diff)
downloadtcl-a01c81316c6cdad00e46f0224b7bfe4b52078ad8.zip
tcl-a01c81316c6cdad00e46f0224b7bfe4b52078ad8.tar.gz
tcl-a01c81316c6cdad00e46f0224b7bfe4b52078ad8.tar.bz2
[Bug 2932421]: Make [format] less likely to smash intreps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c2aaaa..dfd53a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+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-06 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCompExpr.c:warning: array subscript has type 'char'
+ * generic/tclCompExpr.c: Warning: array subscript has type 'char'
* generic/tclPkg.c:
* libtommath/bn_mp_read_radix.c:
* unix/tclUnixCompat.c: Fix gcc warning: signed and unsigned type