summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify solution for [76ad7aeba3]: No need to call TclGetNumberFromObj() twi...jan.nijtmans2022-05-251-15/+3
* Add testcases and fix implementationjan.nijtmans2022-05-251-10/+15
* Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss...jan.nijtmans2022-05-221-7/+14
* Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-8/+8
* Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-211-9/+11
* Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-4/+10
* Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-171-9/+1
* finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by...jan.nijtmans2021-07-131-4/+4
* Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-101-1/+1
* Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-25/+25
|\
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-5/+6
* | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-9/+9
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* | Merge 8.5. More usage of UCHAR() macro.jan.nijtmans2020-05-061-1/+1
|\ \ | |/
* | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi...jan.nijtmans2020-05-041-1/+1
* | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi...jan.nijtmans2020-05-031-7/+2
* | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-1/+1
|\ \ | |/
| * Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-1/+1
* | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-3/+13
|\ \ | |/
| * 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
* | New utility routine TclUtfToUCS4() to contain some complexity. Two callers ad...dgp2020-04-021-27/+7
* | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-271-1/+1
* | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-2/+2
* | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
* | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+1
* | small amend with a comment about the optimizationsebres2019-07-231-0/+5
* | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ...sebres2019-07-231-1/+0
* | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in...sebres2019-07-231-15/+2
* | merge 8.5sebres2019-06-251-7/+7
|\ \ | |/
| * fixed build with MSVC 6.0sebres2019-06-251-7/+7
* | end-of-line spacingjan.nijtmans2019-05-241-2/+2
|\ \ | |/
| * Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* | merge 8.5sebres2019-05-241-1/+1
|\ \ | |/
| * fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
* | merge 8.5 (timerate unsigned calc)sebres2019-05-211-18/+21
|\ \ | |/
| * timerate: be more precise using unsigned wide (for total execution time), avo...sebres2019-05-211-18/+21
* | merge 8.5sebres2019-05-161-0/+7
|\ \ | |/
| * small amend to [ac566e9df84daeab] with rollback of done/continue optimizationsebres2019-05-161-0/+7
* | merge 8.5 (timerate fix to avoid impact of object duplication on shared inter...sebres2019-05-161-15/+25
|\ \ | |/
| * timerate: allow continue from measurement cycle (used for conditional flow co...sebres2019-05-161-15/+25
* | timerate: code style, doc styledkf2019-04-231-147/+291
|\ \ | |/
| * timerate: code style, doc styledkf2019-04-231-151/+292
* | 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
* | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-12/+11
| |
| \
*-. \ 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