diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:53:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:53:43 (GMT) |
commit | fbdb724057c9545201d0a4cc2d8eb2edc4743392 (patch) | |
tree | 50136581fc2b5ee9f2975158db7cad06268d8473 /ChangeLog | |
parent | 73b2f1e5b9472dc390528dbc1ca45a09fc11c297 (diff) | |
download | tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.zip tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.tar.gz tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.tar.bz2 |
Allow extensions that use the internal stubs to set a namespace path.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-10-27 Donal K. Fellows <dkf@users.sf.net> + * generic/tclNamesp.c (TclSetNsPath): Expose SetNsPath through + internal stubs table with semi-external name. + * generic/tclInt.h (CallFrame): Add a field for handling context data for extensions (like object systems) that should be tied to a call frame (and not a command or interpreter). |