summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-05 20:26:24 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-05 20:26:24 (GMT)
commit6b92eaeb72848bb82826716a7a18f3291042db19 (patch)
treec9ca758e66b7afdc306f0a0321f7d05ddb68c639 /ChangeLog
parentb977ee0d9d914e5cd1ab95214d34b7f950d4c331 (diff)
downloadtcl-6b92eaeb72848bb82826716a7a18f3291042db19.zip
tcl-6b92eaeb72848bb82826716a7a18f3291042db19.tar.gz
tcl-6b92eaeb72848bb82826716a7a18f3291042db19.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. (9) Changed the log command setup so that logging is compiled out completely when disabled (default).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3608d79..1663363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@
path <-> token conversions. Removed more procedures not used any
longer. Removed the test cases 4.3 and 4.4 from safe.test. They
were testing the now deleted command "InterpStateName".
+ (9) Changed the log command setup so that logging is compiled out
+ completely when disabled (default).
2009-11-02 Kevin B. Kenny <kennykb@acm.org>