| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to get new clock code working without the need for smartref.no_smartref | jan.nijtmans | 2017-06-01 | 1 | -1/+1 |
|
|
* | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 1 | -88/+88 |
|
|
* | small code review: resolves several warning on some compilers | sebres | 2017-05-30 | 1 | -3/+3 |
|
|
* | small amend with forgetten static keyword by optionsebres_8_6_clock_speedup | sebres | 2017-05-16 | 1 | -1/+1 |
|
|
* | optimized special case "-now" of base (by scan or add) or clock value (by for... | sebres | 2017-05-16 | 1 | -4/+9 |
|
|
* | fixes lost indentation during back-porting | sebres | 2017-05-11 | 1 | -18/+18 |
|
|
* | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::f... | sebres | 2017-05-10 | 1 | -7/+7 |
|
|
* | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co... | sebres | 2017-05-10 | 1 | -33/+33 |
|
|
* | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to... | sebres | 2017-05-10 | 1 | -245/+2261 |
|\ |
|
| * | merge sebres-trunk-timerate | sebres | 2017-02-09 | 1 | -7/+2 |
| |\ |
|
| * | | code review and inline documentation | sebres | 2017-01-11 | 1 | -0/+27 |
|
|
| * | | small amend (reset have rel flag) | sebres | 2017-01-10 | 1 | -0/+2 |
|
|
| * | | "clock add" rewritten in C, using common functionality of "clock scan" (and f... | sebres | 2017-01-10 | 1 | -231/+504 |
|
|
| * | | code review and inline documentation | sebres | 2017-01-10 | 1 | -15/+247 |
|
|
| * | | [unix] resolving of several warnings (gcc 5.x): | sebres | 2017-01-10 | 1 | -4/+4 |
|
|
| * | | Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo... | sebres | 2017-01-10 | 1 | -2/+1 |
|
|
| * | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var... | sebres | 2017-01-10 | 1 | -5/+1 |
|
|
| * | | small code review, performance test cases ready. | sebres | 2017-01-10 | 1 | -1/+1 |
|
|
| * | | several missing scan tokens added, test cases extended and fixed; | sebres | 2017-01-10 | 1 | -8/+8 |
|
|
| * | | porting of clock format completed; all clock test cases passed | sebres | 2017-01-10 | 1 | -7/+23 |
|
|
| * | | [temp-commit]: format almost ready (missing some tokens), sprintf replaced wi... | sebres | 2017-01-10 | 1 | -2/+1 |
|
|
| * | | [temp-commit]: format almost ready (missing some tokens) | sebres | 2017-01-10 | 1 | -14/+14 |
|
|
| * | | string index tree for fast greedy search of the string (index) by unique stri... | sebres | 2017-01-10 | 1 | -38/+36 |
|
|
| * | | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco... | sebres | 2017-01-10 | 1 | -73/+192 |
|
|
| * | | repaired system/current locale caching (also for legacy clock format) and leg... | sebres | 2017-01-10 | 1 | -11/+69 |
|
|
| * | | scan format: several tokens implemented, bug fixing and code review; | sebres | 2017-01-10 | 1 | -11/+14 |
|
|
| * | | %j token as day of year; clear flags implemented (to provide last-wins functi... | sebres | 2017-01-10 | 1 | -21/+65 |
|
|
| * | | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -97/+1 |
|
|
| * | | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -3/+61 |
|
|
| * | | l10n (with caching) implemented, msgcat package optimized, code review, etc. | sebres | 2017-01-10 | 1 | -162/+286 |
|
|
| * | | [temp-commit]: not ready | sebres | 2017-01-10 | 1 | -26/+141 |
|
|
| * | | several initialize and finalize facilities | sebres | 2017-01-10 | 1 | -7/+9 |
|
|
| * | | amend for caching of UTC2Local / Local2UTC: | sebres | 2017-01-10 | 1 | -40/+64 |
|
|
| * | | [temp-commit]: code review, DST-hole mistake by scan with relative time resol... | sebres | 2017-01-10 | 1 | -156/+238 |
|
|
| * | | [temp-commit]: clock scan tokenizer logic ready (still needs many rules) | sebres | 2017-01-10 | 1 | -16/+53 |
|
|
| * | | [temp-commit]: rewrite scan token map handling | sebres | 2017-01-10 | 1 | -0/+2 |
|
|
| * | | [temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of tclS... | sebres | 2017-01-10 | 1 | -110/+108 |
|
|
| * | | [temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE incompat... | sebres | 2017-01-10 | 1 | -194/+134 |
|
|
| * | | [temp-commit]: tclClockFmt.c - 1st try | sebres | 2017-01-10 | 1 | -2/+15 |
|
|
| * | | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass... | sebres | 2017-01-10 | 1 | -144/+198 |
|
|
| * | | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr... | sebres | 2017-01-10 | 1 | -4/+22 |
|
|
| * | | [temp-commit]: ClockFreeScan seems to be ready, test case should be checked | sebres | 2017-01-10 | 1 | -65/+106 |
|
|
| * | | [temp-commit]: ClockFreeScan almost ready, test-performance cases merged | sebres | 2017-01-10 | 1 | -57/+313 |
|
|
| * | | [temp-commit]: clock scan with several optimization porting, still not-ready | sebres | 2017-01-10 | 1 | -35/+485 |
|
|
| * | | 1st try to rewrite clock in C | sebres | 2017-01-10 | 1 | -59/+194 |
|
|
* | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -7/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig... | sebres | 2017-02-09 | 1 | -7/+2 |
| |/ |
|
| * | Some more internal use of size_t in stead of int. No functional change. | jan.nijtmans | 2016-12-16 | 1 | -3/+2 |
|
|
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -12/+8 |
|
|
* | | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 1 | -0/+18 |
|/ |
|