summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-21 14:30:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-21 14:30:22 (GMT)
commit6e360c3d1ad0bbf16377cf5d2d9f8eac1f8092a8 (patch)
tree833b08f4554fe3791997147f2fbf9f826b62860b /ChangeLog
parent98ce25af617901be6af682a617c9b35abee2c548 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81a3205..7d9ae95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.