diff options
author | nijtmans <nijtmans> | 2010-02-05 20:53:12 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-05 20:53:12 (GMT) |
commit | 9f80e538be5be980c7e52789ff2162b08db46823 (patch) | |
tree | a7fd50364b89ff5d71caa2334171f35231b0dd1c /ChangeLog | |
parent | 66b1b7dda9580db59b81a9fe27b553015e5a65bd (diff) | |
download | tcl-9f80e538be5be980c7e52789ff2162b08db46823.zip tcl-9f80e538be5be980c7e52789ff2162b08db46823.tar.gz tcl-9f80e538be5be980c7e52789ff2162b08db46823.tar.bz2 |
Follow-up to earlier commit today:
Eliminate the need for an extra Stubs Pointer
for adressing a static stub table: Just change
the exported table from static to MODULE_SCOPE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2010-02-05 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/genStubs.tcl: Follow-up to earlier commit today: + Eliminate the need for an extra Stubs Pointer + for adressing a static stub table: Just change + the exported table from static to MODULE_SCOPE. + * generic/tclBasic.c + * generic/tclOO.c + * generic/tclTomMathInterface.c + * generic/tcl*Decls.h (regenerated) + * generic/tclStubInit.c (regenerated) + * generic/tclOOStubInit.c (regenerated) + * generic/tclTest.c (minor formatting) + 2010-02-05 Donal K. Fellows <dkf@users.sf.net> * generic/tclVar.c: More consistency in errorcode generation. |