Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | a time zone to allow for time zones specified as +HH or -HH. * tests/clock.test: Added regression test case for the above issue. | ||||
* | remove knownBugs from clock tests by fixing them | Kevin B Kenny | 2004-11-03 | 1 | -3/+9 |
| | |||||
* | fixes for Bug 1054101 | Kevin B Kenny | 2004-10-26 | 1 | -2/+4 |
| | |||||
* | * library/auto.tcl Purged Tcl's script library of all | dgp | 2004-10-25 | 1 | -41/+31 |
| | | | | | | | | | | | * library/clock.tcl remaining references to global vars * library/init.tcl ::errorInfo and ::errorCode. * generic/tclMain.c (Tcl_Main): Updated to make use of TclGetReturnOptions instead of ::errorInfo variable. * generic/tclInterp.c (tclInit): Bug fix. Access dict variables with [dict get], not array syntax. | ||||
* | * library/clock.tcl: Fixed a typo where the fallback time zone | Kevin B Kenny | 2004-10-22 | 1 | -4/+4 |
| | | | | | | | | | became ::localtime instead of :localtime. Fixed a bug where time zone names containing hyphens could not be loaded. Thanks to Todd M. Helfter <tmh@jumpgate.itsp.purdue.edu> for finding these bugs. * tests/clock.test: Added regression test cases that covers both bugs. | ||||
* | doubled speed of clock format | Kevin B Kenny | 2004-10-21 | 1 | -274/+208 |
| | |||||
* | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 1 | -123/+310 |
| | |||||
* | fixed a bug where %z was always positive in :localtime | Kevin B Kenny | 2004-09-10 | 1 | -5/+6 |
| | |||||
* | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | | | | | | | attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445] | ||||
* | * library/clock.tcl (format): Changed default timezone format | Kevin B Kenny | 2004-08-19 | 1 | -2/+2 |
| | | | | | | | from alphabetic to numeric to produce scannable times in more locales. * tests/clock.test (clock-37.1): Removed now-unused 'needPST' constraint and the comments that refer to it. | ||||
* | unbreak Win build after TIP#173 and TIP#209 commit | Kevin B Kenny | 2004-08-18 | 1 | -23/+65 |
| | |||||
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -0/+4874 |