summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-0514-98/+1777
|\
| *-. integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities...sebres2019-03-0515-98/+1796
| |\ \
| | | * merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c...sebres2019-03-0516-194/+1931
| | | |\
| | * | \ merge updated 8.5-timerate branchsebres2019-03-057-36/+802
| | |\ \ \ | | | | |/ | | | |/|
| | | * | extended performance test-suite, since max-count is implemented in timerate, ...sebres2019-03-052-95/+81
| | | * | back-porting other performance test (timer-event.perf.tcl) from event-perf-br...sebres2019-03-051-0/+219
| | | * | back-porting test-performance suite and clock.perf.tcl from clock-speedup branchsebres2019-03-052-0/+532
| | | * | helper to import `timerate` on demand in unknown/autoload proceeding.sebres2019-03-051-0/+3
| | | * | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i...sebres2019-03-051-7/+20
| | | * | highlightingsebres2019-03-051-4/+4
| | | * | amend: html-code order changedsebres2019-03-041-1/+1
| | | * | tools/tcltk-man2html: html-code for micro (sec) charactersebres2019-03-041-0/+1
| | | * | re-integrates the changes from the TIP#527 description into the manpagesebres2019-03-041-25/+37
| | * | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ...sebres2019-02-135-69/+230
| | |\ \ \ | | | |/ /
| | | * | timerate documentation extendedsebres2019-02-131-4/+7
| | | * | timerate: extended with ?max-count? optional parameter, code review and more ...sebres2019-02-133-16/+53
| | | * | small amend (correct wrong utf-8 prevention for micro sign in RE of check tes...sergey.brester2019-02-121-1/+1
| | | * | few test cases for timerate commandsergey.brester2019-02-121-0/+45
| | | * | fixes estimated time of too short execution considering calibrated overhead (...sergey.brester2019-02-121-2/+2
| | | * | timerate: allow break from measurement cycle (usable to provide conditional s...sergey.brester2019-02-121-1/+8
| | | * | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol...sergey.brester2019-02-121-7/+24
| | | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-12225-7970/+9599
| | | |\ \
| | | * | | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-ca...sebres2017-05-231-53/+122
| | | * | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-1610-141/+944
| | | |\ \ \
| | * | | | | timerate: added dynamic factor by threshold calculation (avoid growing of the...sebres2019-02-071-7/+24
| | * | | | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-07511-25996/+46971
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
* | | | | | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-025-163/+96
* | | | | | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings...jan.nijtmans2019-03-022-2/+14
* | | | | | | Minor optimization in UTF-8 handling, and add some comments describing how Tc...jan.nijtmans2019-03-022-5/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved merge-c...jan.nijtmans2019-03-021-2/+2
* | | | | | | Merge 8.6 (one forgotten adaptation of surrogate handling, only compiled on C...jan.nijtmans2019-03-021-0/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-0213-98/+120
* | | | | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-0114-26/+28
* | | | | | | Update Unicode tables to version 12.0jan.nijtmans2019-03-012-974/+1011
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update all internal tables to Unicode 12.0jan.nijtmans2019-03-012-974/+1011
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Update internal tables to Unicode 12.0jan.nijtmans2019-03-012-974/+1011
* | | | | | | A confusion about signed vs unsigned comparision caused Tcl_UtfToUniChar()dgp2019-03-011-1/+1
* | | | | | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-2713-142/+136
|\ \ \ \ \ \ \
| * | | | | | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-259-31/+33
| * | | | | | | merge 8.7dgp2019-02-253-20/+60
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-02-192-7/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Minor optimizationsjan.nijtmans2019-02-1910-106/+95
| * | | | | | | | | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)...jan.nijtmans2019-02-184-46/+49
* | | | | | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-2743-135/+123
* | | | | | | | | | Merge 8.6jan.nijtmans2019-02-251-11/+11
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge 8.5jan.nijtmans2019-02-251-11/+11
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode ...jan.nijtmans2019-02-241-11/+11
* | | | | | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-259-21/+23
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge 8.6jan.nijtmans2019-02-241-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.5jan.nijtmans2019-02-241-0/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /