summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-06-161-1/+1
|\
| * merge core-8-6-branchjan.nijtmans2017-06-071-1/+1
| |\
| | * Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-1/+1
| * | merge core-8-6-branchjan.nijtmans2017-06-021-1/+0
| |\ \ | | |/
| * | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-345/+0
| |\ \ | | |/
| * | merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-11/+11
| |\ \
| | * | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang...jan.nijtmans2017-05-311-347/+1
| | * | 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
| |\ \
| * | | [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
* | | | merge trunkdgp2017-02-091-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
* | | | | merge trunkdgp2016-12-231-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-1/+1
| | |/ / | |/| |
* | | | merge trunkdgp2016-11-301-50/+4
|\ \ \ \ | |/ / /
| * | | Route all [string repeat] operations through a common implementation.dgp2016-11-301-61/+4
| |/ /
* | | merge trunkdgp2016-11-281-1/+1
|\ \ \ | |/ /
| * | typosjan.nijtmans2016-11-241-1/+1
* | | merge trunkdgp2016-11-141-125/+20
|\ \ \ | |/ /
| * | 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
* | | merge trunkdgp2016-11-011-9/+9
|\ \ \ | |/ /
| * | WIPdgp2016-10-281-1/+2
| * | Start bringing all `string cat` operations into one place so it can be codeddgp2016-10-271-9/+8
* | | merge trunkdgp2016-10-201-2/+2
|\ \ \ | |/ /
| * | Use memcmp where possible.dgp2016-10-181-2/+2
* | | Use the new purity test.dgp2016-10-071-1/+2
* | | merge trunkdgp2016-10-071-1/+1
|\ \ \ | |/ /
| * | Update [string map] tests to get illustration of need for pure dictdgp2016-10-071-1/+1
| |/
* | merge trunkdgp2016-07-091-8/+4
|\ \ | |/
| * Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-8/+4
* | A few more easy conversions.dgp2016-03-271-12/+12
* | Revise Tcl_InitStringRep() to do non-panic attempt at allocation.dgp2016-03-241-16/+5
|/
* Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-2/+2
|\
| * Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f...jan.nijtmans2014-05-011-6/+6
| * Better (safer) fix for [0e92c404f1]jan.nijtmans2014-04-301-1/+1
* | 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
|\ \
| * \ merge main working branchdkf2014-01-021-34/+1
| |\ \
| * \ \ merge main working branchdkf2013-12-301-16/+19
| |\ \ \