| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | | | | | | | | amend to [98a00c62b4798792]: fixed sort of the tests | sebres | 2018-05-30 | 1 | -2/+2 |
|
|
| | | | * | | | | | | | | back-porting of tclclockmod done, merge current 8.6 | sebres | 2018-05-29 | 233 | -9191/+11220 |
| | | | |\ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | fixed ticket [dc69e5ecf04313429fd202b1906cd85bb7888f95]: missing zones AKST/AKDT | sebres | 2018-05-29 | 3 | -0/+6 |
|
|
| | | | * | | | | | | | | | forgotten flag "CLF_DAYOFWEEK" in one case, where day of week is set | sebres | 2018-05-29 | 2 | -5/+7 |
|
|
| | | | * | | | | | | | | | revert explicit adding of validity mode suffix in all test-cases: used wrappe... | sebres | 2018-05-29 | 1 | -8591/+8601 |
|
|
| | | | * | | | | | | | | | tests: sort test-files without extension (e. g. "clock" before "clock-ivm"). | sebres | 2018-05-29 | 1 | -1/+14 |
|
|
| | | | * | | | | | | | | | conditional test-call rewritten: realized via tests\clock-ivm.test to cover i... | sebres | 2018-05-29 | 2 | -14/+15 |
|
|
| | | | * | | | | | | | | | fixed week-based calculation if neither mmdd nor ddd available; | sebres | 2018-05-29 | 2 | -3/+11 |
|
|
| | | | * | | | | | | | | | validation rules: extended for day of year (and test covered now) | sebres | 2018-05-29 | 4 | -37/+69 |
|
|
| | | | * | | | | | | | | | amend after rebase to master: follow rename yyDayNumber to yyDayOfWeek | sebres | 2018-05-29 | 2 | -2/+2 |
|
|
| | | | * | | | | | | | | | validation rules ready for scan/freescan; test cases extended; code review an... | sebres | 2018-05-29 | 6 | -8686/+9001 |
|
|
| | | | * | | | | | | | | | first simple validation rules introduced | sebres | 2018-05-29 | 1 | -0/+71 |
|
|
| | | | * | | | | | | | | | try to re-implement validation rules for `clock scan` (option `-valid 1|0`), ... | sebres | 2018-05-29 | 3 | -7/+50 |
|
|
| | | | * | | | | | | | | | 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 performance test-cases: several test-cases repaired to be feasible usin... | sebres | 2018-05-29 | 1 | -5/+12 |
|
|
| | | | * | | | | | | | | | 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 | 3 | -230/+507 |
|
|
| | | | * | | | | | | | | | Apply Flightaware DST fix | sebres | 2018-05-29 | 1 | -2/+2 |
|
|
| | | | * | | | | | | | | | try to fix GMT+0000, etc. **still wrong**, because of "GMT+1" and because of ... | sebres | 2018-05-29 | 3 | -107/+147 |
|
|
| | | | * | | | | | | | | | FreeScan: repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59:... | sebres | 2018-05-29 | 3 | -164/+170 |
|
|
| | | | * | | | | | | | | | replace unneeded calculation of seconds of day (already available in field se... | sebres | 2018-05-29 | 1 | -3/+3 |
|
|
| | | | * | | | | | | | | | fixed multi-threaded race condition, if the same format will be first time us... | sebres | 2018-05-29 | 1 | -33/+57 |
|
|
| | | | * | | | | | | | | | code review and cleanup (remove unused code) | sebres | 2018-05-29 | 1 | -39/+3 |
|
|
| | | | * | | | | | | | | | code review and cleanup (remove unused code) | sebres | 2018-05-29 | 4 | -189/+4 |
|
|
| | | | * | | | | | | | | | Added max permitted threshold (buffer size > result size) in percent, to dire... | sebres | 2018-05-29 | 2 | -2/+7 |
|
|
| | | | * | | | | | | | | | further optimization: better cache for GMT-timezone + minimize (re)allocation... | sebres | 2018-05-29 | 3 | -27/+73 |
|
|
| | | | * | | | | | | | | | code review: micro optimizations | sebres | 2018-05-29 | 1 | -8/+10 |
|
|
| | | | * | | | | | | | | | generic\tclStrIdxTree.c: bug fix (lost abbreviation), if tree will be built f... | sebres | 2018-05-29 | 2 | -1/+25 |
|
|
| | | | * | | | | | | | | | performance: GetMonthDay re-implemented using most faster algorithm (without ... | sebres | 2018-05-29 | 1 | -4/+20 |
|
|
| | | | * | | | | | | | | | try to resolve warnings by some forwards declarations: redefinition of typede... | sebres | 2018-05-29 | 1 | -6/+7 |
|
|
| | | | * | | | | | | | | | fixed test case clock-0.1 "auto-loading of ensemble and stubs on demand" - ma... | sebres | 2018-05-29 | 1 | -1/+3 |
|
|
| | | | * | | | | | | | | | Initialize prevf to fix (used before set) warning.
| sebres | 2018-05-29 | 1 | -1/+1 |
|
|
| | | | * | | | | | | | | | tests-perf\test-performance.tcl: ported from sebres-8-6-event-perf-branch (co... | sebres | 2018-05-29 | 2 | -101/+141 |
|
|
| | | | * | | | | | | | | | Merge core-8-6-branch (execpt file win/makefile.vc) | dgp | 2017-10-20 | 79 | -1459/+2237 |
| | | | |\ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test ca... | sebres | 2017-08-08 | 4 | -93/+108 |
|
|
| | | | * | | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 4 | -8/+8 |
| | | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' ... | sebres | 2017-06-07 | 2 | -33/+44 |
|
|
| | | | * | | | | | | | | | | | Clock options should be alphabetica (so "-base" first). Struct members should... | jan.nijtmans | 2017-06-07 | 4 | -320/+312 |
|
|
| | | | * | | | | | | | | | | | Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObj... | jan.nijtmans | 2017-06-07 | 7 | -48/+32 |
|
|
| | | | * | | | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 4 | -39/+75 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | removing "-compile" option on ensembles - allow to compile tcl-internal ensem... | sebres | 2017-06-02 | 2 | -13/+7 |
|
|
| | | | * | | | | | | | | | | | | restored lost documentation of "timerate" | sebres | 2017-06-02 | 0 | -0/+0 |
|
|
| | | | * | | | | | | | | | | | | amend fix default locale, (fixed everywhere - no current locale anymore for d... | sebres | 2017-06-02 | 2 | -6/+4 |
|
|
| | | | * | | | | | | | | | | | | unix/makefile: add header dependencies | sebres | 2017-06-02 | 1 | -4/+5 |
|
|
| | | | * | | | | | | | | | | | | extends performance test cases for converting between locales / TZ, for multi... | sebres | 2017-06-02 | 1 | -0/+64 |
|
|
| | | | * | | | | | | | | | | | | fix default locale: differentiate between no locale specified or "C" (en) and... | sebres | 2017-06-02 | 3 | -22/+55 |
|
|
| | | | * | | | | | | | | | | | | [win32] repair clock using system timezone (default :localtime) resp. locale ... | sebres | 2017-06-02 | 2 | -13/+11 |
|
|
| | | | * | | | | | | | | | | | | close small performance degradation if alternate between two time zones (e. g... | sebres | 2017-06-02 | 2 | -98/+161 |
|
|
| | | | * | | | | | | | | | | | | close small performance degradation if alternate between two locales (e. g. c... | sebres | 2017-06-02 | 2 | -22/+83 |
|
|