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