summaryrefslogtreecommitdiffstats
path: root/library/clock.tcl
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected bugs in tommath installation, improved tommath square root performa...Kevin B Kenny2005-12-271-2/+2
* another puny speedup - no error thrown from ::tcl::clock::getenvKevin B Kenny2005-12-021-3/+3
* another little speedup to [clock format]Kevin B Kenny2005-12-021-4/+7
* Bug 1371446 plus buildability on ancient SolarisKevin B Kenny2005-12-021-12/+12
* another [clock format] performance boost - precompile formatsKevin B Kenny2005-12-011-327/+446
* remove redundant [mc] calls in [clock]Kevin B Kenny2005-12-011-18/+32
* remove redundant [mc] calls in [clock]Kevin B Kenny2005-12-011-48/+62
* code rationalization - eliminate some duplication between Tcl and CKevin B Kenny2005-11-301-175/+27
* make [clock format] go fasterKevin B Kenny2005-11-291-584/+94
* Bug 1298737Kevin B Kenny2005-11-041-1/+4
* added /usr/lib/zoneinfo for antique glibcKevin B Kenny2005-08-121-1/+2
* bug 1257830Kevin B Kenny2005-08-121-16/+41
* Bug 1237907Kevin B Kenny2005-07-151-6/+24
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* fixed Bug 1185933Kevin B Kenny2005-04-191-22/+41
* Performance improvement in [clock] - FR 1182459Kevin B Kenny2005-04-131-4/+4
* bugs 1090413, 1092789 fixedKevin B Kenny2004-12-291-8/+13
* * library/clock.tcl: Corrected the regular expressions that matchKevin B Kenny2004-11-301-7/+9
* remove knownBugs from clock tests by fixing themKevin B Kenny2004-11-031-3/+9
* fixes for Bug 1054101Kevin B Kenny2004-10-261-2/+4
* * library/auto.tcl Purged Tcl's script library of alldgp2004-10-251-41/+31
* * library/clock.tcl: Fixed a typo where the fallback time zoneKevin B Kenny2004-10-221-4/+4
* doubled speed of clock formatKevin B Kenny2004-10-211-274/+208
* many more TIP 173 changesKevin B Kenny2004-09-271-123/+310
* fixed a bug where %z was always positive in :localtimeKevin B Kenny2004-09-101-5/+6
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-10/+14
* * library/clock.tcl (format): Changed default timezone format Kevin B Kenny2004-08-191-2/+2
* unbreak Win build after TIP#173 and TIP#209 commitKevin B Kenny2004-08-181-23/+65
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-0/+4874