summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-09-011-5/+5
|\
| * merge core-8-6-branchjan.nijtmans2017-08-181-5/+5
| |\
| | * Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-5/+5
* | | merge trunkdgp2017-06-261-7/+119
|\ \ \ | |/ /
| * | typo fixdgp2017-06-231-1/+1
| * | Repair compiler warning about uninitialized value.dgp2017-06-231-11/+9
| * | merge trunktip_463dgp2017-06-221-1/+1
| |\ \
| * | | Add documentation of [regsub -command].dkf2017-02-181-2/+2
| * | | Testing for some error cases.dkf2017-02-181-0/+8
| * | | Stop problems with representation smashes.dkf2017-02-171-0/+7
| * | | Switch to using command prefixes properly. This is quite a bit faster.dkf2017-02-171-17/+46
| * | | Proposed implementation of [regsub -command].dkf2017-02-111-6/+76
* | | | 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
|\ \ | |/