| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed test cases for new US DST rules. | Kevin B Kenny | 2005-10-03 | 1 | -1120/+1122 |
|
|
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -22/+16 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -1/+14 |
|
|
* | Bug 1237907 | Kevin B Kenny | 2005-07-15 | 1 | -1/+55 |
|
|
* | 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 | -1/+13 |
|
|
* | bugs 1090413, 1092789 fixed | Kevin B Kenny | 2004-12-29 | 1 | -1/+25 |
|
|
* | * library/clock.tcl: Corrected the regular expressions that match | Kevin B Kenny | 2004-11-30 | 1 | -2/+6 |
|
|
* | remove knownBugs from clock tests by fixing them | Kevin B Kenny | 2004-11-03 | 1 | -9/+15 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -2/+2 |
|
|
* | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 1 | -4/+4 |
|
|
* | fixes for Bug 1054101 | Kevin B Kenny | 2004-10-26 | 1 | -1/+43 |
|
|
* | * library/clock.tcl: Fixed a typo where the fallback time zone | Kevin B Kenny | 2004-10-22 | 1 | -1/+23 |
|
|
* | * tests/clock.test (clock-34.*): Removed an antibug that forced | Kevin B Kenny | 2004-10-04 | 1 | -9/+9 |
|
|
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check | Kevin B Kenny | 2004-09-11 | 1 | -1/+21 |
|
|
* | fixed a bug where %z was always positive in :localtime | Kevin B Kenny | 2004-09-10 | 1 | -1/+21 |
|
|
* | * compat/strftime.c (_conv): Corrected a problem where hour 0 | Kevin B Kenny | 2004-09-08 | 1 | -1/+5 |
|
|
* | fixed clock-34.* to use same time zone on input and output | Kevin B Kenny | 2004-09-08 | 1 | -9/+9 |
|
|
* | * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where | Kevin B Kenny | 2004-09-08 | 1 | -1/+22 |
|
|
* | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -7/+22 |
|
|
* | Fixed bug in CET time spec - times change at 0100 Greenwuch, not local. | Kevin B Kenny | 2004-08-21 | 1 | -2/+2 |
|
|
* | * tests/clock.test (clock-38.1): Changed TZ setting to specify | Kevin B Kenny | 2004-08-21 | 1 | -2/+2 |
|
|
* | * library/clock.tcl (format): Changed default timezone format
| Kevin B Kenny | 2004-08-19 | 1 | -7/+30 |
|
|
* | unbreak Win build after TIP#173 and TIP#209 commit | Kevin B Kenny | 2004-08-18 | 1 | -2/+21 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -427/+34898 |
|
|
* | Sanitized another couple of uses of the environment. | Kevin B Kenny | 2004-07-10 | 1 | -15/+19 |
|
|
* | Added code to restore env(LC_TIME) after the test completes, silencing | Kevin B Kenny | 2004-07-10 | 1 | -1/+10 |
|
|
* | clock.test: Changed clock-2.11 so that it isn't an infinite loop when | Kevin B Kenny | 2004-07-10 | 1 | -3/+10 |
|
|
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -2/+2 |
|
|
* | * tests/clock.test: Commented clock-9.1 that the test will fail
| Kevin B Kenny | 2004-05-27 | 1 | -1/+6 |
|
|
* | * tests/clock.test: Added a single test for the presence of %G
| Kevin B Kenny | 2004-05-27 | 1 | -50/+57 |
|
|
* | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -2/+2 |
|
|
* | * compat/strftime.c (_fmt, ISO8601Week):
| Kevin B Kenny | 2004-05-18 | 1 | -148/+149 |
|
|
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -1/+22 |
|
|
* | Fix minor fault in [clock clicks] error message. | dkf | 2004-04-15 | 1 | -1/+4 |
|
|
* | * generic/tclGetDate.y (TclGetDate): Fix so that
| Kevin B Kenny | 2004-03-10 | 1 | -1/+158 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 1 | -33/+74 |
|
|
* | * generic/tclClock.c: Fixed a bug that incorrectly allowed
| Kevin B Kenny | 2003-02-01 | 1 | -1/+7 |
|
|
* | * generic/tclClock.c (FormatClock): Convert the format string to | rmax | 2002-07-05 | 1 | -1/+9 |
|
|
* | * unix/tclUnixTime.c: Make [clock format] respect locale settings. | rmax | 2002-06-26 | 1 | -1/+3 |
|
|
* | better qualified 9.1 constraint check for %s | hobbs | 2002-05-29 | 1 | -4/+7 |
|
|
* | * tests/clock.test: added clock-9.1 | hobbs | 2002-05-29 | 1 | -1/+14 |
|
|
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 1 | -2/+11 |
|
|
* | * tests/clock.test (clock-2.5): Adjust test so that it passes | mdejong | 2001-07-03 | 1 | -3/+3 |
|
|
* | tests/clock.test: corrected clock-2.* test numbering | hobbs | 2000-10-31 | 1 | -3/+3 |
|
|
* | * tests/clock.test: Added test for "2 days 2 hours ago" style | ericm | 2000-05-18 | 1 | -1/+6 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * tests/clock.test: Modified some tests that were not robust with | ericm | 2000-03-21 | 1 | -11/+14 |
|
|
* | * tests/clock.test: Added test for ISO bases < 100000 | ericm | 2000-02-28 | 1 | -1/+5 |
|
|
* | * tests/clock.test: Added tests for "next monthname" constructs. | ericm | 2000-02-09 | 1 | -12/+14 |
|
|