summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | |\
| | | | * \ 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
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-11/+16
| | | |/ / / | | |/| | |
| * | | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| * | | | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-271-13/+13
| |\ \ \ \ \
| | * | | | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-2/+2
| | * | | | | Minor optimizationsjan.nijtmans2019-02-191-10/+10
| | * | | | | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)...jan.nijtmans2019-02-181-4/+4
| * | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
| * | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-6/+6
| |/ / / / /
* | | | | | merge 8.7dgp2019-02-141-24/+24
|\ \ \ \ \ \ | |/ / / / /
| * | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-6/+6
| * | | | | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional ...sebres2019-01-281-1/+1
| |\ \ \ \ \ | | |/ / / /