diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-21 13:51:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-21 13:51:11 (GMT) |
commit | e0e07babd25d3b621d8ffcc7c2b636aea32876d2 (patch) | |
tree | fa2a7cbb78c518d7f3095c935132ae83b6ba3174 /ChangeLog | |
parent | 0218abe5f52843f501c1735ffeadef3d5e9d24bd (diff) | |
download | tcl-e0e07babd25d3b621d8ffcc7c2b636aea32876d2.zip tcl-e0e07babd25d3b621d8ffcc7c2b636aea32876d2.tar.gz tcl-e0e07babd25d3b621d8ffcc7c2b636aea32876d2.tar.bz2 |
Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so extensions using this (like Tk 8.4) will continue to work in all Tcl 8.x versions.
Extensions using this still cannot be compiled against Tcl 8.6 headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-01-21 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.decls: Put back Tcl[GS]etStartupScript(Path|FileName) + in private stub table, so extensions using this (like Tk 8.4) will + continue to work in all Tcl 8.x versions. Extensions using this + still cannot be compiled against Tcl 8.6 headers. + 2013-01-18 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclPort.h: [Bug 3598300]: unix: tcl.h does not include |