diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-06 07:35:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-06 07:35:05 (GMT) |
commit | d3c1612587ff8f7f288fa96a2daddfdcd0cbff32 (patch) | |
tree | 1de25a0ce1271dddf30868d57471b4c788531f20 /ChangeLog | |
parent | ffd62239ea93e9fa93f1036f03a281ed5d522848 (diff) | |
parent | 9d84efaa149ad0656809cbb06f7c05ffbab65c60 (diff) | |
download | tcl-d3c1612587ff8f7f288fa96a2daddfdcd0cbff32.zip tcl-d3c1612587ff8f7f288fa96a2daddfdcd0cbff32.tar.gz tcl-d3c1612587ff8f7f288fa96a2daddfdcd0cbff32.tar.bz2 |
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,4 +1,26 @@ -2013-04-23 Jan Nijtmans <nijtmans@users.sf.net> +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): + * library/platform/pkgIndex.tcl: Followup to the 2013-01-30 + change. The RE become too restrictive again. SuSe added a + timestamp after the version. Loosened up a bit. Bumped package + to version 1.0.12. + +2013-04-29 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCompCmds.c (TclCompileArraySetCmd): Generate better code + when the list of things to set is a literal. + +2013-04-25 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclDecls.h: Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj, Tcl_DbNewLongObj |