summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2008-04-07 15:23:04 (GMT)
committerrmax <rmax>2008-04-07 15:23:04 (GMT)
commit50b90140ddeee58a28221cf9fe44c352f2d4b054 (patch)
tree977c901d0fab00597fe986e630e23630f418d622 /ChangeLog
parentd4d4d0027f1947f9ad87ec563837df22d21e55b2 (diff)
downloadtcl-50b90140ddeee58a28221cf9fe44c352f2d4b054.zip
tcl-50b90140ddeee58a28221cf9fe44c352f2d4b054.tar.gz
tcl-50b90140ddeee58a28221cf9fe44c352f2d4b054.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 5287637..6ff5657 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>
* win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that