summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-03-231-7/+6
|\
| * Merge 8.6jan.nijtmans2023-03-231-7/+6
| |\
| | * Resolve C warnings on 32-bit platforms. More code cleanup.jan.nijtmans2023-03-231-118/+119
* | | Merge 8.7jan.nijtmans2023-03-221-2/+1
|\ \ \ | |/ /
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
| * | Merge 8.7apnadkarni2023-03-161-2/+2
| |\ \
| * \ \ Merge 8.7apnadkarni2023-03-141-2/+0
| |\ \ \
| * | | | Fix passing of encoding state in testencoding Tcl_UtfToExternalapnadkarni2023-03-131-14/+16
| * | | | Start on Tcl_ExternalToUtf/Tcl_UtfToExternal testsapnadkarni2023-03-121-21/+103
| * | | | Add testencoding Tcl_ExternalToUtf/Tcl_UtfToExternal for raw testing of corre...apnadkarni2023-03-111-2/+157
* | | | | Merge 9.0apnadkarni2023-03-161-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2023-03-161-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fix (minor) warning on 32-bit platformsjan.nijtmans2023-03-161-2/+2
| | | |/ / | | |/| |
| * | | | ckfree -> Tcl_Freejan.nijtmans2023-03-151-1/+1
* | | | | Fix passing of encoding state in testencoding Tcl_UtfToExternalapnadkarni2023-03-161-12/+14
* | | | | Merge 9.0. Also fix replace profile handling of orphan surrogatesapnadkarni2023-03-141-9/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2023-03-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_...jan.nijtmans2023-03-141-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| * | | | Merge 8.7: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-2/+240
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-2/+240
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-2/+234
* | | | Cherrypick yip-656. Start on Tcl_ExternalToUtf/Tcl_UtfToExternal testsapnadkarni2023-03-121-21/+103
* | | | Merge 9.0. Also ckalloc -> Tcl_Alloc and ckfree -> Tcl_Freejan.nijtmans2023-03-121-2/+2
|\ \ \ \ | |/ / /
* | | | Add testencoding Tcl_ExternalToUtf/Tcl_UtfToExternal for raw testing of corre...apnadkarni2023-03-111-2/+157
|/ / /
* | | 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
| | |/ / | |/| |