summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-06 07:22:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-06 07:22:17 (GMT)
commit8001283708a971dbd01e2de307ce8f5b1ac12ef3 (patch)
treef11783011695cf570c007373ac83ba242464253e /ChangeLog
parent1f2616960d0d0fb8b7e94ffa03d1bc77b677505a (diff)
parent896f59c3a26d5da37bff6cd1882683f653b05162 (diff)
downloadtcl-8001283708a971dbd01e2de307ce8f5b1ac12ef3.zip
tcl-8001283708a971dbd01e2de307ce8f5b1ac12ef3.tar.gz
tcl-8001283708a971dbd01e2de307ce8f5b1ac12ef3.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 d56c6ef..5eb12dc 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):