summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy@pobox.com <davygrvy>2001-09-03 01:29:11 (GMT)
committerdavygrvy@pobox.com <davygrvy>2001-09-03 01:29:11 (GMT)
commit3207277cd38a68294bf29f6bdcb71621230ccb92 (patch)
treee64d7de12acbfdc3933cfd56ac15fcb587f38772
parent69eb995d401cf3d640ab5a3099fac648c589707b (diff)
downloadtcl-3207277cd38a68294bf29f6bdcb71621230ccb92.zip
tcl-3207277cd38a68294bf29f6bdcb71621230ccb92.tar.gz
tcl-3207277cd38a68294bf29f6bdcb71621230ccb92.tar.bz2
no message
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c340b68..01c8cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
Borland, lcc32, Watcom and other support as well.
[Patch: 444255]
+ * win/tclWinThrd.c: Moved FinalizeConditionEvent() proto to within
+ the main #ifdef TCL_THREADS block to avoid mingw warning about it
+ being there but unused.
+
* win/makefile.vc: Added -Zl (zee el) to tclStubLib.c compile line
to make sure the tclstub84.lib static library is built without
requiring a specific C-runtime library at link-time for the end-use