summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-06 18:16:58 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-06 18:16:58 (GMT)
commit7b628883ba94899516793d2f04aa7879fc264793 (patch)
tree9ec3762ade9c626e7f964ae1725eb2904548319e /ChangeLog
parent0097085615a9826bb1914c1b4ed49ab588415ed9 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 085c119..5dd91df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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