summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-04-07 16:06:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-04-07 16:06:52 (GMT)
commit871b84cdfe3b833bb5d1496f8d8bc70013257619 (patch)
treeb71c71442b752790c7d30cdc1fbd4b44cb88095e /ChangeLog
parent6bdb3d6484f629725b9eaf6638099976ad8717c7 (diff)
downloadtcl-871b84cdfe3b833bb5d1496f8d8bc70013257619.zip
tcl-871b84cdfe3b833bb5d1496f8d8bc70013257619.tar.gz
tcl-871b84cdfe3b833bb5d1496f8d8bc70013257619.tar.bz2
* generic/tclStringObj.c (Tcl_AppendFormatToObj):
Fix [format {% d}] so that it behaves the same way as in 8.4 and as C's printf(). * tests/format.test: Add a test for '% d' and '%+d'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb676f8..c53d21a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-07 Reinhard Max <max@suse.de>
+
+ * generic/tclStringObj.c (Tcl_AppendFormatToObj):
+ Fix [format {% d}] so that it behaves the same way as in 8.4 and
+ as C's printf().
+ * tests/format.test: Add a test for '% d' and '%+d'.
+
2008-04-05 Kevin B. Kenny <kennykb@acm.org>
* tests/chanio.test (chan-io-53.9):