| Commit message (Expand) | Author | Age | Files | Lines |
* | code review and cleanup (remove unused code) | sebres | 2018-05-29 | 1 | -2/+1 |
|
|
* | further optimization: better cache for GMT-timezone + minimize (re)allocation... | sebres | 2018-05-29 | 1 | -7/+21 |
|
|
* | code review: micro optimizations | sebres | 2018-05-29 | 1 | -8/+10 |
|
|
* | performance: GetMonthDay re-implemented using most faster algorithm (without ... | sebres | 2018-05-29 | 1 | -4/+20 |
|
|
* | fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test ca... | sebres | 2017-08-08 | 1 | -20/+26 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
|\ |
|
| * | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica... | jan.nijtmans | 2017-06-07 | 1 | -16/+13 |
|
|
* | | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' ... | sebres | 2017-06-07 | 1 | -23/+32 |
|
|
* | | Clock options should be alphabetica (so "-base" first). Struct members should... | jan.nijtmans | 2017-06-07 | 1 | -278/+271 |
|
|
* | | Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObj... | jan.nijtmans | 2017-06-07 | 1 | -14/+16 |
|
|
* | | amend fix default locale, (fixed everywhere - no current locale anymore for d... | sebres | 2017-06-02 | 1 | -2/+3 |
|
|
* | | fix default locale: differentiate between no locale specified or "C" (en) and... | sebres | 2017-06-02 | 1 | -20/+50 |
|
|
* | | close small performance degradation if alternate between two time zones (e. g... | sebres | 2017-06-02 | 1 | -95/+156 |
|
|
* | | close small performance degradation if alternate between two locales (e. g. c... | sebres | 2017-06-02 | 1 | -20/+77 |
|
|
* | | Removed public interface to create smart-pointer to dictionaries "dict smartr... | sebres | 2017-06-02 | 1 | -14/+31 |
|
|
* | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 1 | -88/+88 |
|
|
* | | small code review: resolves several warning on some compilers | sebres | 2017-05-30 | 1 | -3/+3 |
|
|
* | | small amend with forgetten static keyword by option | sebres | 2017-05-16 | 1 | -1/+1 |
|
|
* | | optimized special case "-now" of base (by scan or add) or clock value (by for... | sebres | 2017-05-16 | 1 | -4/+9 |
|
|
* | | fixes lost indentation during back-porting | sebres | 2017-05-11 | 1 | -18/+18 |
|
|
* | | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::f... | sebres | 2017-05-10 | 1 | -7/+7 |
|
|
* | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co... | sebres | 2017-05-10 | 1 | -33/+33 |
|
|
* | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to... | sebres | 2017-05-10 | 1 | -245/+2261 |
|\ \ |
|
| * \ | merge sebres-trunk-timerate | sebres | 2017-02-09 | 1 | -7/+2 |
| |\ \ |
|
| * | | | code review and inline documentation | sebres | 2017-01-11 | 1 | -0/+27 |
|
|
| * | | | small amend (reset have rel flag) | sebres | 2017-01-10 | 1 | -0/+2 |
|
|
| * | | | "clock add" rewritten in C, using common functionality of "clock scan" (and f... | sebres | 2017-01-10 | 1 | -231/+504 |
|
|
| * | | | code review and inline documentation | sebres | 2017-01-10 | 1 | -15/+247 |
|
|
| * | | | [unix] resolving of several warnings (gcc 5.x): | sebres | 2017-01-10 | 1 | -4/+4 |
|
|
| * | | | Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo... | sebres | 2017-01-10 | 1 | -2/+1 |
|
|
| * | | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var... | sebres | 2017-01-10 | 1 | -5/+1 |
|
|
| * | | | small code review, performance test cases ready. | sebres | 2017-01-10 | 1 | -1/+1 |
|
|
| * | | | several missing scan tokens added, test cases extended and fixed; | sebres | 2017-01-10 | 1 | -8/+8 |
|
|
| * | | | porting of clock format completed; all clock test cases passed | sebres | 2017-01-10 | 1 | -7/+23 |
|
|
| * | | | [temp-commit]: format almost ready (missing some tokens), sprintf replaced wi... | sebres | 2017-01-10 | 1 | -2/+1 |
|
|
| * | | | [temp-commit]: format almost ready (missing some tokens) | sebres | 2017-01-10 | 1 | -14/+14 |
|
|
| * | | | string index tree for fast greedy search of the string (index) by unique stri... | sebres | 2017-01-10 | 1 | -38/+36 |
|
|
| * | | | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco... | sebres | 2017-01-10 | 1 | -73/+192 |
|
|
| * | | | repaired system/current locale caching (also for legacy clock format) and leg... | sebres | 2017-01-10 | 1 | -11/+69 |
|
|
| * | | | scan format: several tokens implemented, bug fixing and code review; | sebres | 2017-01-10 | 1 | -11/+14 |
|
|
| * | | | %j token as day of year; clear flags implemented (to provide last-wins functi... | sebres | 2017-01-10 | 1 | -21/+65 |
|
|
| * | | | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -97/+1 |
|
|
| * | | | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -3/+61 |
|
|
| * | | | l10n (with caching) implemented, msgcat package optimized, code review, etc. | sebres | 2017-01-10 | 1 | -162/+286 |
|
|
| * | | | [temp-commit]: not ready | sebres | 2017-01-10 | 1 | -26/+141 |
|
|
| * | | | several initialize and finalize facilities | sebres | 2017-01-10 | 1 | -7/+9 |
|
|
| * | | | amend for caching of UTC2Local / Local2UTC: | sebres | 2017-01-10 | 1 | -40/+64 |
|
|
| * | | | [temp-commit]: code review, DST-hole mistake by scan with relative time resol... | sebres | 2017-01-10 | 1 | -156/+238 |
|
|
| * | | | [temp-commit]: clock scan tokenizer logic ready (still needs many rules) | sebres | 2017-01-10 | 1 | -16/+53 |
|
|
| * | | | [temp-commit]: rewrite scan token map handling | sebres | 2017-01-10 | 1 | -0/+2 |
|
|