diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-20 14:28:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-20 14:28:01 (GMT) |
commit | a23b22d1236f195c8aff34ed42355da55ca5e18a (patch) | |
tree | 47acbf05215f9f3b3553028a16921ac8710178a7 /ChangeLog | |
parent | 5ab9c74b4a9874c1861cbd28eb075b4578abedf5 (diff) | |
download | tcl-a23b22d1236f195c8aff34ed42355da55ca5e18a.zip tcl-a23b22d1236f195c8aff34ed42355da55ca5e18a.tar.gz tcl-a23b22d1236f195c8aff34ed42355da55ca5e18a.tar.bz2 |
Make the guts of [chan] more robust.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-11-20 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclBasic.c (Tcl_CreateInterp, TclHideUnsafeCommands): + * library/init.tcl: Refactored the [chan] command's guts so that it + does not use aliases to global commands, making the code more robust. + 2006-11-17 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c (INST_EXPON): Corrected crash on |