summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-13 07:01:04 (GMT)
committermdejong <mdejong>2003-01-13 07:01:04 (GMT)
commitb697c7922f1ca98c8c68a6a8c1e7f738a4a8667f (patch)
treeecc693efc09e654dadea6aa7a3df8c882e5b75ae /ChangeLog
parent6638ab2cc75d41465a5191828f2c9acbab86af6b (diff)
downloadtcl-b697c7922f1ca98c8c68a6a8c1e7f738a4a8667f.zip
tcl-b697c7922f1ca98c8c68a6a8c1e7f738a4a8667f.tar.gz
tcl-b697c7922f1ca98c8c68a6a8c1e7f738a4a8667f.tar.bz2
* generic/tcl.h: Skip Tcl's define of CHAR,
SHORT, and LONG when HAVE_WINNT_IGNORE_VOID is defined. This avoids a bunch of compiler warnings when building with Cygwin or Mingw. * win/configure: Regen. * win/configure.in: Define HAVE_WINNT_IGNORE_VOID when we detect a winnt.h that still defines CHAR, SHORT, and LONG when VOID has already been defined. * win/tcl.m4 (SC_LOAD_TCLCONFIG): Subst the TCL_DEFS loaded from tclConfig.sh so that Tcl defines can make it into the Tk Makefile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 355644b..639730e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2003-01-12 Mo DeJong <mdejong@users.sourceforge.net>
+ * generic/tcl.h: Skip Tcl's define of CHAR,
+ SHORT, and LONG when HAVE_WINNT_IGNORE_VOID
+ is defined. This avoids a bunch of compiler
+ warnings when building with Cygwin or Mingw.
+ * win/configure: Regen.
+ * win/configure.in: Define HAVE_WINNT_IGNORE_VOID
+ when we detect a winnt.h that still defines
+ CHAR, SHORT, and LONG when VOID has already
+ been defined.
+ * win/tcl.m4 (SC_LOAD_TCLCONFIG): Subst the
+ TCL_DEFS loaded from tclConfig.sh so that
+ Tcl defines can make it into the Tk Makefile.
+
+2003-01-12 Mo DeJong <mdejong@users.sourceforge.net>
+
* win/configure: Regen.
* win/configure.in: Check for typedefs like LPFN_ACCEPT
in winsock2.h and define HAVE_NO_LPFN_DECLS if not found.