summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 20:04:41 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 20:04:41 (GMT)
commitb9978f4d217439867aee45c210e1e6e5a18da3ec (patch)
tree769f93daeba13da730865bbbebb99d86269b22dd /ChangeLog
parentb5720a0898beeb59ea7767c357196579ff0f1efe (diff)
downloadtcl-b9978f4d217439867aee45c210e1e6e5a18da3ec.zip
tcl-b9978f4d217439867aee45c210e1e6e5a18da3ec.tar.gz
tcl-b9978f4d217439867aee45c210e1e6e5a18da3ec.tar.bz2
* library/safe.tcl: A series of patches which bring the SafeBase
up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (7) Replaced the remaining uses of 'Set' and others outside of the path/token handling, and deleted a number of procedures related to state array access which are not used any longer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d786dab..0ebdfc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
the code is loaded. Easier management of temporary data.
(6) Replaced several uses of 'Set' with calls to the new procedure
'InterpState' and direct access to the per-slave state array.
+ (7) Replaced the remaining uses of 'Set' and others outside of the
+ path/token handling, and deleted a number of procedures related to
+ state array access which are not used any longer.
2009-11-02 Kevin B. Kenny <kennykb@acm.org>