summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-17 22:10:43 (GMT)
committermdejong <mdejong>2003-01-17 22:10:43 (GMT)
commit02e1cf97bd71fea4171adaed0ccfd7f19ffdbbaf (patch)
tree085cdf2c0f42298669aee6e92da1b6b48abf7bf2 /ChangeLog
parent9355455bbbdf3472b04c9f8f101a2ad35164baa7 (diff)
downloadtcl-02e1cf97bd71fea4171adaed0ccfd7f19ffdbbaf.zip
tcl-02e1cf97bd71fea4171adaed0ccfd7f19ffdbbaf.tar.gz
tcl-02e1cf97bd71fea4171adaed0ccfd7f19ffdbbaf.tar.bz2
* generic/tcl.h: Revert earlier change that
defined TCL_WIDE_INT_TYPE as long long and TCL_LL_MODIFIER as L when compiling with mingw. This change ended up causing some test case failures when compiling with mingw. * generic/tclObj.c (UpdateStringOfWideInt): Describe the warning generated by mingw and why it needs to be ignored so that someone is not tempted to "fix" this problem again in the future.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f3c070..3d3cdd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-01-17 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * generic/tcl.h: Revert earlier change that
+ defined TCL_WIDE_INT_TYPE as long long and
+ TCL_LL_MODIFIER as L when compiling with
+ mingw. This change ended up causing some
+ test case failures when compiling with mingw.
+ * generic/tclObj.c (UpdateStringOfWideInt):
+ Describe the warning generated by mingw and
+ why it needs to be ignored so that someone
+ is not tempted to "fix" this problem again
+ in the future.
+
2003-01-16 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclStringObj.c: Tcl_SetObjLength fix for when