summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 20:41:46 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 20:41:46 (GMT)
commitaae466d267a22fa7ffe3a9d0695ad56fa6270dd4 (patch)
treef13b9bcc73e95967d2b10b495c7a0f6283381825 /ChangeLog
parent6b92eaeb72848bb82826716a7a18f3291042db19 (diff)
downloadtcl-aae466d267a22fa7ffe3a9d0695ad56fa6270dd4.zip
tcl-aae466d267a22fa7ffe3a9d0695ad56fa6270dd4.tar.gz
tcl-aae466d267a22fa7ffe3a9d0695ad56fa6270dd4.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. (10) Misc. cleanup. Inlined IsInterp into CheckInterp, its only user. Consistent 'return -code error' for error reporting. Updated to use modern features (lassign, in/ni, dicts). The latter are used to keep a reverse path -> token map and quicker check of existence.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1663363..a781ba7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,11 @@
were testing the now deleted command "InterpStateName".
(9) Changed the log command setup so that logging is compiled out
completely when disabled (default).
+ (10) Misc. cleanup. Inlined IsInterp into CheckInterp, its only
+ user. Consistent 'return -code error' for error reporting. Updated
+ to use modern features (lassign, in/ni, dicts). The latter are
+ used to keep a reverse path -> token map and quicker check of
+ existence.
2009-11-02 Kevin B. Kenny <kennykb@acm.org>