diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-21 16:26:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-21 16:26:57 (GMT) |
commit | f6088cd9143e40f8d8979840ce7540c1d855cff3 (patch) | |
tree | 58c5ed5badb0827faa480a2f33b2fbb441a75968 /ChangeLog | |
parent | e0a8745f18080b7835c31fe5aa49d4e3ebd79780 (diff) | |
download | tcl-f6088cd9143e40f8d8979840ce7540c1d855cff3.zip tcl-f6088cd9143e40f8d8979840ce7540c1d855cff3.tar.gz tcl-f6088cd9143e40f8d8979840ce7540c1d855cff3.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +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. + 2007-11-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclDictObj.c: Changed the underlying implementation of the |