diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:51:25 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:51:25 (GMT) |
commit | 0097085615a9826bb1914c1b4ed49ab588415ed9 (patch) | |
tree | 8cef5aa678e3e73bbe78a1ed2e89a0d4f28cf59b /ChangeLog | |
parent | aae466d267a22fa7ffe3a9d0695ad56fa6270dd4 (diff) | |
download | tcl-0097085615a9826bb1914c1b4ed49ab588415ed9.zip tcl-0097085615a9826bb1914c1b4ed49ab588415ed9.tar.gz tcl-0097085615a9826bb1914c1b4ed49ab588415ed9.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.
(11) Fixed bug 2854929. Recurse into all subdirs under all TM root
dirs and put them on the access path.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ to use modern features (lassign, in/ni, dicts). The latter are used to keep a reverse path -> token map and quicker check of existence. + (11) Fixed bug 2854929. Recurse into all subdirs under all TM root + dirs and put them on the access path. 2009-11-02 Kevin B. Kenny <kennykb@acm.org> |