summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ 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
|\
| * 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
| |\ \ \
| * \ \ \ merge main dev branchdkf2012-11-051-5/+28
| |\ \ \ \
| * | | | | Work on compilation of [string is].dkf2012-11-021-1/+1
* | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be sha...jan.nijtmans2014-01-081-6/+39
| |_|_|/ / |/| | | |
* | | | | Factor out the definition of the default string trim set; define it once only.dkf2013-12-301-34/+1
| |_|/ / |/| | |
* | | | simple compilation of [string replace]dkf2013-12-121-1/+1
* | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-3/+3
* | | | First attempt at [string trim] compilation.dkf2013-09-301-3/+5
* | | | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-1/+1
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-2/+2
|\ \ \ \ | |/ / /
* | | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-1/+2
* | | | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-11/+11
| |_|/ |/| |
* | | Added bytecode compilation of many Tcl commands, merged from development branch.dkf2012-11-051-4/+4
|\ \ \