summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-08-27 20:14:59 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-08-27 20:14:59 (GMT)
commit373d0139d5bf0bb40fe7fa5d28debbe32e27106c (patch)
tree8e14c131b570f210be22b4e38566d58d825a968f /ChangeLog
parent1936bd8f2851fade61e5fd36af0981298023d150 (diff)
downloadtcl-373d0139d5bf0bb40fe7fa5d28debbe32e27106c.zip
tcl-373d0139d5bf0bb40fe7fa5d28debbe32e27106c.tar.gz
tcl-373d0139d5bf0bb40fe7fa5d28debbe32e27106c.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd6a214..dc84a3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,20 @@
Added missing CONST'ification usage to match prototype listed
in tclInt.decls.
+ * win/tclWinPort.h: Added a block for OpenWatcom adjustments
+ that fixes the same issue Mo did for MinGW lack of missing LPFN_*
+ typedefs in their WINE derived <winsock2.h>
+
+ * win/tclWinSock.c: Added OpenWatcom to the commentary about the
+ #ifdef HAVE_NO_LPFN_DECLS block.
+
+ * win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as
+ this difference is already adjusted for in tclWinPort.h. Removed
+ unreferenced posixEpoch file-scope global.
+
+ * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers
+ must be constant' with the driveSpec array with OpenWatcom.
+
2003-08-27 Don Porter <dgp@users.sourceforge.net>
* tests/util.test: Added new tests for remaining TclNeedSpace()