diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-06 18:16:58 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-06 18:16:58 (GMT) |
commit | 7b628883ba94899516793d2f04aa7879fc264793 (patch) | |
tree | 9ec3762ade9c626e7f964ae1725eb2904548319e /ChangeLog | |
parent | 0097085615a9826bb1914c1b4ed49ab588415ed9 (diff) | |
download | tcl-7b628883ba94899516793d2f04aa7879fc264793.zip tcl-7b628883ba94899516793d2f04aa7879fc264793.tar.gz tcl-7b628883ba94899516793d2f04aa7879fc264793.tar.bz2 |
* library/safe.tcl (::safe::Setup): Added documentation of the
contents of the state array. Also killed the 'InterpState'
procedure with its upleveled variable/upvar combination, and
replaced all uses with 'namespace upvar'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-06 Andreas Kupries <andreask@activestate.com> + + * library/safe.tcl (::safe::Setup): Added documentation of the + contents of the state array. Also killed the 'InterpState' + procedure with its upleveled variable/upvar combination, and + replaced all uses with 'namespace upvar'. + 2009-11-05 Andreas Kupries <andreask@activestate.com> * library/safe.tcl: A series of patches which bring the SafeBase |