summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-07 11:16:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-07 11:16:50 (GMT)
commit4087d33e182f2e0deae31fff4514291d60fc72d1 (patch)
tree4506e344787df8794a57c27b0882672ab523a161 /ChangeLog
parent13adf3821151073d87e3e1895bcbad52cab6460b (diff)
parent8533669f18b97432085b45d77d1d3762b11e9da0 (diff)
downloadtcl-4087d33e182f2e0deae31fff4514291d60fc72d1.zip
tcl-4087d33e182f2e0deae31fff4514291d60fc72d1.tar.gz
tcl-4087d33e182f2e0deae31fff4514291d60fc72d1.tar.bz2
Extend the public stub table with dummy NULL entries, up to the size of the Tcl 8.6 stub tables.
This makes it easier to debug extensions which use Tcl 8.6 features but (erroneously) are attempted to be loaded in Tcl 8.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4779e0f..cfe6a46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-07 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tcl.decls: Extend the public stub table with dummy NULL
+ entries, up to the size of the Tcl 8.6 stub tables. This makes it
+ easier to debug extensions which use Tcl 8.6 features but (erroneously)
+ are attempted to be loaded in Tcl 8.5.
+
2013-01-02 Miguel Sofer <msofer@users.sf.net>
* generic/tclEnsemble.c: Remove stray calls to Tcl_Alloc and