summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-12-02 19:47:36 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-12-02 19:47:36 (GMT)
commit085b704108e13ba22ac2ce549e259e291740ad68 (patch)
treeeae86bd35d2cef8310355be5ec48797028345bec /ChangeLog
parent0d8b2ac3539d436923694d412ddc74beb3d2f31f (diff)
downloadtcl-085b704108e13ba22ac2ce549e259e291740ad68.zip
tcl-085b704108e13ba22ac2ce549e259e291740ad68.tar.gz
tcl-085b704108e13ba22ac2ce549e259e291740ad68.tar.bz2
another little speedup to [clock format]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a6a274..bd8f205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,9 @@
* library/clock.tcl: Moved a tiny bit more of [clock format] from
run time to compile time, and fixed a l10n bug in the process.
- [Bug 1371446]
+ [Bug 1371446]. Also, conditoned the call to SetupTimeZone to speed
+ the common case where TZData($timezone) already exists.
+
* unix/Makefile.in: Made some changes to support a 'make' command
that is present on some antiquated versions of Solaris.