summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / / /
* | | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.5sebres2019-01-281-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single it...sebres2019-01-281-1/+1
* | | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Why are we using rvm? Why?dkf2018-12-141-128/+145
* | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-17/+17
* | | | | merge 8.6dgp2018-11-161-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-42/+40
| * | | | prevents UB/segfault by unexpected return-code (not -1/0/1) and avoid warning...sebres2018-05-081-0/+2
* | | | | Implement TIP 501dkf2018-11-061-10/+58
|\ \ \ \ \
| * \ \ \ \ merge core-8-branchdkf2018-11-061-456/+276
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | merge 8.7dgp2018-10-181-8/+6
|\ \ \ \ \ \
| * \ \ \ \ \ TIP #502 implementation: Index value reform.jan.nijtmans2018-10-121-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2018-09-251-0/+3
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.7dgp2018-05-241-8/+6
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.7dgp2018-05-111-178/+48
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.7dgp2018-04-241-6/+10
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-04-071-1/+0
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Rebase TIP 502 draft implementation.dgp2018-03-301-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | isspace -> TclIsSpaceProc in various places.jan.nijtmans2018-10-091-1/+1
| * | | | | | | | | | | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-1/+1
| * | | | | | | | | | | | | Experiment, resolving platform differences at script level. Don't look ...jan.nijtmans2018-08-161-6/+1
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-0/+3
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | merge 8.7dgp2018-05-241-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /