summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-12 12:33:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-12 12:33:57 (GMT)
commita416ef038cf5bc87716558a4dce7b163ebcd6697 (patch)
tree0d74aadaf31ab1b820eea1376209fdbff67e6361 /ChangeLog
parentbf56a09707e69cf1c2ca8a5cec6617c0dca24d57 (diff)
downloadtcl-a416ef038cf5bc87716558a4dce7b163ebcd6697.zip
tcl-a416ef038cf5bc87716558a4dce7b163ebcd6697.tar.gz
tcl-a416ef038cf5bc87716558a4dce7b163ebcd6697.tar.bz2
Convert [info] into an ensemble command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a71b72..5b4874b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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