summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-04-16 14:49:28 (GMT)
committerdas <das>2008-04-16 14:49:28 (GMT)
commitafd0f9b3f6990bb1d44b22b117df3fbb4a535a85 (patch)
tree9f4d763e4feec43980c4ccc9d7e151d0af7b0c91 /ChangeLog
parentf2cc98583dc54f92e54639280c862772682ad3ab (diff)
downloadtcl-afd0f9b3f6990bb1d44b22b117df3fbb4a535a85.zip
tcl-afd0f9b3f6990bb1d44b22b117df3fbb4a535a85.tar.gz
tcl-afd0f9b3f6990bb1d44b22b117df3fbb4a535a85.tar.bz2
* generic/tclInt.h: make stubs tables 'static const' and
* generic/tclStubInit.c: export only module-scope pointers to * generic/tclStubLib.c: the main stubs tables (for package * tools/genStubs.tcl: initialization). [Patch 1938497] * generic/tclBasic.c (Tcl_CreateInterp): * generic/tclTomMathInterface.c (TclTommath_Init):
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b2270f..baf04cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-04-16 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tclInt.h: make stubs tables 'static const' and
+ * generic/tclStubInit.c: export only module-scope pointers to
+ * generic/tclStubLib.c: the main stubs tables (for package
+ * tools/genStubs.tcl: initialization). [Patch 1938497]
+ * generic/tclBasic.c (Tcl_CreateInterp):
+ * generic/tclTomMathInterface.c (TclTommath_Init):
+
* generic/tclInt.h: revise Tcl_SetNotifier() to use a
* generic/tclNotify.c: module-scope hooks table instead of
* generic/tclStubInit.c: runtime stubs-table modification;