diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:15:36 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:15:36 (GMT) |
commit | b977ee0d9d914e5cd1ab95214d34b7f950d4c331 (patch) | |
tree | e7007b50e63fd3b02aaa984d1b646717fbbe2353 /ChangeLog | |
parent | b9978f4d217439867aee45c210e1e6e5a18da3ec (diff) | |
download | tcl-b977ee0d9d914e5cd1ab95214d34b7f950d4c331.zip tcl-b977ee0d9d914e5cd1ab95214d34b7f950d4c331.tar.gz tcl-b977ee0d9d914e5cd1ab95214d34b7f950d4c331.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.
(8) Converted the path token system to cache normalized paths and
path <-> token conversions. Removed more procedures not used any
longer. Removed the test cases 4.3 and 4.4 from safe.test. They
were testing the now deleted command "InterpStateName".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ (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. + (8) Converted the path token system to cache normalized paths and + path <-> token conversions. Removed more procedures not used any + longer. Removed the test cases 4.3 and 4.4 from safe.test. They + were testing the now deleted command "InterpStateName". 2009-11-02 Kevin B. Kenny <kennykb@acm.org> |