summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f489aa1..f81c1cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-01-13 Mo DeJong <mdejong@users.sourceforge.net>
+
+ Fix mingw build problems and compiler warnings.
+
+ * generic/tcl.h: Add if defined(__MINGW32__)
+ check to code that sets the TCL_WIDE_INT_TYPE
+ and TCL_LL_MODIFIER.
+ * generic/tclClock.c (FormatClock): Don't
+ define savedTimeZone and savedTZEnv if
+ we are not going to use them.
+ * generic/tclEnv.c: Add cast to avoid warning.
+ * win/tclWinChan.c: Use DWORD instead of int
+ to avoid compiler warning.
+ * win/tclWinThrd.c: Only define allocLock,
+ allocLockPtr, and dataKey when TCL_THREADS
+ is defined. This avoid a compiler warning
+ about unused variables.
+
2003-01-12 Mo DeJong <mdejong@users.sourceforge.net>
* win/README: Update msys + mingw URL, the