summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-08-27 21:52:54 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-08-27 21:52:54 (GMT)
commitf13a99eb97ccd3791f0896870344e33eacf3e28c (patch)
tree9a7e99a90c950a537aa8fb57aab62e9d4a0e1ce3 /ChangeLog
parenteefa813ecaadd254c41b53d04e8a3b0d86809a63 (diff)
downloadtcl-f13a99eb97ccd3791f0896870344e33eacf3e28c.zip
tcl-f13a99eb97ccd3791f0896870344e33eacf3e28c.tar.gz
tcl-f13a99eb97ccd3791f0896870344e33eacf3e28c.tar.bz2
no message
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.