summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 19:22:04 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 19:22:04 (GMT)
commita27ebb15203548a964fd1ff14415b61b853dc154 (patch)
tree801447c5ee584ef8c1f5a70d661fd94cbee4a603 /ChangeLog
parentc4f418ddbd4f1743368cb4b3f70c4cb9f83f7d9a (diff)
downloadtcl-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 942d74f..3d77a52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>