diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:44:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:44:08 (GMT) |
commit | 73b2f1e5b9472dc390528dbc1ca45a09fc11c297 (patch) | |
tree | 6de7fcbabd476748cf31804f4d8a4bff785d818d /ChangeLog | |
parent | 427a6151ed5780a42010a6e4b6346a660ba7b442 (diff) | |
download | tcl-73b2f1e5b9472dc390528dbc1ca45a09fc11c297.zip tcl-73b2f1e5b9472dc390528dbc1ca45a09fc11c297.tar.gz tcl-73b2f1e5b9472dc390528dbc1ca45a09fc11c297.tar.bz2 |
Add field to CallFrame for holding object call frame data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-10-27 Donal K. Fellows <dkf@users.sf.net> + * 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). + * generic/tclBasic.c (TclRenameCommand): Change to take CONST args; they were only ever used in a constant way anyway, so this appears to be a spot that was missed during TIP#27 work. |