diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 21:32:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 21:32:14 (GMT) |
commit | 1d5c8f395413d93b65f5d82deda05776957456b2 (patch) | |
tree | 20879f4cd95e27db3b1128779e7d8df706bdd0c0 /ChangeLog | |
parent | 595b0578b02537167e39fb7f4d2c25a18b196391 (diff) | |
download | tcl-1d5c8f395413d93b65f5d82deda05776957456b2.zip tcl-1d5c8f395413d93b65f5d82deda05776957456b2.tar.gz tcl-1d5c8f395413d93b65f5d82deda05776957456b2.tar.bz2 |
Add ChangeLog entry.dkf_namespace_as_ensemble
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2011-03-10 Donal K. Fellows <dkf@users.sf.net> + * generic/tclBasic.c, generic/tclCompCmds.c, generic/tclEnsemble.c: + * generic/tclInt.h, generic/tclNamesp.c, library/auto.tcl: + * tests/interp.test, tests/namespace.test, tests/nre.test: + Converted the [namespace] command into an ensemble. This has the + consequence of making it vital for Tcl code that wishes to work with + namespaces to _not_ delete the ::tcl namespace. + ***POTENTIAL INCOMPATIBILITY*** + * library/tcltest/tcltest.tcl (loadIntoSlaveInterpreter): Added this command to handle connecting tcltest to a slave interpreter. This adds in the hook (inside the tcltest namespace) that allows the tests run |