diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-14 16:19:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-14 16:19:04 (GMT) |
commit | 5b39ab8cefba4d3245053e8090ca9b7d871aa677 (patch) | |
tree | c45cad7f0684ed58a614fef63ad7c515e9225893 /ChangeLog | |
parent | 107484bbd04b8aa0e32e7c4c5c5cf09d8ac21f26 (diff) | |
download | tcl-5b39ab8cefba4d3245053e8090ca9b7d871aa677.zip tcl-5b39ab8cefba4d3245053e8090ca9b7d871aa677.tar.gz tcl-5b39ab8cefba4d3245053e8090ca9b7d871aa677.tar.bz2 |
* generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier
that indicates we've got a wide int when we're formatting in an
integer style. Stops some libc's from going mad. [Bug #702622]
Also tidied whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-03-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier + that indicates we've got a wide int when we're formatting in an + integer style. Stops some libc's from going mad. [Bug #702622] + Also tidied whitespace. + 2003-03-13 Kevin Kenny <kennykb@users.sourceforge.net> * win/makefile.vc: Backed the version to 8.4 on the 8.4 branch. |