summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-06 06:52:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-06 06:52:53 (GMT)
commit9c28e9130dec0dfd158406aa5997ed811e5f699d (patch)
treef0eec0a6caca58ebfc415ac257ad3226eed0e409 /ChangeLog
parent9e8ba3b5d77ed44876e3454cbf88fff15687c610 (diff)
downloadtcl-9c28e9130dec0dfd158406aa5997ed811e5f699d.zip
tcl-9c28e9130dec0dfd158406aa5997ed811e5f699d.tar.gz
tcl-9c28e9130dec0dfd158406aa5997ed811e5f699d.tar.bz2
Add support for Cygwin64, which has a 64-bit "long" type.
Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11ecbf8..e200cd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-05-06 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclStubInit.c: Add support for Cygwin64, which has a 64-bit
+ * generic/tclDecls.h: "long" type. Binary compatibility with win64
+ requires that all stub entries use 32-bit long's, therefore the
+ need for various wrapper functions/macros. For Tcl 9 a better
+ solution is needed, but that cannot be done without introducing
+ binary incompatibility.
+
2013-04-30 Andreas Kupries <andreask@activestate.com>
* library/platform/platform.tcl (::platform::LibcVersion):