summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | * tzdata used internally only (because cached, replaced with timezone object as parameter for several functions) * small improvement (don't need to convert UTC to UTC)
* [temp-commit]: code review, DST-hole mistake by scan with relative time ↵sebres2017-01-101-3/+81
| | | | | | resolved; caching of UTC2Local / Local2UTC cherry picked
* [temp-commit]: clock scan tokenizer logic ready (still needs many rules)sebres2017-01-101-31/+57
| | | | caching extended (currentYearCentury, yearOfCenturySwitch, lastBaseDate ...)
* [temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of ↵sebres2017-01-101-32/+61
| | | | | | | tclSE incompatible facilities) Prepared for common usage of both scan commands - free scan / scan with format (currently faked via eval to __org_scan); test cases passed.
* [temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE ↵sebres2017-01-101-7/+56
| | | | | | incompatible facilities) Prepared for common usage of scan command (free scan / format scan)
* [temp-commit]: tclClockFmt.c - 1st trysebres2017-01-101-1/+43
| | | | using "timerate" instead "time" by performance measurement tests (more precise and fixed time, so no switch of factor expected)
* [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case ↵sebres2017-01-101-3/+10
| | | | | | | passed + several new test-cases for bug fixing implemented here; environment epoch ported, several fixes for the time zone / tzdata caching ported; mem-leak fix + memory leak test cases passed
* [temp-commit]: clock scan with several optimization porting, still not-readysebres2017-01-101-0/+77