summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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