summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-01-181-1/+1
|\
| * Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issue...pooryorick2023-01-151-14/+24
* | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-1/+4
* | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-4/+4
* | Merge 8.6jan.nijtmans2022-09-211-2/+6
|\ \ | |/
| * Proposed fix for [c0bc269178], with testcasejan.nijtmans2022-09-201-2/+6
| * Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-121-1/+1
| * 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
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-13/+13
* | Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-241-2/+2
* | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndexjan.nijtmans2022-03-241-3/+3
* | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-6/+6
* | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-11/+11
* | Start defining "utf32string" typejan.nijtmans2022-03-121-31/+31
* | More progressjan.nijtmans2022-03-121-5/+5
* | 2 more functionsjan.nijtmans2022-03-111-2/+2
* | Handle TclUniCharNcmp()jan.nijtmans2022-03-111-2/+2
* | Merge 8.6jan.nijtmans2022-02-101-10/+10
|\ \ | |/
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-8/+8
* | Merge 8.6jan.nijtmans2022-01-211-8/+4
|\ \ | |/
| * Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-211-9/+11
* | Merge 8.6jan.nijtmans2022-01-181-4/+10
|\ \ | |/
| * Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-4/+10
* | Merge 8.6jan.nijtmans2022-01-171-9/+1
|\ \ | |/
| * Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-171-9/+1
* | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-10/+10
|\ \ | |/
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-10/+10
* | Merge 8.6jan.nijtmans2021-07-161-4/+4
|\ \ | |/
| * 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.7jan.nijtmans2021-04-141-1/+1
|\ \
* \ \ Merge 8.7jan.nijtmans2021-04-121-1/+1
|\ \ \
| * | | Fix [7f1162a867]. Don't compile "string cat" any more, since there still is a...jan.nijtmans2021-04-121-1/+1
| |/ /
* | | Deprecate/remove "string bytelength"jan.nijtmans2021-04-091-0/+4
* | | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-4/+7
|/ /
* | Simplifications when assuming VS 2015 or laterjan.nijtmans2020-12-171-7/+7
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5
* | Merge 8.6jan.nijtmans2020-12-041-25/+25
|\ \ | |/
| * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-25/+25
| |\
* | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants...jan.nijtmans2020-11-181-23/+19
* | | 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