summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 19:47:17 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 19:47:17 (GMT)
commitac577f7e11a3948b96350bf08a039dccc4c0f84c (patch)
treed22b47e62a0da80789d1d27bd2cce0a4e4cce646 /ChangeLog
parent8f57a0b74ebdd06b863f18306f18ff4790020cf6 (diff)
downloadtcl-ac577f7e11a3948b96350bf08a039dccc4c0f84c.zip
tcl-ac577f7e11a3948b96350bf08a039dccc4c0f84c.tar.gz
tcl-ac577f7e11a3948b96350bf08a039dccc4c0f84c.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. (5) Moved the argument parsing setup into a procedure called when the code is loaded. Easier management of temporary data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63d2e86..2b63065 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
(4) Moved the multiple namespace eval's around. Command export at
the top, everything else (var decls, argument parsing setup) at
the bottom.
+ (5) Moved the argument parsing setup into a procedure called when
+ the code is loaded. Easier management of temporary data.
2009-11-02 Kevin B. Kenny <kennykb@acm.org>