summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-12-21 23:25:39 (GMT)
committernijtmans <nijtmans>2009-12-21 23:25:39 (GMT)
commitf7e02c57c848c495a77975b927a0f4076bf4822c (patch)
tree86d9a8cc06d969564b99b6d5ed25975042f9300a /ChangeLog
parente3f5e21f00d98dacf701c346899ada0ef3327513 (diff)
downloadtcl-f7e02c57c848c495a77975b927a0f4076bf4822c.zip
tcl-f7e02c57c848c495a77975b927a0f4076bf4822c.tar.gz
tcl-f7e02c57c848c495a77975b927a0f4076bf4822c.tar.bz2
Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still not enabled yet, but at least it is a step in the right direction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6da4eb7..7817c07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-12-21 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclThreadStorage.c: Fix gcc warning, using gcc-4.3.4 on cygwin
+ warning: missing initializer
+ * generic/tclOOInt.h: prevent conflict with DUPLICATE
+ definition in WINAPI's nb30.h
+ * generic/rege_dfa.c: Fix macro conflict on CYGWIN: don't use "small".
+ * generic/tcl.h Include <winsock2.h> before <stdio.h> on CYGWIN
+ * generic/tclPathObj.c
+ * generic/tclPort.h
+ * tests/env.test: Don't unset WINDIR and TERM, it has a special meaning
+ on CYGWIN (both in UNIX and WIN32 mode!)
+ * generic/tclPlatDecls.h: Include <tchar.h> through tclPlatDecls.h
+ * win/tclWinPort.h stricmp -> strcasecmp
+ * win/tclWinDde.c _wcsicmp -> wcscasecmp
+ * win/tclWinFile.c
+ * win/tclWinPipe.c
+ * win/tclWinSock.c
+ * unix/tcl.m4 Add dynamic loading support to CYGWIN
+ * unix/configure (regenerated)
+ * unix/Makefile.in
+
2009-12-19 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: Fix for bad cmd resolution by coroutines
@@ -13,7 +35,7 @@
2009-12-11 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclTest.c: Fix gcc warning: ignoring return value of
- * unix/tclUnixNotify.c: ‘write’, declared with attribute
+ * unix/tclUnixNotify.c: "write", declared with attribute
* unix/tclUnixPipe.c: warn_unused_result.
* generic/tclInt.decls: CONSTify functions TclpGetUserHome and
* generic/tclIntDecls.h:TclSetPreInitScript (TIP #27)
@@ -39,7 +61,7 @@
* generic/tclBasic.c: Release TclPopCallFrame() from its
* generic/tclExecute.c: tailcall-management duties
* generic/tclNamesp.c:
-
+
* generic/tclBasic.c: Moving TclBCArgumentRelease call from
* generic/tclExecute.c: TclNRTailcallObjCmd to TEBC, so that the
pairing of the Enter and Release calls is clearer.