diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-05 19:22:04 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-05 19:22:04 (GMT) |
commit | a27ebb15203548a964fd1ff14415b61b853dc154 (patch) | |
tree | 801447c5ee584ef8c1f5a70d661fd94cbee4a603 /ChangeLog | |
parent | c4f418ddbd4f1743368cb4b3f70c4cb9f83f7d9a (diff) | |
download | tcl-a27ebb15203548a964fd1ff14415b61b853dc154.zip tcl-a27ebb15203548a964fd1ff14415b61b853dc154.tar.gz tcl-a27ebb15203548a964fd1ff14415b61b853dc154.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.
(3) Reindent the code. Just lots of whitespace
changes. Functionality unchanged.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ (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. + (3) Reindent the code. Just lots of whitespace + changes. Functionality unchanged. 2009-11-02 Kevin B. Kenny <kennykb@acm.org> |