summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-2/+2
* Merge 8.7jan.nijtmans2024-05-271-22/+22
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-22/+22
| |\
* | \ Merge 8.7dkf2024-05-261-9/+4
|\ \ \ | |/ /
| * | merge 8.6dkf2024-05-261-9/+4
| |\ \ | | |/
| | * Use the new operationsdkf2024-05-251-4/+2
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-7/+7
* | | Clean up a lot of small whitespace issues dkf2024-05-131-7/+7
* | | Merge 8.7 (undid the encodingPtr -> encodingNamePtr change)jan.nijtmans2024-04-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-041-4/+4
| |\ \ | | |/
| | * Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-041-3/+3
| * | Merge 8.6jan.nijtmans2024-04-041-3/+3
| |\ \ | | |/
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-24/+24
| | * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-3/+3
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-26/+26
|\ \ \ | |/ /
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-4/+4
|\ \ \ | |/ /
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-4/+4
| |\ \ | | |/
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-14/+14
* | | Fix indentation/brace usage style issuesdkf2024-03-191-5/+4
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-14/+14
* | | Merge 8.7jan.nijtmans2024-02-111-5/+2
|\ \ \ | |/ /
| * | TIP #652jan.nijtmans2024-02-111-5/+2
| |\ \
| | * | Implementation of TIP 652.pooryorick2024-02-071-5/+2
| |/ / |/| |
* | | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-291-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-291-3/+3
| |\ \ | | |/
| | * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-8/+7
| | * More type-casts (c++-compatibility)jan.nijtmans2023-09-131-23/+23
* | | Revise macro usagejan.nijtmans2023-11-161-4/+5
* | | Fix binary/format/string testcase failures on 32-bit platforms. Reported by H...jan.nijtmans2023-11-161-4/+13
* | | Merge 8.7jan.nijtmans2023-10-191-22/+22
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-22/+22
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-1/+1
| * | Fix compilation with CFLAGS=-DTCL_NO_DEPRECATEDjan.nijtmans2023-09-201-1/+1
* | | Merge 8.7. Add testcasejan.nijtmans2023-09-181-3/+6
|\ \ \ | |/ /
| * | silence compiler warning about uninitialized variabledgp2023-09-181-1/+1
| * | int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() staticjan.nijtmans2023-09-181-137/+162
* | | Merge 8.7jan.nijtmans2023-09-121-13/+9
|\ \ \ | |/ /
| | |
| | \
| *-. \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-23/+24
| |\ \ \ | | | |/
| | | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-7/+7
| | * | More progressjan.nijtmans2023-05-011-3/+3
| | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-8/+9
| |/ /
* | | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-6/+6
* | | merge trunkgriffin2023-06-061-4/+4
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2023-06-021-4/+4
| |\ \ \ | | |/ /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Partial sync-up with trunk.griffin2023-04-301-125/+124
|\ \ \ \ \ \ \ | | | | |/ / /
| | | | * | | Fix [a814ee5bbd] - string compare/equal -length for long stringsapnadkarni2023-04-241-6/+7
| | | |/ / /
| | | * | | Merge trunkapnadkarni2023-04-141-5/+5
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-5/+5
| | |\ \ \ \ | |/ / / / / | | | | _ / | | | | /
| | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-5/+5
| | * | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-2/+2