| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix outdated comment | jan.nijtmans | 2019-03-21 | 1 | -3/+4 |
|
|
* | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 2 | -8/+8 |
|\ |
|
| * | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 2 | -8/+8 |
|
|
* | | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enough | dgp | 2019-03-08 | 3 | -21/+67 |
|\ \ |
|
| * | | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res... | dgp | 2019-03-07 | 2 | -4/+2 |
|
|
| * | | Integrate the test, which seems to indicate the bug fix doesn't work. | dgp | 2019-03-07 | 2 | -1/+51 |
| |\ \ |
|
| | * \ | Merge forward to demonstrate the test fails after the bug arrived. | dgp | 2019-03-07 | 455 | -23737/+42603 |
| | |\ \ |
|
| | * | | | [39fed4dae5] Proposed test | dgp | 2019-03-07 | 2 | -1/+49 |
|
|
| * | | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned by | dgp | 2019-03-06 | 1 | -18/+16 |
| | |/ /
| |/| | |
|
* | | | | merge 8.5 (perf-test) | sebres | 2019-03-08 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | fixed mistake ($howmuch is substituted in tests and can be larger as last eve... | sebres | 2019-03-08 | 1 | -1/+1 |
|
|
* | | | | Fix automatic pkgIndex generation for multiplatform installs | apnadkarni | 2019-03-07 | 1 | -1/+1 |
|
|
* | | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 7 | -38/+37 |
|
|
* | | | | Fix [9471e6e304]: InitWinEnv not thread safe | jan.nijtmans | 2019-03-07 | 1 | -0/+12 |
|
|
* | | | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 2 | -6/+58 |
|
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities... | sebres | 2019-03-05 | 15 | -98/+1796 |
|\ \ \ \ \
| | |/ / /
| |_| / /
|/| | / |
|
| | * | | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c... | sebres | 2019-03-05 | 16 | -194/+1931 |
| | |\ \ |
|
| * | \ \ | merge updated 8.5-timerate branch | sebres | 2019-03-05 | 7 | -36/+802 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | extended performance test-suite, since max-count is implemented in timerate, ... | sebres | 2019-03-05 | 2 | -95/+81 |
|
|
| | * | | | back-porting other performance test (timer-event.perf.tcl) from event-perf-br... | sebres | 2019-03-05 | 1 | -0/+219 |
|
|
| | * | | | back-porting test-performance suite and clock.perf.tcl from clock-speedup branch | sebres | 2019-03-05 | 2 | -0/+532 |
|
|
| | * | | | helper to import `timerate` on demand in unknown/autoload proceeding. | sebres | 2019-03-05 | 1 | -0/+3 |
|
|
| | * | | | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i... | sebres | 2019-03-05 | 1 | -7/+20 |
|
|
| | * | | | highlighting | sebres | 2019-03-05 | 1 | -4/+4 |
|
|
| | * | | | amend: html-code order changed | sebres | 2019-03-04 | 1 | -1/+1 |
|
|
| | * | | | tools/tcltk-man2html: html-code for micro (sec) character | sebres | 2019-03-04 | 1 | -0/+1 |
|
|
| | * | | | re-integrates the changes from the TIP#527 description into the manpage | sebres | 2019-03-04 | 1 | -25/+37 |
|
|
| * | | | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ... | sebres | 2019-02-13 | 5 | -69/+230 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | timerate documentation extended | sebres | 2019-02-13 | 1 | -4/+7 |
|
|
| | * | | | timerate: extended with ?max-count? optional parameter, code review and more ... | sebres | 2019-02-13 | 3 | -16/+53 |
|
|
| | * | | | small amend (correct wrong utf-8 prevention for micro sign in RE of check tes... | sergey.brester | 2019-02-12 | 1 | -1/+1 |
|
|
| | * | | | few test cases for timerate command | sergey.brester | 2019-02-12 | 1 | -0/+45 |
|
|
| | * | | | fixes estimated time of too short execution considering calibrated overhead (... | sergey.brester | 2019-02-12 | 1 | -2/+2 |
|
|
| | * | | | timerate: allow break from measurement cycle (usable to provide conditional s... | sergey.brester | 2019-02-12 | 1 | -1/+8 |
|
|
| | * | | | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol... | sergey.brester | 2019-02-12 | 1 | -7/+24 |
|
|
| | * | | | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 225 | -7970/+9599 |
| | |\ \ \ |
|
| | * | | | | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-ca... | sebres | 2017-05-23 | 1 | -53/+122 |
|
|
| | * | | | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 10 | -141/+944 |
| | |\ \ \ \ |
|
| * | | | | | | timerate: added dynamic factor by threshold calculation (avoid growing of the... | sebres | 2019-02-07 | 1 | -7/+24 |
|
|
| * | | | | | | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 511 | -25996/+46971 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved merge-c... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
* | | | | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 13 | -98/+120 |
|
|
* | | | | | | | Update all internal tables to Unicode 12.0 | jan.nijtmans | 2019-03-01 | 2 | -974/+1011 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | Update internal tables to Unicode 12.0 | jan.nijtmans | 2019-03-01 | 2 | -974/+1011 |
|
|
* | | | | | | | Merge 8.5 | jan.nijtmans | 2019-02-25 | 1 | -11/+11 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode ... | jan.nijtmans | 2019-02-24 | 1 | -11/+11 |
|
|
* | | | | | | | Merge 8.5 | jan.nijtmans | 2019-02-24 | 1 | -0/+4 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | No longer run socket test-cases on travis with OSX: There are too many random... | jan.nijtmans | 2019-02-24 | 1 | -3/+7 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Fix some comments: "upper" -> "high" (when talking about surrogates) | jan.nijtmans | 2019-02-19 | 3 | -5/+5 |
|
|
* | | | | | | Don't use TclUniCharIsSpace() in command-line handling: the windows command-l... | jan.nijtmans | 2019-02-18 | 1 | -6/+3 |
| |_|/ / /
|/| | | | |
|