summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-19/+19
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | merge 8.7dgp2023-01-301-1/+1
|\ \ \ | |/ /
| * | Add some comments and tidy code.pooryorick2023-01-271-1/+1
* | | 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
* | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-271-1/+1
* | | Merge 9.0jan.nijtmans2022-11-251-2/+2
|\ \ \
| * | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-2/+2
* | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-9/+9
|/ / /
* | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-5/+98
|\ \ \
| * \ \ Merge 8.7. lreplace4 bcc instruction and FLT_MAX fixapnadkarni2022-11-051-5/+98
| |\ \ \ | | |/ /
| | * | Rewrite lreplace4 implementation not to need extra immediate operands.apnadkarni2022-11-031-48/+81
| | * | New bytecode for linsertapnadkarni2022-10-301-7/+8
| | * | Implement lreplace4 BCC instructionapnadkarni2022-10-301-5/+61
* | | | Rebase to 9.0jan.nijtmans2022-10-211-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-2/+3
* | | | merge 8.7dgp2022-10-171-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Implementation of TIP 638.dgp2022-10-171-2/+2
| |\ \
| | * \ merge 8.7dgp2022-10-111-3/+1
| | |\ \
| | * \ \ merge 8.7dgp2022-10-051-1/+6
| | |\ \ \
| | * \ \ \ merge 8.7dgp2022-09-291-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-09-281-1/+5
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2022-09-211-2/+53
| | |\ \ \ \ \ \
| | * | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-2/+2
| * | | | | | | | Improve error-message "cannot use xxxx as operand ....."jan.nijtmans2022-10-141-42/+43
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge 8.7jan.nijtmans2022-10-101-3/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-3/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix some bugs in lseqgriffin2022-10-041-1/+6
| | |_|_|/ / | |/| | | |
* | | | | | Fix Obj leaks in ArithSeries.griffin2022-10-021-1/+6
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Fix bug-99e834bf33griffin2022-09-291-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix bug-99e834bf33griffin2022-09-291-1/+1
| | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2022-09-281-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Fix out-of-bounds length bug.griffin2022-09-251-1/+5
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2022-09-211-2/+53
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-09-011-46/+49
| |\ \ \ | | |/ /
| * | | Sync with core-8-branchgriffin2022-08-301-9/+9
| |\ \ \
| * \ \ \ Sync with core-8-branch listObj changes.griffin2022-08-301-2/+2
| |\ \ \ \