diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-06 07:33:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-06 07:33:02 (GMT) |
commit | 9d84efaa149ad0656809cbb06f7c05ffbab65c60 (patch) | |
tree | c6cfc129969a1305998dc4d0d21c574a1bcd6018 /ChangeLog | |
parent | 14032954eb131a80c8736ecc70830639fa7bab3c (diff) | |
parent | 20db8704e2e5aaf679c2f9be0768b700f63cb44e (diff) | |
download | tcl-9d84efaa149ad0656809cbb06f7c05ffbab65c60.zip tcl-9d84efaa149ad0656809cbb06f7c05ffbab65c60.tar.gz tcl-9d84efaa149ad0656809cbb06f7c05ffbab65c60.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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |