summaryrefslogtreecommitdiffstats
path: root/library/clock.tcl
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-10-121-2/+2
|\
| * opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-2/+2
* | optimizes locale cache: locale is case-sensitive key; simplifying format loca...sebres2020-06-231-47/+41
* | merge 8.6sebres2020-06-221-1/+1
|\ \ | |/
| * Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-171-1/+1
| |\
| | * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-1/+1
| | * Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove som...jan.nijtmans2015-09-301-84/+84
* | | windows: small amend (speedup _hasRegistry in positive case)sebres2020-06-221-5/+6
* | | close #19: implements safe "catch" in clock NS - avoid overwrite of interp st...sebres2020-06-221-23/+32
* | | avoid change of interp state in ::tcl::clock::LocalizeFormatsebres2020-06-221-6/+6
* | | fixed ticket [dc69e5ecf04313429fd202b1906cd85bb7888f95]: missing zones AKST/AKDTsebres2018-05-291-0/+2
* | | Apply Flightaware DST fixsebres2018-05-291-2/+2
* | | code review and cleanup (remove unused code)sebres2018-05-291-39/+3
* | | amend fix default locale, (fixed everywhere - no current locale anymore for d...sebres2017-06-021-4/+1
* | | fix default locale: differentiate between no locale specified or "C" (en) and...sebres2017-06-021-2/+3
* | | [win32] repair clock using system timezone (default :localtime) resp. locale ...sebres2017-06-021-1/+9
* | | Removed public interface to create smart-pointer to dictionaries "dict smartr...sebres2017-06-021-5/+3
* | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-8/+8
* | | [msgcat] revert changes of "msgcat" to previous state before clock-speedup, m...sebres2017-05-301-6/+92
* | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-101-2680/+160
|\ \ \ | |/ / |/| |
| * | amend lost changes after rebase to fossilsebres2017-01-101-0/+1
| * | "clock add" rewritten in C, using common functionality of "clock scan" (and f...sebres2017-01-101-328/+0
| * | clock.tcl: clean unused resp. obsolete commandssebres2017-01-101-2159/+5
| * | [temp-commit]: format almost ready (missing some tokens)sebres2017-01-101-1/+1
| * | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco...sebres2017-01-101-14/+0
| * | bug fix by match word token (FindWordEnd fixed);sebres2017-01-101-2/+6
| * | repaired system/current locale caching (also for legacy clock format) and leg...sebres2017-01-101-11/+13
| * | scan format: several tokens implemented, bug fixing and code review;sebres2017-01-101-4/+33
| * | improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-7/+12
| * | improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-29/+54
| * | l10n (with caching) implemented, msgcat package optimized, code review, etc.sebres2017-01-101-27/+52
| * | amend for caching of UTC2Local / Local2UTC:sebres2017-01-101-17/+17
| * | [temp-commit]: code review, DST-hole mistake by scan with relative time resol...sebres2017-01-101-7/+6
| * | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass...sebres2017-01-101-3/+9
| * | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr...sebres2017-01-101-194/+4
| * | [temp-commit]: ClockFreeScan almost ready, test-performance cases mergedsebres2017-01-101-33/+42
| * | [temp-commit]: clock scan with several optimization porting, still not-readysebres2017-01-101-6/+13
| * | 1st try to rewrite clock in Csebres2017-01-101-2/+4
| * | Make sure that adding 0 weekdays doesn't result in going back in timegahr2016-02-231-0/+4
| * | [5f71353740] Support the "weekdays" unit in [clock add]gahr2016-02-171-4/+52
* | | Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
|/ /
* | Change "clock format -format %x -locale current" output on msgcat locale chan...oehhar2015-10-211-0/+36
* | "mcpackagelocale present" is more elegantoehhar2015-06-301-1/+1
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-291-98/+36
|\ \
| * | clock.tcl modified that all clock tests passoehhar2015-05-311-12/+5
| * | merge trunkoehhar2015-05-311-601/+493
| |\ \ | |/ / |/| |
| * | clock uses new msgcat featuresoehhar2012-09-201-575/+628
* | | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-4/+4
* | | Never guess non-existing timezone name "America/Brasilia" on Windows. Reporte...jan.nijtmans2013-08-111-1/+1
|\ \ \ | | |/ | |/|
| * | Never guess non-existing timezone name "America/Brasilia" on Windows. Reporte...jan.nijtmans2013-08-111-1/+1