summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 20:51:25 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 20:51:25 (GMT)
commit0097085615a9826bb1914c1b4ed49ab588415ed9 (patch)
tree8cef5aa678e3e73bbe78a1ed2e89a0d4f28cf59b /ChangeLog
parentaae466d267a22fa7ffe3a9d0695ad56fa6270dd4 (diff)
downloadtcl-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a781ba7..085c119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>