diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:04:41 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:04:41 (GMT) |
commit | b9978f4d217439867aee45c210e1e6e5a18da3ec (patch) | |
tree | 769f93daeba13da730865bbbebb99d86269b22dd /ChangeLog | |
parent | b5720a0898beeb59ea7767c357196579ff0f1efe (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |