summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4af48f3..a6f26cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,8 +13,9 @@
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>
+ that fixes 1) the same issue Mo did for MinGW lack of missing LPFN_*
+ typedefs in their WINE derived <winsock2.h> and 2) The need to be
+ strict about how the char type needs to be signed by default.
* win/tclWinSock.c: Added OpenWatcom to the commentary about the
#ifdef HAVE_NO_LPFN_DECLS block.