summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-12-02 22:13:41 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-12-02 22:13:41 (GMT)
commitd9a79d52dafdcdf2079951636d5ec6f1ac96a15b (patch)
tree3cbcc441bcbfe452d218076d812b767e4fa3b16c /ChangeLog
parent085b704108e13ba22ac2ce549e259e291740ad68 (diff)
downloadtcl-d9a79d52dafdcdf2079951636d5ec6f1ac96a15b.zip
tcl-d9a79d52dafdcdf2079951636d5ec6f1ac96a15b.tar.gz
tcl-d9a79d52dafdcdf2079951636d5ec6f1ac96a15b.tar.bz2
another puny speedup - no error thrown from ::tcl::clock::getenv
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index bd8f205..496dff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
2005-12-02 Kevin B. Kenny <kennykb@acm.org>
- * 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]. Also, conditoned the call to SetupTimeZone to speed
- the common case where TZData($timezone) already exists.
-
+ * generic/tclClock.c: Moved a tiny bit more of [clock format] from
+ * library/clock.tcl: run time to compile time, and fixed a l10n
+ bug in the process. [Bug 1371446]. Also, conditoned the call to
+ SetupTimeZone to speed the common case where TZData($timezone)
+ already exists, and achieved a puny speedup by making
+ ::tcl::clock::getenv not throw errors.
* unix/Makefile.in: Made some changes to support a 'make' command
that is present on some antiquated versions of Solaris.