summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Add some comments and tidy code.pooryorick2023-01-271-1/+1
* Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-3/+5
* 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
* 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-3/+1
| |_|_|_|/ |/| | | |
* | | | | Fix some bugs in lseqgriffin2022-10-041-1/+6
| |_|_|/ |/| | |
* | | | Fix bug-99e834bf33griffin2022-09-291-1/+1
| |_|/ |/| |
* | | Fix out-of-bounds length bug.griffin2022-09-251-1/+5
| |/ |/|
* | Merge 8.7jan.nijtmans2022-09-011-46/+49
|\ \ | |/
| * Apply patch 0006 from [37108037b9]: Code cleanups to support CHERIjan.nijtmans2022-08-301-7/+10
| * More code cleanup, inspired by [37108037b9]jan.nijtmans2022-08-301-39/+39
* | Sync with core-8-branchgriffin2022-08-301-9/+9
|\ \ | |/
| * gcc warning (-Wc++-compat)jan.nijtmans2022-08-301-1/+1
| * [37108037b9], patch 0004jan.nijtmans2022-08-291-9/+9
* | Sync with core-8-branch listObj changes.griffin2022-08-301-2/+2
|\ \ | |/
| * Merged core-8-branchapnadkarni2022-08-291-3/+7
| |\
| * \ Merge core-8-branchapnadkarni2022-08-061-14/+17
| |\ \
| * \ \ Merge core-8-branchapnadkarni2022-07-091-1/+1
| |\ \ \
| * \ \ \ Merge core-8-branch after TIP616apnadkarni2022-06-121-8/+0
| |\ \ \ \
| * | | | | TIP 625 - Re-implementation of listsapnadkarni2022-05-241-2/+2
* | | | | | sync with core-8-branchgriffin2022-08-291-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | [37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and ...jan.nijtmans2022-08-251-2/+2
* | | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-8/+13
* | | | | | sync up with core-8-branchgriffin2022-08-251-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | TIP #630 implementation: TclOO commands > 2^31jan.nijtmans2022-08-211-1/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge 8.7jan.nijtmans2022-06-251-2/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-151-1/+5
| | | |_|/ | | |/| |
* | | | | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-241-3/+3
* | | | | sync up with core-8-brnach.griffin2022-07-231-14/+17
|\ \ \ \ \ | |/ / / /
| * | | | More TclGetStringFromObj() usagejan.nijtmans2022-07-211-14/+17
| | |/ / | |/| |
* | | | Remove support for double (real) values.griffin2022-07-141-1/+23
* | | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-121-2/+26
|/ / /
* | | Merge 8.6jan.nijtmans2022-06-241-1/+1
|\ \ \ | |/ / |/| |
| * | typo'sjan.nijtmans2022-06-241-1/+1
* | | Merge 8.6jan.nijtmans2022-05-251-8/+0
|\ \ \ | |/ / | | / | |/ |/|
| * boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-4/+4
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-21/+21
* | Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-241-1/+1
* | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndexjan.nijtmans2022-03-241-2/+2
* | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-2/+2
* | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-5/+5