| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-6-branch | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
|\ |
|
| * | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac... | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
| |\ |
|
| | * | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac... | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
|
|
| | * | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b. | jan.nijtmans | 2017-03-23 | 144 | -6717/+6328 |
|
|
* | | | Merge 8.6; Bump to TclOO 1.2.0. | dgp | 2017-06-26 | 1 | -22/+28 |
|\ \ \
| |/ / |
|
| * | | Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5a | dgp | 2017-06-26 | 1 | -22/+28 |
|
|
* | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 2 | -283/+2693 |
|\ \ \
| |/ / |
|
* | | | merge core-8-6-branch (except: the "timerate" command and the clock performan... | jan.nijtmans | 2017-05-31 | 4 | -147/+108 |
|\ \ \ |
|
| * | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 2 | -11/+11 |
|
|
| * | | | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang... | jan.nijtmans | 2017-05-31 | 1 | -11/+1 |
|
|
| * | | | [msgcat] revert changes of "msgcat" to previous state before clock-speedup, m... | sebres | 2017-05-30 | 2 | -126/+97 |
|
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / fl... | sebres | 2017-05-29 | 4 | -2774/+350 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | merge sebres-8-6-clock-speedup | sebres | 2017-05-15 | 1 | -1/+3 |
| | |\ \ \ |
|
| | | \ \ \ | |
| | | \ \ \ | |
| | *-. \ \ \ | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc... | sebres | 2017-05-11 | 212 | -7945/+7582 |
| | |\ \ \ \ \ |
|
| | | | * \ \ \ | merge trunk (to sebres-trunk-timerate) | sebres | 2017-05-11 | 212 | -7921/+7537 |
| | | | |\ \ \ \ |
|
| * | | | \ \ \ \ | merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ... | sebres | 2017-05-29 | 4 | -2722/+351 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / /
| | |/| | | | / /
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | * | | | | | | restored "-encoding utf-8" by source clock.tcl (lost by merging) | sebres | 2017-05-12 | 1 | -1/+3 |
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | auto-loading of ensemble and stubs on demand only (+ test covered now, see cl... | sebres | 2017-05-11 | 1 | -29/+44 |
|
|
| | * | | | | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co... | sebres | 2017-05-10 | 1 | -4/+11 |
|
|
| | * | | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to... | sebres | 2017-05-10 | 3 | -2695/+290 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | merge trunk | sebres | 2017-03-06 | 9 | -95/+334 |
| | | |\ \ \ \ |
|
| | | * | | | | | code review: small optimization of msgcat::mcget, prevents infinite loop if a... | sebres | 2017-01-11 | 1 | -11/+13 |
|
|
| | | * | | | | | amend lost changes after rebase to fossil | sebres | 2017-01-10 | 1 | -0/+1 |
|
|
| | | * | | | | | "clock add" rewritten in C, using common functionality of "clock scan" (and f... | sebres | 2017-01-10 | 2 | -329/+1 |
|
|
| | | * | | | | | Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo... | sebres | 2017-01-10 | 1 | -1/+1 |
|
|
| | | * | | | | | clock.tcl: clean unused resp. obsolete commands | sebres | 2017-01-10 | 2 | -2160/+6 |
|
|
| | | * | | | | | [temp-commit]: format almost ready (missing some tokens) | sebres | 2017-01-10 | 2 | -2/+2 |
|
|
| | | * | | | | | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco... | sebres | 2017-01-10 | 1 | -14/+0 |
|
|
| | | * | | | | | bug fix by match word token (FindWordEnd fixed); | sebres | 2017-01-10 | 1 | -2/+6 |
|
|
| | | * | | | | | repaired system/current locale caching (also for legacy clock format) and leg... | sebres | 2017-01-10 | 1 | -11/+13 |
|
|
| | | * | | | | | scan format: several tokens implemented, bug fixing and code review; | sebres | 2017-01-10 | 2 | -4/+38 |
|
|
| | | * | | | | | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -7/+12 |
|
|
| | | * | | | | | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 3 | -31/+57 |
|
|
| | | * | | | | | l10n (with caching) implemented, msgcat package optimized, code review, etc. | sebres | 2017-01-10 | 2 | -56/+136 |
|
|
| | | * | | | | | [temp-commit]: not ready | sebres | 2017-01-10 | 1 | -1/+53 |
|
|
| | | * | | | | | amend for caching of UTC2Local / Local2UTC: | sebres | 2017-01-10 | 1 | -17/+17 |
|
|
| | | * | | | | | [temp-commit]: code review, DST-hole mistake by scan with relative time resol... | sebres | 2017-01-10 | 1 | -7/+6 |
|
|
| | | * | | | | | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass... | sebres | 2017-01-10 | 1 | -3/+9 |
|
|
| | | * | | | | | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr... | sebres | 2017-01-10 | 2 | -195/+5 |
|
|
| | | * | | | | | [temp-commit]: ClockFreeScan almost ready, test-performance cases merged | sebres | 2017-01-10 | 2 | -34/+43 |
|
|
| | | * | | | | | [temp-commit]: clock scan with several optimization porting, still not-ready | sebres | 2017-01-10 | 2 | -7/+14 |
|
|
| | | * | | | | | 1st try to rewrite clock in C | sebres | 2017-01-10 | 2 | -16/+18 |
|
|
| | * | | | | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -1/+11 |
| | |\ \ \ \ \ \
| | | | |_|/ / /
| | | |/| | | | |
|
| | | * | | | | | merge trunk | sebres | 2017-03-06 | 9 | -95/+334 |
| | | |\ \ \ \ \
| | | | |/ / / /
| | | |/| / / /
| | | | |/ / / |
|
| | | * | | | | [win] load win-registry library also in development environment (uninstalled) | sebres | 2017-01-09 | 1 | -1/+11 |
|
|
* | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | / /
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world... | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-09 | 2 | -5/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memo... | jan.nijtmans | 2017-05-09 | 2 | -5/+6 |
| |\ \ \ \ |
|
| | * | | | | fix chan leak with http keepalive vs close (bug [6ca52aec14])bug_6ca52aec14 | aspect | 2017-02-12 | 1 | -3/+4 |
|
|