summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 19:55:32 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 19:55:32 (GMT)
commitb5720a0898beeb59ea7767c357196579ff0f1efe (patch)
treeeacc2e476f76f0b9755ed92c1fa68ba5ad1ba9ec /ChangeLog
parentac577f7e11a3948b96350bf08a039dccc4c0f84c (diff)
downloadtcl-b5720a0898beeb59ea7767c357196579ff0f1efe.zip
tcl-b5720a0898beeb59ea7767c357196579ff0f1efe.tar.gz
tcl-b5720a0898beeb59ea7767c357196579ff0f1efe.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. (6) Replaced several uses of 'Set' with calls to the new procedure 'InterpState' and direct access to the per-slave state array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b63065..d786dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@
the bottom.
(5) Moved the argument parsing setup into a procedure called when
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.
2009-11-02 Kevin B. Kenny <kennykb@acm.org>