summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-115/+113
| | |/ / | |/| |
* | | | Merge trunkgriffin2023-03-251-16/+16
|\ \ \ \ | |/ / /
| * | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-15/+15
| * | | Merge 8.7jan.nijtmans2023-01-181-1/+1
| |\ \ \ | | |/ /
| | * | 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
| * | | Stop shimmering for "llength". Internal optimization (but using TIP #644)jan.nijtmans2022-11-301-6/+6
| |\ \ \
| | * \ \ Merge 9.0jan.nijtmans2022-11-251-3/+3
| | |\ \ \
| | * | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-6/+6
* | | | | | Code cleanup (undo some unnecessary changed compared to trunk)jan.nijtmans2022-12-011-1/+1
* | | | | | Merge 9.0jan.nijtmans2022-11-291-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2022-11-281-1/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-1/+4
* | | | | Merge 9.0jan.nijtmans2022-11-281-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-11-251-3/+3
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-4/+4
* | | | Support multiple indicies in abstract list lindex operation.griffin2022-11-241-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-11-111-1/+2
| |\ \ \ |/ / / / | | _ / | | /
* | | Bug [0f98bce669]. Fix limits for string replace.apnadkarni2022-11-031-0/+3
* | | Bug #0f98bce669 - string repeat support for > 2**31 charactersapnadkarni2022-11-021-2/+2
* | | Merge 8.7jan.nijtmans2022-09-211-2/+6
|\ \ \ | |/ /
| * | 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