diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-05 19:18:52 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-05 19:18:52 (GMT) |
commit | c4f418ddbd4f1743368cb4b3f70c4cb9f83f7d9a (patch) | |
tree | 9918e7230baf45a59c8d64f0e6841740548b747b /ChangeLog | |
parent | 73280bfc7d6e25cbf5ae3c71e6d1e8f4829a2d28 (diff) | |
download | tcl-c4f418ddbd4f1743368cb4b3f70c4cb9f83f7d9a.zip tcl-c4f418ddbd4f1743368cb4b3f70c4cb9f83f7d9a.tar.gz tcl-c4f418ddbd4f1743368cb4b3f70c4cb9f83f7d9a.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.
(2) Move the procedures out of the namespace eval. Keep their
locations. IOW, break the namespace eval apart into small
sectionsnot covering the procedure definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (1) Change all procedure names to be fully qualified. + (2) Move the procedures out of the namespace eval. Keep their + locations. IOW, break the namespace eval apart into small + sectionsnot covering the procedure definitions. 2009-11-02 Kevin B. Kenny <kennykb@acm.org> |