diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-21 14:30:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-21 14:30:22 (GMT) |
commit | 6e360c3d1ad0bbf16377cf5d2d9f8eac1f8092a8 (patch) | |
tree | 833b08f4554fe3791997147f2fbf9f826b62860b /ChangeLog | |
parent | 98ce25af617901be6af682a617c9b35abee2c548 (diff) | |
download | tcl-6e360c3d1ad0bbf16377cf5d2d9f8eac1f8092a8.zip tcl-6e360c3d1ad0bbf16377cf5d2d9f8eac1f8092a8.tar.gz tcl-6e360c3d1ad0bbf16377cf5d2d9f8eac1f8092a8.tar.bz2 |
Factor out the core compiled-ensemble builder for simplicity.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -2007-10-21 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> +2007-11-21 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclNamesp.c (TclMakeEnsemble): Factor out the code to set up + a core ensemble from a table of information about subcommands, ready + for reuse within the core. * generic/various: Start to return more useful Error codes, currently mainly on assorted lookup failures. |