summaryrefslogtreecommitdiffstats
path: root/library/clock.tcl
Commit message (Expand)AuthorAgeFilesLines
* * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-271-7/+8
* * generic/tclClock.c (ClockParseformatargsObjCmd):Kevin B Kenny2008-02-061-111/+51
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-251-19/+22
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-3/+2
* * library/clock.tcl: Fixed the naming ofKevin B Kenny2007-04-171-4/+4
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-12/+13
* * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance toKevin B Kenny2007-03-091-5/+21
* * library/clock.tcl: Further tweaks to the Windows time zone tableKevin B Kenny2007-03-081-80/+114
* New US DST rules on Windows; Olson's tzdata2007cKevin B Kenny2007-03-071-10/+20
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-5/+5
* * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-3/+5
* * library/tzdata: Regenerated, including several new files,Kevin B Kenny2006-08-241-21/+3
* Added missing braces to validation codedkf2006-08-141-2/+2
* Bug 1426279Kevin B Kenny2006-07-311-14/+55
* Fixed Bug 1494664Kevin B Kenny2006-07-301-3/+3
* Fixed Bug 1505383Kevin B Kenny2006-07-301-3/+3
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-6/+6
* 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