diff options
| author | davygrvy <davygrvy@pobox.com> | 2003-08-27 20:14:59 (GMT) |
|---|---|---|
| committer | davygrvy <davygrvy@pobox.com> | 2003-08-27 20:14:59 (GMT) |
| commit | 373d0139d5bf0bb40fe7fa5d28debbe32e27106c (patch) | |
| tree | 8e14c131b570f210be22b4e38566d58d825a968f | |
| parent | 1936bd8f2851fade61e5fd36af0981298023d150 (diff) | |
| download | tcl-373d0139d5bf0bb40fe7fa5d28debbe32e27106c.zip tcl-373d0139d5bf0bb40fe7fa5d28debbe32e27106c.tar.gz tcl-373d0139d5bf0bb40fe7fa5d28debbe32e27106c.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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() |
