summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* 3 times -1 -> TCL_INDEX_NONEjan.nijtmans2020-10-181-1/+1
* Merge 8.6jan.nijtmans2020-10-131-5/+6
|\
| * 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
* | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-12/+14
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-16/+22
* | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-1/+1
* | If "endValue" doesn't matter in TclGetIntForIndexM() call, use INT_MAX - 1, n...jan.nijtmans2020-06-071-2/+2
* | Merge 8.6jan.nijtmans2020-05-061-1/+1
|\ \ | |/
| * 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.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-1/+1
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2020-04-141-3/+13
|\ \ \ | |/ /
| * | 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
* | | Teach "split", "string wordstart" and "string wordend" how to handle Unicode ...jan.nijtmans2020-04-081-17/+12
* | | merge 8.6dgp2020-04-021-27/+7
|\ \ \ | |/ /
| * | 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
* | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ...jan.nijtmans2020-03-301-4/+2
* | | Merge 8.6jan.nijtmans2020-03-181-2/+2
|\ \ \ | |/ /
| * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-2/+2
* | | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | More TCL_UNUSED().dgp2020-03-061-93/+54
* | | Merge 8.7jan.nijtmans2020-02-131-2/+2
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-09-251-7/+8
| |\ \ \
| * \ \ \ Eliminate dependency in test-suite on Unicode functions. Merge tip-548. Fix b...jan.nijtmans2019-08-131-29/+29
| |\ \ \ \
| * \ \ \ \ Merge branch tip-548. No longer define addtional stub-entries for functions t...jan.nijtmans2019-08-121-7/+7
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge tip-548jan.nijtmans2019-08-011-15/+6
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge tip-548jan.nijtmans2019-06-261-7/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge tip-547jan.nijtmans2019-05-311-3/+3
| |\ \ \ \ \ \
| * | | | | | | More simplifications, taking deprecations into accountjan.nijtmans2019-05-221-2/+2
| * | | | | | | Merge 8.7jan.nijtmans2019-05-221-18/+21
| |\ \ \ \ \ \ \
| * | | | | | | | More WIP: eliminate all usage of (platform-specific) Tcl_WinTCharToUtf()/Tcl_...jan.nijtmans2019-05-221-36/+36
| * | | | | | | | Merge 8.7jan.nijtmans2019-05-171-15/+32
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7jan.nijtmans2019-05-101-153/+357
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-04-031-1/+11
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge 8.7jan.nijtmans2019-03-161-3/+3
* | | | | | | | | | | | Merge tip-548jan.nijtmans2019-08-291-1/+42
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge 8.6jan.nijtmans2019-08-281-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | * | | | | | | | | | 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
* | | | | | | | | | | | Merge tip-548jan.nijtmans2019-08-151-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge 8.7jan.nijtmans2019-08-141-15/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |