diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-07 11:06:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-07 11:06:16 (GMT) |
commit | 948149043162c4a2fa840e6c242e4bf31fe80dba (patch) | |
tree | 464b6974dc77c89ba3ed33a782f55dd718f04105 /ChangeLog | |
parent | 816ab7a3aa86fad4029569275897b1d8feb0f89d (diff) | |
download | tcl-948149043162c4a2fa840e6c242e4bf31fe80dba.zip tcl-948149043162c4a2fa840e6c242e4bf31fe80dba.tar.gz tcl-948149043162c4a2fa840e6c242e4bf31fe80dba.tar.bz2 |
Extend the public and private stub tables 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.5/8.6 features but (erroneously) are attempted to be loaded in Tcl 8.4.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-01-07 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tcl.decls: Extend the public and private stub tables with + * generic/tclInt.decls: 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.5/8.6 features but (erroneously) are attempted to be loaded + in Tcl 8.4. + 2012-12-31 Donal K. Fellows <dkf@users.sf.net> * doc/string.n: Noted the obsolescence of the 'bytelength', |