summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
Commit message (Expand)AuthorAgeFilesLines
* "clock add" rewritten in C, using common functionality of "clock scan" (and f...sebres2017-01-101-1/+1
* code review and inline documentationsebres2017-01-101-7/+0
* Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo...sebres2017-01-101-1/+1
* [unix] build for *nix fixed, code clean-ups; missing declarations; unused var...sebres2017-01-101-39/+41
* another way to make greedy search more precise, some greedy matches are fixed...sebres2017-01-101-2/+5
* some greedy matches are fixed (see test cases clock-6.22.11 and clock-6.22.12...sebres2017-01-101-0/+2
* several missing scan tokens added, test cases extended and fixed;sebres2017-01-101-3/+13
* porting of clock format completed; all clock test cases passedsebres2017-01-101-0/+9
* [temp-commit]: format almost ready (missing some tokens), sprintf replaced wi...sebres2017-01-101-0/+4
* [temp-commit]: format almost ready (missing some tokens)sebres2017-01-101-27/+48
* min length of %Y token (year with century) is 4, optional tokens possibility ...sebres2017-01-101-0/+1
* other locale scan token switched from list seek to index tree + list search c...sebres2017-01-101-4/+4
* locale months scan switched to from list seek to index tree; bug fixingsebres2017-01-101-2/+2
* string index tree for fast greedy search of the string (index) by unique stri...sebres2017-01-101-19/+3
* cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco...sebres2017-01-101-4/+24
* estimate token count by % char and format length (don't use fix TOK_CHAIN_BLO...sebres2017-01-101-1/+1
* small optimization (determine min/max length, end distance, etc.)sebres2017-01-101-1/+2
* clock scan almost ready (currently test-case covered tokens only), test cases...sebres2017-01-101-5/+11
* repaired system/current locale caching (also for legacy clock format) and leg...sebres2017-01-101-8/+8
* scan format: several tokens implemented, bug fixing and code review;sebres2017-01-101-2/+19
* %j token as day of year; clear flags implemented (to provide last-wins functi...sebres2017-01-101-10/+12
* improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-3/+49
* improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-4/+6
* l10n (with caching) implemented, msgcat package optimized, code review, etc.sebres2017-01-101-3/+42
* [temp-commit]: not readysebres2017-01-101-1/+31
* several initialize and finalize facilitiessebres2017-01-101-1/+13
* amend for caching of UTC2Local / Local2UTC:sebres2017-01-101-7/+7
* [temp-commit]: code review, DST-hole mistake by scan with relative time resol...sebres2017-01-101-3/+81
* [temp-commit]: clock scan tokenizer logic ready (still needs many rules)sebres2017-01-101-31/+57
* [temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of tclS...sebres2017-01-101-32/+61
* [temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE incompat...sebres2017-01-101-7/+56
* [temp-commit]: tclClockFmt.c - 1st trysebres2017-01-101-1/+43
* [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass...sebres2017-01-101-3/+10
* [temp-commit]: clock scan with several optimization porting, still not-readysebres2017-01-101-0/+77