diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-07 16:06:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-07 16:06:52 (GMT) |
commit | 871b84cdfe3b833bb5d1496f8d8bc70013257619 (patch) | |
tree | b71c71442b752790c7d30cdc1fbd4b44cb88095e /ChangeLog | |
parent | 6bdb3d6484f629725b9eaf6638099976ad8717c7 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |