summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
* Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+1
* small amend with a comment about the optimizationsebres2019-07-231-0/+5
* fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ...sebres2019-07-231-1/+0
* better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in...sebres2019-07-231-15/+2
* merge 8.5sebres2019-06-251-7/+7
|\
| * fixed build with MSVC 6.0sebres2019-06-251-7/+7
* | end-of-line spacingjan.nijtmans2019-05-241-2/+2
|\ \ | |/
| * Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* | merge 8.5sebres2019-05-241-1/+1
|\ \ | |/
| * fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
* | merge 8.5 (timerate unsigned calc)sebres2019-05-211-18/+21
|\ \ | |/
| * timerate: be more precise using unsigned wide (for total execution time), avo...sebres2019-05-211-18/+21
* | merge 8.5sebres2019-05-161-0/+7
|\ \ | |/
| * small amend to [ac566e9df84daeab] with rollback of done/continue optimizationsebres2019-05-161-0/+7
* | merge 8.5 (timerate fix to avoid impact of object duplication on shared inter...sebres2019-05-161-15/+25
|\ \ | |/
| * timerate: allow continue from measurement cycle (used for conditional flow co...sebres2019-05-161-15/+25
* | timerate: code style, doc styledkf2019-04-231-147/+291
|\ \ | |/
| * timerate: code style, doc styledkf2019-04-231-151/+292
* | merge 8.5sebres2019-04-011-1/+11
|\ \ | |/
| * timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c...sebres2019-04-011-1/+11
* | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-12/+11
| |
| \
*-. \ integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities...sebres2019-03-051-1/+386
|\ \ \ | | |/
| * | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ...sebres2019-02-131-14/+36
| |\ \ | | |/
| | * timerate: extended with ?max-count? optional parameter, code review and more ...sebres2019-02-131-12/+27
| | * 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-121-12/+23
| | |\
| | * \ back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+343
| | |\ \
| * | | | timerate: added dynamic factor by threshold calculation (avoid growing of the...sebres2019-02-071-7/+24
| * | | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-170/+249
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-1/+347
| |\ \ \ \
| | * | | | timerate: don't calculate threshold by too few iterations, because sometimes ...sebres2017-03-071-0/+7
| | * | | | merge trunksebres2017-03-061-3/+27
| | |\ \ \ \
| | | * \ \ \ Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undoc...jan.nijtmans2017-01-051-3/+27
| | | |\ \ \ \
| | | * | | | | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function.jan.nijtmans2017-01-041-25/+3
| | | * | | | | Merge trunk. First steps in eliminating "source -nopkg". Some test-cases stil...jan.nijtmans2017-01-041-1/+1
| | | |\ \ \ \ \ | | | | |/ / / /
| | | * | | | | Bring back stub table in original state.jan.nijtmans2016-12-081-61/+4
| | | |\ \ \ \ \
| | | * | | | | | Complete implementation, tests and documentationjan.nijtmans2016-11-281-2/+25
| | | * | | | | | Merge trunk.jan.nijtmans2016-11-251-1/+0
| | * | | | | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-8/+16
| | * | | | | | | resolve warning: enumeration value ‘TMRT_LAST’ not handled in switch (imp...sebres2017-02-091-1/+1
| | * | | | | | | New performance measurement routine "timerate" in opposition to "time" the ex...sebres2017-01-091-1/+332
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-1/+1
| | | |/ / / / | | |/| | | |
| | * | | | | Route all [string repeat] operations through a common implementation.dgp2016-11-301-61/+4
| | |/ / / /
| | * | | | typosjan.nijtmans2016-11-241-1/+1
| | * | | | Route all [string last] operations through a common implementation.dgp2016-11-081-56/+11
| | * | | | Implement direct eval [string first] with the refactored engine.dgp2016-11-071-69/+9
| | * | | | WIPdgp2016-10-281-1/+2