summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-12-01 22:38:04 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-12-01 22:38:04 (GMT)
commita2b29e1c84f027668d4a266e8e5767736c760aa4 (patch)
tree2b766f41f13a46035c3e96c93c97e1744d142976 /ChangeLog
parent36a954090bacc6d4e7735f26b2dcfc6ac54aebac (diff)
downloadtcl-a2b29e1c84f027668d4a266e8e5767736c760aa4.zip
tcl-a2b29e1c84f027668d4a266e8e5767736c760aa4.tar.gz
tcl-a2b29e1c84f027668d4a266e8e5767736c760aa4.tar.bz2
another [clock format] performance boost - precompile formats
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea9d8ba..fef4b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2005-12-01 Kevin B. Kenny <kennykb@acm.org>
* library/clock.tcl: Continued rationalizing the code, eliminating
- numerous redundant [mc] calls.
+ numerous redundant [mc] calls. Added another time boost by
+ precompiling a [::format] command to do the bulk of the work
+ of [clock format].
2005-12-01 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>