summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | tweak error-messagesjan.nijtmans2021-02-181-8/+8
| | | * | | Merge 8.6jan.nijtmans2020-10-301-3/+3
| | | |\ \ \
| | | * \ \ \ Merge 8.6jan.nijtmans2020-10-121-14/+68
| | | |\ \ \ \
| | | * | | | | small amend to #21 allowing time without seconds part "hh:mm" as extended ISO...sebres2020-06-221-1/+13
| | | * | | | | optimized ISO 8601 timestamp (with extended formats, T literal is optional no...sebres2020-06-221-0/+8
| | | * | | | | added test-cases illustrating bug #21: literal may be mistakenly recognized a...sebres2020-06-221-0/+39
| | | * | | | | more tests time-zone independentsebres2020-06-221-14/+15
| | | * | | | | merge 8.6sebres2020-06-221-41/+54
| | | |\ \ \ \ \
| | | * | | | | | simplification of new testssebres2020-06-221-10/+10
| | | * | | | | | added test case illustrating bug #20 - wrong relative clock calculation on ne...sebres2020-06-221-0/+18
| | | * | | | | | test case illustrating #19: some initialization of clock.tcl (locale/msgcat, ...sebres2020-06-221-0/+14
| | | * | | | | | small amend to [3bec82b72c] (sebres/tclclockmod#18): test cases extended to c...sebres2019-07-151-7/+13
| | | * | | | | | Fixes sebres/tclclockmod#18 (Fails to parse short month name for June); sebres2019-07-151-1/+25
| | | * | | | | | merge 8.6sebres2019-07-151-10/+12
| | | |\ \ \ \ \ \
| | | * | | | | | | scan: all JDN/JD are signed, so allow parse negative Julian dayssebres2019-03-131-0/+11
| | | * | | | | | | format: add support of new JDN-tokens (calendar JD `%EJ`, astronomical JD `%E...sebres2019-03-131-51/+51
| | | * | | | | | | scan: extended with token `%EJ` to scan calendar julian day with time fractio...sebres2019-03-131-6/+24
| | | * | | | | | | implemented scan of astronomical julian day (JDN/ID) with token `%Ej`, corres...sebres2019-03-131-0/+69
| | | * | | | | | | format: fix padding on output of julian day token `%J`: restored tcl-core com...sebres2019-01-251-16/+38
| | | * | | | | | | fixes [16e4fc3096] julian day calculation (mostly affected for very small tim...sebres2019-01-251-0/+56
| | | * | | | | | | merge 8.6sebres2019-01-101-36/+44
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | test-cases: clock-45.* - new compatibility tests checking several scan regres...sebres2018-11-291-2/+43
| | | * | | | | | | | scan: new tests for validation rules: invalid time (DST-hole, out of range in...sebres2018-10-051-0/+62
| | | * | | | | | | | revert explicit adding of validity mode suffix in all test-cases: used wrappe...sebres2018-05-291-8591/+8601
| | | * | | | | | | | conditional test-call rewritten: realized via tests\clock-ivm.test to cover i...sebres2018-05-291-14/+7
| | | * | | | | | | | validation rules: extended for day of year (and test covered now)sebres2018-05-291-0/+14
| | | * | | | | | | | validation rules ready for scan/freescan; test cases extended; code review an...sebres2018-05-291-8601/+8770
| | | * | | | | | | | try to re-implement validation rules for `clock scan` (option `-valid 1|0`), ...sebres2018-05-291-1/+1
| | | * | | | | | | | Merge branch 'freescan_tz_fix'sebres2018-05-291-0/+94
| | | * | | | | | | | follow http://core.tcl.tk/tcl/info/a3463a55a6a27eed: Historical change affect...sebres2018-05-291-118/+3
| | | * | | | | | | | fixed test-cases (regardless the current time zone)sebres2018-05-291-4/+4
| | | * | | | | | | | FreeScan: rewritten lexer rules and some tokens for better space recognition;...sebres2018-05-291-2/+34
| | | * | | | | | | | try to fix GMT+0000, etc. **still wrong**, because of "GMT+1" and because of ...sebres2018-05-291-0/+22
| | | * | | | | | | | FreeScan: repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59:...sebres2018-05-291-0/+40
| | | * | | | | | | | generic\tclStrIdxTree.c: bug fix (lost abbreviation), if tree will be built f...sebres2018-05-291-0/+23
| | | * | | | | | | | fixed test case clock-0.1 "auto-loading of ensemble and stubs on demand" - ma...sebres2018-05-291-1/+3
| | | * | | | | | | | fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test ca...sebres2017-08-081-6/+13
| | | * | | | | | | | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' ...sebres2017-06-071-10/+12
| | | * | | | | | | | Clock options should be alphabetica (so "-base" first). Struct members should...jan.nijtmans2017-06-071-3/+3
| | | * | | | | | | | [win32] repair clock using system timezone (default :localtime) resp. locale ...sebres2017-06-021-12/+2
| | | * | | | | | | | [win32] repair clock test-cases for windows, using system locale / TZ :localt...sebres2017-06-021-3/+12
| | | * | | | | | | | Fixed stardate format: be sure positive after decimal point (note: clock-valu...sebres2017-05-121-15/+36
| | | * | | | | | | | auto-loading of ensemble and stubs on demand only (+ test covered now, see cl...sebres2017-05-111-0/+21
| | | * | | | | | | | Fixed possible wrong current date for CET / CEST test cases.sebres2017-05-101-3/+12
| | | * | | | | | | | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::f...sebres2017-05-101-0/+4
| | | * | | | | | | | clock.test normalized (compared with trunk)sebres2017-05-101-40/+95
| | | * | | | | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-101-44/+322
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | amend lost changes after rebase to fossilsebres2017-01-101-0/+1
| | | | * | | | | | | | "clock add" rewritten in C, using common functionality of "clock scan" (and f...sebres2017-01-101-3/+14
| | | | * | | | | | | | another way to make greedy search more precise, some greedy matches are fixed...sebres2017-01-101-7/+34