diff options
author | davygrvy <davygrvy@pobox.com> | 2001-09-03 01:29:11 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-09-03 01:29:11 (GMT) |
commit | 82e1a62fe0745c6a640fc47d6d9cbfdbc51f680b (patch) | |
tree | e64d7de12acbfdc3933cfd56ac15fcb587f38772 /ChangeLog | |
parent | 1c5c362b0cae2f96968ed8243a904837fbae2eb4 (diff) | |
download | tcl-82e1a62fe0745c6a640fc47d6d9cbfdbc51f680b.zip tcl-82e1a62fe0745c6a640fc47d6d9cbfdbc51f680b.tar.gz tcl-82e1a62fe0745c6a640fc47d6d9cbfdbc51f680b.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |