summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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