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