diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-05 23:33:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-05 23:33:11 (GMT) |
commit | 29cf1d7bf639866e48ef946d326a229a9514f492 (patch) | |
tree | 1d78768bab303fef7c4c0ad56f5d8d65f3841216 /ChangeLog | |
parent | e3a939a3c254481c00ee564e3e5bb4306ddeb7bf (diff) | |
download | tcl-29cf1d7bf639866e48ef946d326a229a9514f492.zip tcl-29cf1d7bf639866e48ef946d326a229a9514f492.tar.gz tcl-29cf1d7bf639866e48ef946d326a229a9514f492.tar.bz2 |
Changes to allow the tip257 code to work as an extension properly post-tip280
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-05-06 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclInt.h (ExtraFrameInfo): Create a new mechanism for + * generic/tclCmdIL.c (InfoFrameCmd): conveying what information needs + to be added to the results of [info frame] to replace the hack that + was there before. + * generic/tclProc.c (Tcl_ApplyObjCmd): Use the new mechanism for the + [apply] command, the only part of Tcl itself that needs it (so far). + + * generic/tclInt.decls (TclEvalObjEx, TclGetSrcInfoForPc): Expose + these two functions through the internal stubs table, necessary for + extensions that need to integrate deeply with TIP#280. + 2007-05-05 Donal K. Fellows <dkf@users.sf.net> * win/tclWinFile.c (TclpGetUserHome): Squelch type-pun warnings in |