summaryrefslogtreecommitdiffstats
path: root/generic/tclClockFmt.c
Commit message (Expand)AuthorAgeFilesLines
* 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