diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:41:46 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-05 20:41:46 (GMT) |
commit | aae466d267a22fa7ffe3a9d0695ad56fa6270dd4 (patch) | |
tree | f13b9bcc73e95967d2b10b495c7a0f6283381825 /ChangeLog | |
parent | 6b92eaeb72848bb82826716a7a18f3291042db19 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |