diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-02 22:13:41 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-02 22:13:41 (GMT) |
commit | d9a79d52dafdcdf2079951636d5ec6f1ac96a15b (patch) | |
tree | 3cbcc441bcbfe452d218076d812b767e4fa3b16c /ChangeLog | |
parent | 085b704108e13ba22ac2ce549e259e291740ad68 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. |