| Commit message (Expand) | Author | Age | Files | Lines |
* | code review and inline documentation | sebres | 2017-01-11 | 1 | -27/+296 |
|
|
* | code review and inline documentation | sebres | 2017-01-10 | 1 | -0/+3 |
|
|
* | [unix] resolving of several warnings (gcc 5.x): | sebres | 2017-01-10 | 1 | -18/+18 |
|
|
* | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var... | sebres | 2017-01-10 | 1 | -14/+17 |
|
|
* | another way to make greedy search more precise, some greedy matches are fixed... | sebres | 2017-01-10 | 1 | -88/+185 |
|
|
* | some greedy matches are fixed (see test cases clock-6.22.11 and clock-6.22.12... | sebres | 2017-01-10 | 1 | -43/+78 |
|
|
* | small code review, performance test cases ready. | sebres | 2017-01-10 | 1 | -3/+3 |
|
|
* | several missing scan tokens added, test cases extended and fixed; | sebres | 2017-01-10 | 1 | -34/+140 |
|
|
* | porting of clock format completed; all clock test cases passed | sebres | 2017-01-10 | 1 | -137/+374 |
|
|
* | [temp-commit]: format almost ready (missing some tokens), sprintf replaced wi... | sebres | 2017-01-10 | 1 | -42/+152 |
|
|
* | [temp-commit]: format almost ready (missing some tokens) | sebres | 2017-01-10 | 1 | -129/+582 |
|
|
* | min length of %Y token (year with century) is 4, optional tokens possibility ... | sebres | 2017-01-10 | 1 | -10/+30 |
|
|
* | other locale scan token switched from list seek to index tree + list search c... | sebres | 2017-01-10 | 1 | -17/+27 |
|
|
* | locale months scan switched to from list seek to index tree; bug fixing | sebres | 2017-01-10 | 1 | -10/+13 |
|
|
* | lowercase on demand, string index tree can search any-case now, clock scan co... | sebres | 2017-01-10 | 1 | -10/+7 |
|
|
* | string index tree for fast greedy search of the string (index) by unique stri... | sebres | 2017-01-10 | 1 | -277/+167 |
|
|
* | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco... | sebres | 2017-01-10 | 1 | -1/+286 |
|
|
* | estimate token count by % char and format length (don't use fix TOK_CHAIN_BLO... | sebres | 2017-01-10 | 1 | -5/+21 |
|
|
* | small optimization (determine min/max length, end distance, etc.) | sebres | 2017-01-10 | 1 | -4/+30 |
|
|
* | clock scan almost ready (currently test-case covered tokens only), test cases... | sebres | 2017-01-10 | 1 | -5/+49 |
|
|
* | bug fix by match word token (FindWordEnd fixed); | sebres | 2017-01-10 | 1 | -3/+3 |
|
|
* | repaired system/current locale caching (also for legacy clock format) and leg... | sebres | 2017-01-10 | 1 | -1/+3 |
|
|
* | scan format: several tokens implemented, bug fixing and code review; | sebres | 2017-01-10 | 1 | -52/+332 |
|
|
* | %j token as day of year; clear flags implemented (to provide last-wins functi... | sebres | 2017-01-10 | 1 | -22/+26 |
|
|
* | seconds token (%s) take precedence over all other tokens | sebres | 2017-01-10 | 1 | -25/+31 |
|
|
* | list index logic optimized regarding greedy search (don't stop by first found... | sebres | 2017-01-10 | 1 | -2/+13 |
|
|
* | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -80/+149 |
|
|
* | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -21/+54 |
|
|
* | l10n (with caching) implemented, msgcat package optimized, code review, etc. | sebres | 2017-01-10 | 1 | -82/+111 |
|
|
* | [temp-commit]: not ready | sebres | 2017-01-10 | 1 | -53/+266 |
|
|
* | several initialize and finalize facilities | sebres | 2017-01-10 | 1 | -5/+21 |
|
|
* | [temp-commit]: code review, DST-hole mistake by scan with relative time resol... | sebres | 2017-01-10 | 1 | -39/+181 |
|
|
* | [temp-commit]: clock scan tokenizer logic ready (still needs many rules) | sebres | 2017-01-10 | 1 | -31/+187 |
|
|
* | [temp-commit]: rewrite scan token map handling | sebres | 2017-01-10 | 1 | -21/+81 |
|
|
* | [temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE incompat... | sebres | 2017-01-10 | 1 | -12/+105 |
|
|
* | [temp-commit]: tclClockFmt.c - 1st try | sebres | 2017-01-10 | 1 | -0/+417 |
|
|