summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 20:15:36 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 20:15:36 (GMT)
commitb977ee0d9d914e5cd1ab95214d34b7f950d4c331 (patch)
treee7007b50e63fd3b02aaa984d1b646717fbbe2353 /ChangeLog
parentb9978f4d217439867aee45c210e1e6e5a18da3ec (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ebdfc9..3608d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>