summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-1/+1
* Known bug test string-22.14 is not so hard to fix.dgp2020-04-131-2/+12
* Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
* cherrypick timerate-loop-opti--discard-resultsebres2019-07-241-15/+6
* fixed build with MSVC 6.0sebres2019-06-251-7/+7
* Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
* timerate: be more precise using unsigned wide (for total execution time), avo...sebres2019-05-211-18/+21
* small amend to [ac566e9df84daeab] with rollback of done/continue optimizationsebres2019-05-161-0/+7
* timerate: allow continue from measurement cycle (used for conditional flow co...sebres2019-05-161-15/+25
* timerate: code style, doc styledkf2019-04-231-151/+292
* timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c...sebres2019-04-011-1/+11
* 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
|\
| * fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single it...sebres2019-01-281-1/+1
| * Correct out-of-date documentation for [string is].dgp2018-04-071-1/+0
| * Make TclTrim* routines robust against some malformation in inputs.dgp2018-03-141-2/+1
| |\
| | * remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten:sebres2018-03-131-2/+1
| * | Tidy up and comment [string replace] and its corner cases.dgp2018-03-131-8/+21
| |/
* | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+343
|\ \ | |/ |/|
| * 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
| | * Start bringing all `string cat` operations into one place so it can be codeddgp2016-10-271-9/+8
| | * Use memcmp where possible.dgp2016-10-181-2/+2
| | * Update [string map] tests to get illustration of need for pure dictdgp2016-10-071-1/+1
| |/
| * Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-8/+4
| * Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-2/+2
| |\
| * | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donalferrieux2014-08-051-31/+14
| * | TIP 429 Implementation: [string cat]ferrieux2014-08-021-0/+71
| * | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-7/+9
| * | add compilation of [string is]dkf2014-02-021-1/+1
| |\ \