summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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):