summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-03-14 16:19:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-03-14 16:19:04 (GMT)
commit5b39ab8cefba4d3245053e8090ca9b7d871aa677 (patch)
treec45cad7f0684ed58a614fef63ad7c515e9225893 /ChangeLog
parent107484bbd04b8aa0e32e7c4c5c5cf09d8ac21f26 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0b71a3..60d03f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.