summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-06 07:35:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-06 07:35:05 (GMT)
commitd3c1612587ff8f7f288fa96a2daddfdcd0cbff32 (patch)
tree1de25a0ce1271dddf30868d57471b4c788531f20 /ChangeLog
parentffd62239ea93e9fa93f1036f03a281ed5d522848 (diff)
parent9d84efaa149ad0656809cbb06f7c05ffbab65c60 (diff)
downloadtcl-d3c1612587ff8f7f288fa96a2daddfdcd0cbff32.zip
tcl-d3c1612587ff8f7f288fa96a2daddfdcd0cbff32.tar.gz
tcl-d3c1612587ff8f7f288fa96a2daddfdcd0cbff32.tar.bz2
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01fc62a..150c7fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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