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