summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-10-081-10/+10
|\
| * Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-10/+10
* | Merge 8.7jan.nijtmans2021-07-161-4/+4
|\ \ | |/
| * 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.7. Remove "string bytelength" completely. Also fix some TIP #595 left...jan.nijtmans2021-04-301-43/+7
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2021-04-141-1/+1
| |\ \
| * \ \ Merge 8.7jan.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
| | |/ / | |/| |
* | | | 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
| |/ /
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-39/+39
|\ \ \ | |/ /
| * | Simplifications when assuming VS 2015 or laterjan.nijtmans2020-12-171-7/+7
* | | Merge 8.7jan.nijtmans2020-12-081-5/+5
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5
* | | Merge 8.7jan.nijtmans2020-12-041-25/+25
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-12-041-25/+25
| |\ \ | | |/
| | * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-25/+25
| | |\
* | | \ Merge 8.7jan.nijtmans2020-11-181-23/+19
|\ \ \ \ | |/ / /
| * | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants...jan.nijtmans2020-11-181-23/+19
* | | | Merge 8.7jan.nijtmans2020-10-181-1/+1
|\ \ \ \ | |/ / /
| * | | 3 times -1 -> TCL_INDEX_NONEjan.nijtmans2020-10-181-1/+1
* | | | Merge 8.7jan.nijtmans2020-10-131-5/+6
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7jan.nijtmans2020-10-021-12/+14
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fix gcc warnings, compiling on 32-bit Linuxjan.nijtmans2020-09-181-2/+2
* | | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-11/+17
* | | | Merge 8.7jan.nijtmans2020-08-131-1/+1
|\ \ \ \ | |/ / /
| * | | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-1/+1
* | | | Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: ...jan.nijtmans2020-06-071-2/+2
|\ \ \ \ | |/ / /
| * | | If "endValue" doesn't matter in TclGetIntForIndexM() call, use INT_MAX - 1, n...jan.nijtmans2020-06-071-2/+2
* | | | Merge 8.7jan.nijtmans2020-05-061-1/+1
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-04-141-3/+13
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-141-3/+13
| |\ \ \ | | |/ /