summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tip-548jan.nijtmans2019-08-151-7/+7
|\
| * Merge 8.7jan.nijtmans2019-08-141-15/+6
| |\
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-7/+7
* | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+1
|\ \ \ | | |/ | |/|
* | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-15/+6
|\ \ \ | |/ /
| * | merge 8.6sebres2019-07-241-15/+6
| |\ \ | | |/ | |/|
| | * 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.7, and continue implementation. Almost donejan.nijtmans2019-07-101-17/+17
|\ \ \ | |/ /
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-4/+4
|/ /
* | merge 8.6sebres2019-06-251-7/+7
|\ \ | |/
| * merge 8.5sebres2019-06-251-7/+7
| |\
| | * fixed build with MSVC 6.0sebres2019-06-251-7/+7
* | | Merge 8.6jan.nijtmans2019-05-241-2/+2
|\ \ \ | |/ /
| * | end-of-line spacingjan.nijtmans2019-05-241-2/+2
| |\ \ | | |/
| | * Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* | | merge 8.6sebres2019-05-241-1/+1
|\ \ \ | |/ /
| * | merge 8.5sebres2019-05-241-1/+1
| |\ \ | | |/
| | * fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
* | | merge 8.6sebres2019-05-211-18/+21
|\ \ \ | |/ /
| * | 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.6sebres2019-05-171-15/+32
|\ \ \ | |/ /
| * | 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-147/+291
| |\ \ | | |/
| | * timerate: code style, doc styledkf2019-04-231-151/+292
* | | Style corrections and warning eliminationdkf2019-04-181-6/+8
* | | merge 8.7dgp2019-04-121-6/+0
|\ \ \
| * | | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r...sebres2019-04-081-6/+0
* | | | merge 8.7dgp2019-04-081-22/+422
|\ \ \ \ | |/ / /
| * | | Fix for [45b9faf103f2], [try] interaction with local variable names producespooryorick2019-04-081-0/+6
| * | | merge 8.6sebres2019-04-011-1/+11
| |\ \ \ | | |/ /
| | * | 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
| * | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-181-1/+1
| * | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-071-10/+9
| |\ \ \ | | |/ /
| | * | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-12/+11
| * | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-1/+386
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ 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
| | | | |\