summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2023-05-031-6/+6
|\
| * Fix [bb69c8d17e] compiled string lastapnadkarni2023-05-021-1/+1
| * Fix [7cddd2845c] - crash with >= INT_MAX operandsapnadkarni2023-04-291-4/+8
| |\
| | * More checks for exceeding max wordsapnadkarni2023-04-271-9/+1
| | * Fix for [7cddd2845c] (in progress)apnadkarni2023-04-261-4/+16
| * | More size_t -> Tcl_Size changes, which were missed before. Also (experimental...jan.nijtmans2023-04-261-2/+2
| |/
* | Merge 9.0jan.nijtmans2023-04-231-6/+6
|\ \ | |/
| * Merge trunkapnadkarni2023-04-231-5/+5
| |\
| | * Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf)apnadkarni2023-04-231-5/+5
| | |\
| | | * Use TclListObjRange in lassign for performance reasonsapnadkarni2023-04-221-5/+5
| * | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-1/+1
| |/ /
* | | Merge 9.0jan.nijtmans2023-04-211-71/+71
|\ \ \ | |/ /
| * | Merge trunkapnadkarni2023-04-141-5/+5
| |\ \
| * \ \ Merge 9.0apnadkarni2023-04-051-2/+2
| |\ \ \
| * | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-69/+69
| |/ / /
* | | | Merge 9.0jan.nijtmans2023-04-201-3/+3
|\ \ \ \ | | |/ / | |/| |
* | | | Merge 9.0jan.nijtmans2023-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-1/+1
* | | Merge 9.0jan.nijtmans2023-03-301-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-03-241-1/+1
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-03-241-1/+1
| | |\
| | | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-2/+2
| | | * Use TclOffset() in stead of magic calculations using sizeof(), which might gi...jan.nijtmans2022-08-261-2/+2
* | | | Merge 9.0jan.nijtmans2023-03-221-6/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-221-4/+2
| |\ \ \ | | |/ /
| | * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-4/+2
| | * | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takespooryorick2023-03-211-2/+0
| * | | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takespooryorick2023-03-211-2/+0
* | | | Merge 9.0jan.nijtmans2023-03-051-19/+19
|\ \ \ \ | |/ / /
| * | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-19/+19
* | | | Merge 9.0jan.nijtmans2023-03-051-1/+1
|\ \ \ \ | |/ / /
| * | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | | Merge 9.0jan.nijtmans2023-02-151-1/+1
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2023-01-301-1/+1
| |\ \ \ | | |/ /
| | * | Add some comments and tidy code.pooryorick2023-01-271-1/+1
* | | | Merge 9.0jan.nijtmans2022-12-211-5/+7
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-12-211-3/+5
| |\ \ \ | | |/ /
| | * | Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-3/+5
| * | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-081-2/+2
* | | | Merge 9.0jan.nijtmans2022-12-011-10/+10
|\ \ \ \ | |/ / /
| * | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-271-1/+1
| * | | Merge 9.0jan.nijtmans2022-11-251-2/+2
| |\ \ \
| * | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-9/+9
* | | | | Merge 9.0jan.nijtmans2022-11-241-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-2/+2
| |/ / /
* | | | Merge 9.0jan.nijtmans2022-11-191-2/+3
|\ \ \ \ | |/ / /
| * | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-5/+98
| |\ \ \
| * \ \ \ Rebase to 9.0jan.nijtmans2022-10-211-2/+3
| |\ \ \ \