diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-14 15:19:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-14 15:19:18 (GMT) |
commit | e267380dad6bef727db13dabbdfc9feab9024d6c (patch) | |
tree | 31cb160cbb890980419a769ceac2b44f3ced80ef /ChangeLog | |
parent | 0e4e7f881d9c9cab683cbc2776e63346684f026b (diff) | |
download | tcl-e267380dad6bef727db13dabbdfc9feab9024d6c.zip tcl-e267380dad6bef727db13dabbdfc9feab9024d6c.tar.gz tcl-e267380dad6bef727db13dabbdfc9feab9024d6c.tar.bz2 |
Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using this, compiled against 8.5 headers still run in Tcl 8.6.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-01-14 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.decls: Put back Tcl_[GS]etStartupScript in + internal stub table, so extensions using this, compiled + against 8.5 headers still run in Tcl 8.6. + 2013-01-13 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * doc/fileevent.n: Clarify readable fileevent "false positives" in the case of multibyte encodings/transforms [Bug 3436609]. |