| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected case of trap pattern | dkf | 2010-02-09 | 1 | -2/+2 |
|
|
* | Undo Jan's needless vandalism. | dkf | 2009-11-19 | 1 | -9/+11 |
|
|
* | Eliminate "then" keyword | nijtmans | 2009-11-18 | 1 | -78/+78 |
|
|
* | * library/clock.tcl (LocalizeFormat): | Kevin B Kenny | 2009-10-29 | 1 | -16/+20 |
|
|
* | * library/clock.tcl (ParseClockScanFormat): | Kevin B Kenny | 2009-10-27 | 1 | -11/+21 |
|
|
* | * library/clock.tcl (ProcessPosixTimeZone): | Kevin B Kenny | 2009-10-24 | 1 | -3/+11 |
|
|
* | Clarify code by using [try] instead of [catch] in a few places | dkf | 2009-07-24 | 1 | -557/+426 |
|
|
* | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -2/+2 |
|
|
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -3/+3 |
|
|
* | Document new DST fallback rules. | nijtmans | 2008-12-12 | 1 | -3/+3 |
|
|
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -7/+26 |
|
|
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -3/+5 |
|
|
* | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ | das | 2008-11-01 | 1 | -2/+2 |
|
|
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -7/+8 |
|
|
* | * generic/tclClock.c (ClockParseformatargsObjCmd): | Kevin B Kenny | 2008-02-06 | 1 | -111/+51 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * library/clock.tcl (ParseClockScanFormat): Modified code to allow | Kevin B Kenny | 2007-08-25 | 1 | -19/+22 |
|
|
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase' | Kevin B Kenny | 2007-04-20 | 1 | -3/+2 |
|
|
* | * library/clock.tcl: Fixed the naming of | Kevin B Kenny | 2007-04-17 | 1 | -4/+4 |
|
|
* | * generic/tclCompCmds.c: added a cast to silence a compiler | Kevin B Kenny | 2007-04-15 | 1 | -12/+13 |
|
|
* | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to | Kevin B Kenny | 2007-03-09 | 1 | -5/+21 |
|
|
* | * library/clock.tcl: Further tweaks to the Windows time zone table | Kevin B Kenny | 2007-03-08 | 1 | -80/+114 |
|
|
* | New US DST rules on Windows; Olson's tzdata2007c | Kevin B Kenny | 2007-03-07 | 1 | -10/+20 |
|
|
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 1 | -5/+5 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 1 | -3/+5 |
|
|
* | * library/tzdata: Regenerated, including several new files, | Kevin B Kenny | 2006-08-24 | 1 | -21/+3 |
|
|
* | Added missing braces to validation code | dkf | 2006-08-14 | 1 | -2/+2 |
|
|
* | Bug 1426279 | Kevin B Kenny | 2006-07-31 | 1 | -14/+55 |
|
|
* | Fixed Bug 1494664 | Kevin B Kenny | 2006-07-30 | 1 | -3/+3 |
|
|
* | Fixed Bug 1505383 | Kevin B Kenny | 2006-07-30 | 1 | -3/+3 |
|
|
* | fix for Martin Lemburg's DST conversion bug. | Kevin B Kenny | 2006-04-19 | 1 | -6/+6 |
|
|
* | Corrected bugs in tommath installation, improved tommath square root performa... | Kevin B Kenny | 2005-12-27 | 1 | -2/+2 |
|
|
* | another puny speedup - no error thrown from ::tcl::clock::getenv | Kevin B Kenny | 2005-12-02 | 1 | -3/+3 |
|
|
* | another little speedup to [clock format] | Kevin B Kenny | 2005-12-02 | 1 | -4/+7 |
|
|
* | Bug 1371446 plus buildability on ancient Solaris | Kevin B Kenny | 2005-12-02 | 1 | -12/+12 |
|
|
* | another [clock format] performance boost - precompile formats | Kevin B Kenny | 2005-12-01 | 1 | -327/+446 |
|
|
* | remove redundant [mc] calls in [clock] | Kevin B Kenny | 2005-12-01 | 1 | -18/+32 |
|
|
* | remove redundant [mc] calls in [clock] | Kevin B Kenny | 2005-12-01 | 1 | -48/+62 |
|
|
* | code rationalization - eliminate some duplication between Tcl and C | Kevin B Kenny | 2005-11-30 | 1 | -175/+27 |
|
|
* | make [clock format] go faster | Kevin B Kenny | 2005-11-29 | 1 | -584/+94 |
|
|
* | Bug 1298737 | Kevin B Kenny | 2005-11-04 | 1 | -1/+4 |
|
|
* | added /usr/lib/zoneinfo for antique glibc | Kevin B Kenny | 2005-08-12 | 1 | -1/+2 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -16/+41 |
|
|
* | Bug 1237907 | Kevin B Kenny | 2005-07-15 | 1 | -6/+24 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | fixed Bug 1185933 | Kevin B Kenny | 2005-04-19 | 1 | -22/+41 |
|
|
* | Performance improvement in [clock] - FR 1182459 | Kevin B Kenny | 2005-04-13 | 1 | -4/+4 |
|
|
* | bugs 1090413, 1092789 fixed | Kevin B Kenny | 2004-12-29 | 1 | -8/+13 |
|
|
* | * library/clock.tcl: Corrected the regular expressions that match | Kevin B Kenny | 2004-11-30 | 1 | -7/+9 |
|
|
* | remove knownBugs from clock tests by fixing them | Kevin B Kenny | 2004-11-03 | 1 | -3/+9 |
|
|