summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-07 14:40:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-07 14:40:56 (GMT)
commitf6f2a3b144eb75edbc33ea0c15c40bc40e0158bd (patch)
tree2bd8baf6c11fe4d3786667b319b3d80f37e291e6 /ChangeLog
parent7acea3af7b9aead1af0702058bb8fca92ab11449 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c112ac3..801ce5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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