diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-01 14:21:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-01 14:21:48 (GMT) |
commit | 238f64e8e462d705dbf4f894f4b29933e19e865e (patch) | |
tree | 4f96d6f5d4e4b3dee8efc50f512316b86d40f1a0 /ChangeLog | |
parent | f38a82d52c22bfe1c84be876f895d19e8f8c7bf4 (diff) | |
download | tcl-238f64e8e462d705dbf4f894f4b29933e19e865e.zip tcl-238f64e8e462d705dbf4f894f4b29933e19e865e.tar.gz tcl-238f64e8e462d705dbf4f894f4b29933e19e865e.tar.bz2 |
Cleaning up of the namespace guts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclNamesp.c (NamespaceInscopeCmd): Make the error + message generation the same as in NamespaceEvalCmd(). + (Tcl_Import): Rationalized to use Tcl_EvalObjv(). + 2004-10-31 Donal K. Fellows <donal.k.fellows@man.ac.uk> * tests/io.test (io-40.3): Convert umask2 test constraint into a |