diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-12 12:33:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-06-12 12:33:57 (GMT) |
commit | a416ef038cf5bc87716558a4dce7b163ebcd6697 (patch) | |
tree | 0d74aadaf31ab1b820eea1376209fdbff67e6361 /ChangeLog | |
parent | bf56a09707e69cf1c2ca8a5cec6617c0dca24d57 (diff) | |
download | tcl-a416ef038cf5bc87716558a4dce7b163ebcd6697.zip tcl-a416ef038cf5bc87716558a4dce7b163ebcd6697.tar.gz tcl-a416ef038cf5bc87716558a4dce7b163ebcd6697.tar.bz2 |
Convert [info] into an ensemble command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-06-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * generic/tclBasic.c (Tcl_CreateInterp): Turn the [info] command into + * generic/tclCmdIL.c (TclInitInfoCmd): an ensemble, making it easier + for third-party code to plug into. + * generic/tclIndexObj.c (Tcl_WrongNumArgs): * generic/tclNamesp.c, generic/tclInt.h (tclEnsembleCmdType): Make Tcl_WrongNumArgs do replacement correctly with ensembles and other |