summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-3/+3
* Merge 8.7jan.nijtmans2023-10-191-26/+26
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-26/+26
* | Merge 8.7jan.nijtmans2023-10-151-1/+1
|\ \ | |/
| * Merge 8.6. Use (void *)NULL in stead of NULL for C++jan.nijtmans2023-10-151-1/+1
| |\
| | * More type-casts (c++-compatibility)jan.nijtmans2023-09-131-12/+12
* | | Merge 8.7jan.nijtmans2023-10-101-15/+15
|\ \ \ | |/ /
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-12/+11
* | | Merge 8.7jan.nijtmans2023-09-181-1/+1
|\ \ \ | |/ /
| * | 3 more places where -wtrapv errors are triggered running the test-suitejan.nijtmans2023-09-151-1/+1
* | | Merge 8.7jan.nijtmans2023-09-121-6/+1
|\ \ \ | |/ /
| | |
| | \
| *-. \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-7/+7
| |\ \ \ | | | |/
| | * | Rebase to 8.7jan.nijtmans2023-08-301-1/+1
| | |\ \
| | | * \ Rebase to 8.7jan.nijtmans2023-07-261-1/+1
| | | |\ \
| | | | * \ Rebase to 8.7jan.nijtmans2023-07-091-1/+1
| | | | |\ \
| | | | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-1/+1
| * | | | | | Rebase to 8.7jan.nijtmans2023-08-301-6/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Rebase to 8.7jan.nijtmans2023-07-261-6/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Rebase to latest 8.7jan.nijtmans2023-05-101-6/+2
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | TIP #666 implementationjan.nijtmans2023-05-031-5/+1
| | | |/ / /
* | | | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-1/+1
* | | | | | Merge 8.7jan.nijtmans2023-08-251-11/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [920e393634]: expr {7244019458077122840 << 1}. Some more long -> Tcl_Wide...jan.nijtmans2023-08-251-11/+11
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Make "shift" an "int" variable; since it's range is 0 < shift < INT_MAXjan.nijtmans2023-08-251-1/+1
* | | | | | Merge 8.7jan.nijtmans2023-08-251-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [84a5355235]: two more cases of sizeof(long) -> sizeof(Tcl_WideInt), since th...jan.nijtmans2023-08-251-2/+2
| * | | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-2/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge 8.7. Time to merge this branch?dgp2023-08-251-3/+3
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Thanks for cherrypicking this change for 8.7.griffin2023-08-221-2/+4
| | * | | | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-6/+2
| | | |/ / / | | |/| | |
* | | | | | Merge 8.7jan.nijtmans2023-08-231-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-08-231-3/+3
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Fix [84a5355235] (not visible in 8.6, but meant to be forwared to 8.7)jan.nijtmans2023-08-231-8/+8
| | * | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-7/+7
| * | | | Fix [54329e39c7]apnadkarni2023-07-121-6/+26
| * | | | Code cleanup for arithSeries, all backported from 9.0jan.nijtmans2023-07-101-1/+0
| | |_|/ | |/| |
* | | | merge trunkgriffin2023-08-131-1/+1
|\ \ \ \
| * | | | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-1/+1
* | | | | Replace more DuplicateObj with ListObjCopy.griffin2023-08-121-1/+1
* | | | | Tcl_DuplicateObj() does not need DECACHE/CACHE protections.dgp2023-08-111-9/+1
* | | | | Revert more bits.griffin2023-08-101-11/+0
* | | | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-5/+3
|/ / / /
* | | | Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index ...griffin2023-08-081-0/+4
* | | | Implement in,ni operator for abstract listsgriffin2023-08-081-44/+54
* | | | Add DECACHE/CACHE_STACK_INFO() protections to calls out of the bytecodedgp2023-08-031-3/+10
* | | | Merge trunkapnadkarni2023-07-271-12/+40
|\ \ \ \
| * | | | Fix foreach bug [a34733451b].griffin2023-07-121-9/+14
| * | | | Tweak last for performance in case of traditional lists.apnadkarni2023-07-111-12/+24
| * | | | Wrap DECACHE_STACK_INFO around Tcl_ListObjIndex call from bytecode engine.apnadkarni2023-07-111-0/+3
| * | | | Prevent foreach memory bloat iterating within a procapnadkarni2023-07-111-4/+12