| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/clock.tcl (LocalizeFormat): | Kevin B Kenny | 2009-10-29 | 1 | -1/+5 |
|
|
* | * library/clock.tcl (ParseClockScanFormat): | Kevin B Kenny | 2009-10-27 | 1 | -1/+14 |
|
|
* | * library/clock.tcl (ProcessPosixTimeZone): | Kevin B Kenny | 2009-10-24 | 1 | -1/+11 |
|
|
* | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -4/+39 |
|
|
* | make test case work, correct date of commit in ChangeLog | Kevin B Kenny | 2009-01-03 | 1 | -2/+3 |
|
|
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -1/+9 |
|
|
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -1/+23 |
|
|
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -1/+14 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -4/+4 |
|
|
* | 2006-06-17 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2008-06-17 | 1 | -1/+9 |
|
|
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): | Kevin B Kenny | 2008-04-14 | 1 | -1/+9 |
|
|
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -1/+37 |
|
|
* | * generic/tclClock.c (ClockParseformatargsObjCmd): | Kevin B Kenny | 2008-02-06 | 1 | -3/+7 |
|
|
* | 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 | -1/+40 |
|
|
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -5/+1 |
|
|
* | Fixed a buglet in recognizing time zone SIERRA | Kevin B Kenny | 2007-04-20 | 1 | -7/+3 |
|
|
* | * tests/clock.test (clock-59.1): Added a regression test for | Kevin B Kenny | 2007-04-20 | 1 | -1/+39 |
|
|
* | * tests/clock.test (clock-40.1, clock-58.1): Corrected a | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase' | Kevin B Kenny | 2007-04-20 | 1 | -1/+76 |
|
|
* | * generic/tclCompCmds.c: added a cast to silence a compiler | Kevin B Kenny | 2007-04-15 | 1 | -1/+9 |
|
|
* | Modified test initialisation to use the | Kevin B Kenny | 2007-03-09 | 1 | -2/+8 |
|
|
* | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to | Kevin B Kenny | 2007-03-09 | 1 | -1/+211 |
|
|
* | * library/clock.tcl: Further tweaks to the Windows time zone table | Kevin B Kenny | 2007-03-08 | 1 | -49/+178 |
|
|
* | New US DST rules on Windows; Olson's tzdata2007c | Kevin B Kenny | 2007-03-07 | 1 | -6/+6 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 1 | -3/+3 |
|
|
* | Bug 1567956 | Kevin B Kenny | 2006-10-01 | 1 | -3/+4 |
|
|
* | * library/tzdata: Regenerated, including several new files, | Kevin B Kenny | 2006-08-24 | 1 | -14/+23 |
|
|
* | Bug 1426279 | Kevin B Kenny | 2006-07-31 | 1 | -1/+40 |
|
|
* | Fixed Bug 1494664 | Kevin B Kenny | 2006-07-30 | 1 | -1/+19 |
|
|
* | Fixed Bug 1505383 | Kevin B Kenny | 2006-07-30 | 1 | -1770/+2299 |
|
|
* | fix for Martin Lemburg's DST conversion bug. | Kevin B Kenny | 2006-04-19 | 1 | -1/+14 |
|
|
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 1 | -3/+3 |
|
|
* | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -16/+11 |
|
|
* | Corrected bug in DST transition times for locales that specify transition in ... | Kevin B Kenny | 2005-11-28 | 1 | -1/+14 |
|
|
* | 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 |
|
|