diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-29 21:40:42 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-29 21:40:42 (GMT) |
commit | f32a30e09c8e10a9cad9028e8830694056f71d62 (patch) | |
tree | 086d76a57a761fc5a658ba42f358f506869efdd0 /ChangeLog | |
parent | fc1ced4682dfd72cfa8fc82268206e50522eff95 (diff) | |
download | tcl-f32a30e09c8e10a9cad9028e8830694056f71d62.zip tcl-f32a30e09c8e10a9cad9028e8830694056f71d62.tar.gz tcl-f32a30e09c8e10a9cad9028e8830694056f71d62.tar.bz2 |
* generic/tclNamesp.c (EnsembleImplementationCmd):
* tests/namespace.test (47.7-8): reverted a wrong "optimisation"
that completely broke snit; added two tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-26 Miguel Sofer <msofer@users.sf.net> + + * generic/tclNamesp.c (EnsembleImplementationCmd): + * tests/namespace.test (47.7-8): reverted a wrong "optimisation" + that completely broke snit; added two tests. + 2006-10-28 Donal K. Fellows <dkf@users.sf.net> * generic/tclProc.c (ObjInterpProcEx, TclObjInterpProcCore): Split the |