diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-07 14:40:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-07 14:40:56 (GMT) |
commit | f6f2a3b144eb75edbc33ea0c15c40bc40e0158bd (patch) | |
tree | 2bd8baf6c11fe4d3786667b319b3d80f37e291e6 /ChangeLog | |
parent | 7acea3af7b9aead1af0702058bb8fca92ab11449 (diff) | |
download | tcl-f6f2a3b144eb75edbc33ea0c15c40bc40e0158bd.zip tcl-f6f2a3b144eb75edbc33ea0c15c40bc40e0158bd.tar.gz tcl-f6f2a3b144eb75edbc33ea0c15c40bc40e0158bd.tar.bz2 |
Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and Tcl_AppendResult, not any other function.
This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions.
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/tclOOStubLib.c: Restrict the stub library to only use + * generic/tclTomMathStubLib.c: Tcl_PkgRequireEx, Tcl_ResetResult + and Tcl_AppendResult, not any other function. This puts least + restrictions on eventual Tcl 9 stubs re-organization, and it + works on the widest range of Tcl versions. + 2013-01-06 Jan Nijtmans <nijtmans@users.sf.net> * library/http/http.tcl: Don't depend on Spencer-specific regexp |