summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
Commit message (Expand)AuthorAgeFilesLines
...
* | * generic/tclClock.c (ClockParseformatargsObjCmd):Kevin B Kenny2008-02-061-3/+7
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-251-1/+40
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-5/+1
* | Fixed a buglet in recognizing time zone SIERRAKevin B Kenny2007-04-201-7/+3
* | * tests/clock.test (clock-59.1): Added a regression test forKevin B Kenny2007-04-201-1/+39
* | * tests/clock.test (clock-40.1, clock-58.1): Corrected aKevin B Kenny2007-04-201-3/+3
* | * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-1/+76
* | * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-1/+9
* | Modified test initialisation to use theKevin B Kenny2007-03-091-2/+8
* | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance toKevin B Kenny2007-03-091-1/+211
* | * library/clock.tcl: Further tweaks to the Windows time zone tableKevin B Kenny2007-03-081-49/+178
* | New US DST rules on Windows; Olson's tzdata2007cKevin B Kenny2007-03-071-6/+6
* | * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-3/+3
* | Bug 1567956Kevin B Kenny2006-10-011-3/+4
* | * library/tzdata: Regenerated, including several new files,Kevin B Kenny2006-08-241-14/+23
* | Bug 1426279Kevin B Kenny2006-07-311-1/+40
* | Fixed Bug 1494664Kevin B Kenny2006-07-301-1/+19
* | Fixed Bug 1505383Kevin B Kenny2006-07-301-1770/+2299
* | fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-1/+14
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-3/+3
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-16/+11
* | Corrected bug in DST transition times for locales that specify transition in ...Kevin B Kenny2005-11-281-1/+14
* | fixed test cases for new US DST rules.Kevin B Kenny2005-10-031-1120/+1122
* | fixed bad clock test, removed duplicated code in Tcl_FinalizeKevin B Kenny2005-08-171-22/+16
* | bug 1257830Kevin B Kenny2005-08-121-1/+14
* | Bug 1237907Kevin B Kenny2005-07-151-1/+55
* | 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-1/+13
* | bugs 1090413, 1092789 fixedKevin B Kenny2004-12-291-1/+25
* | * library/clock.tcl: Corrected the regular expressions that matchKevin B Kenny2004-11-301-2/+6
* | remove knownBugs from clock tests by fixing themKevin B Kenny2004-11-031-9/+15
* | Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-2/+2
* | * tests/clock.test: Correct duplicate test names.dgp2004-10-281-4/+4
* | fixes for Bug 1054101Kevin B Kenny2004-10-261-1/+43
* | * library/clock.tcl: Fixed a typo where the fallback time zoneKevin B Kenny2004-10-221-1/+23
* | * tests/clock.test (clock-34.*): Removed an antibug that forcedKevin B Kenny2004-10-041-9/+9
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-111-1/+21
* | fixed a bug where %z was always positive in :localtimeKevin B Kenny2004-09-101-1/+21
* | * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-1/+5
* | fixed clock-34.* to use same time zone on input and outputKevin B Kenny2004-09-081-9/+9
* | * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-081-1/+22
* | * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-7/+22
* | Fixed bug in CET time spec - times change at 0100 Greenwuch, not local.Kevin B Kenny2004-08-211-2/+2
* | * tests/clock.test (clock-38.1): Changed TZ setting to specifyKevin B Kenny2004-08-211-2/+2
* | * library/clock.tcl (format): Changed default timezone format Kevin B Kenny2004-08-191-7/+30
* | unbreak Win build after TIP#173 and TIP#209 commitKevin B Kenny2004-08-181-2/+21
* | TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-427/+34898
* | Sanitized another couple of uses of the environment.Kevin B Kenny2004-07-101-15/+19
* | Added code to restore env(LC_TIME) after the test completes, silencingKevin B Kenny2004-07-101-1/+10