summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* ckfree() -> Tcl_Free()jan.nijtmans2023-03-061-1/+1
* Merge 8.7jan.nijtmans2023-03-051-16/+40
|\
| * Merge-mark (but also remove some lost spacing)jan.nijtmans2023-03-051-1/+1
| |\
| | * Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-291-2/+2
| * | A better fix for Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-051-16/+40
| * | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-031-14/+30
* | | ckfree() shouldn't be used in Tcl 9 core code any morejan.nijtmans2023-03-031-1/+1
* | | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-031-14/+30
* | | In case of combining TIP #494 (TCL_8_COMPAT) and #628 (building for Tcl 8.7 w...jan.nijtmans2023-02-281-11/+11
* | | Merge 8.7jan.nijtmans2022-12-051-3/+4
|\ \ \ | |/ /
| * | Eliminate (gcc) warning in tclTest.cjan.nijtmans2022-12-051-3/+4
* | | Merge 8.7jan.nijtmans2022-11-281-9/+7
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2022-11-281-8/+28
|\ \ \ | |/ /
| * | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-20/+45
* | | Merge 8.7jan.nijtmans2022-11-251-6/+6
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2022-11-201-2/+7
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-2/+7
| |\ \ \ | | | |/
| | * | TIP 651 implementationapnadkarni2022-11-171-2/+7
| * | | Fix [bec4219123]: test utf-4.12 fails in custom buildsjan.nijtmans2022-11-181-0/+2
| |/ /
* | | Merge 8.7jan.nijtmans2022-10-231-2/+22
|\ \ \ | |/ /
| * | TIP #643: Provide a public API to retrieve nul terminator length for an encodingjan.nijtmans2022-10-221-2/+22
| |\ \
| | * \ Merge 8.7jan.nijtmans2022-10-201-14/+14
| | |\ \
| | * | | Tests and docs for Tcl_GetEncodingNulLengthapnadkarni2022-10-101-1/+1
| | * | | TIP 643 code. Docs, tests pendingapnadkarni2022-10-091-2/+22
* | | | | Merge 8.7jan.nijtmans2022-10-211-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-2/+2
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2022-10-091-14/+14
|\ \ \ \ | |/ / /
| * | | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-091-14/+14
| |/ /
| * | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w...jan.nijtmans2022-10-061-0/+8
* | | Merge 9.0. Change implementation: Now really remove Tcl_SaveResult() and friendsjan.nijtmans2022-09-261-138/+39
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-09-261-0/+9
| |\ \ \ | | |/ /
| | * | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-261-0/+9
| * | | Merge 8.7jan.nijtmans2022-09-261-0/+39
| |\ \ \ |/ / / / | | _ / | | /
| * | Merge 8.7jan.nijtmans2022-09-081-3/+14
| |\ \
| * | | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-071-0/+39
* | | | Merge 8.7jan.nijtmans2022-09-081-3/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ...jan.nijtmans2022-09-081-3/+14
| |/ /
* | | Merge 9.0jan.nijtmans2022-09-021-73/+69
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-09-021-75/+81
| |\ \ \ | | |/ /
| | * | -1 -> TCL_INDEX_NONE, where appropriatejan.nijtmans2022-09-021-82/+92
| | * | Merged core-8-branchapnadkarni2022-08-291-7/+40
| | |\ \
| | * \ \ Merge core-8-branchapnadkarni2022-08-061-1/+83
| | |\ \ \
* | | | | | Finish remaining part of TIP-627 for Tcl 9.0: Handle objProc2/objClientData2 ...jan.nijtmans2022-09-021-14/+23
|/ / / / /
* | | | | Merge 9.0jan.nijtmans2022-08-291-13/+48
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-08-261-7/+40
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | [37108037b9]: Apply patch 0005 for CHERIjan.nijtmans2022-08-261-7/+40
| | | |/ / | | |/| |
| * | | | small amend to [d052d2a1b01ba2c8], code reviewsebres2022-08-231-6/+5
| * | | | Fix [d052d2a1b01ba2c8]: avoid leak in TestsetbytearraylengthObjCmd()jan.nijtmans2022-08-231-1/+4
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge 9.0 and tip-625jan.nijtmans2022-07-301-1/+83
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| * | | | merge 8.7sebres2022-07-291-1/+83
| |\ \ \ \ | | | |/ / | | |/| |