summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Also fix Windows symbols build with Visual Studiojan.nijtmans2023-11-181-1/+0
|\
| * "stoponerror" == "profilestrict" (and not used anyway)jan.nijtmans2023-11-181-1/+0
* | Don't bother testing the compatibility macro's any more.jan.nijtmans2023-11-171-26/+3
* | Merge 8.7jan.nijtmans2023-11-131-0/+2
|\ \ | |/
| * Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF...jan.nijtmans2023-11-131-1/+1
* | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+1
* | Merge 8.7jan.nijtmans2023-10-271-14/+14
|\ \ | |/
| * [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-271-14/+14
* | Merge 8.7jan.nijtmans2023-10-271-182/+182
|\ \ | |/
| * More C++-sentinel-related fixes (hopefully, those are the last ones)jan.nijtmans2023-10-271-97/+97
| * Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be ...jan.nijtmans2023-10-261-89/+89
* | Merge 8.7jan.nijtmans2023-10-111-1/+5
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-10-111-3/+11
| |\
| | * Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-111-5/+13
| | * Handle Tcl_SetResult() the same way as Tcl_EventuallyFreejan.nijtmans2023-10-101-8/+8
* | | Merge 8.7jan.nijtmans2023-10-041-7/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-041-7/+7
| |\ \ | | |/
| | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-011-7/+7
* | | Merge 8.7jan.nijtmans2023-09-281-4/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-09-281-4/+2
| |\ \ | | |/
* | | Merge 8.7 - Bug [943258f361] - valgrind - cmdInfo testapnadkarni2023-09-161-0/+3
|\ \ \ | |/ /
| * | Bug [943258f361] - valgrind - cmdInfo test uninitialized memory accessapnadkarni2023-09-161-0/+3
| | |
| | \
| *-. \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-3/+0
| |\ \ \ | | | |/
| | * | Rebase to 8.7jan.nijtmans2023-08-311-3/+0
| | |\ \
| | | * \ Rebase to 8.7jan.nijtmans2023-07-091-3/+0
| | | |\ \
| | | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-3/+0
| * | | | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-9/+9
| |\ \ \ \ \
| | * | | | | Merge 8.7jan.nijtmans2023-08-041-18/+23
| | | |/ / / | | |/| | |
* | | | | | Merge 8.7jan.nijtmans2023-09-081-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-09-081-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Unicode 15.1 (final)jan.nijtmans2023-09-081-2/+2
| | |\ \ \ \ | | | |/ / /
* | | | | | merge 8.7dgp2023-09-061-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | silence compiler warningdgp2023-09-061-1/+1
* | | | | | Merge 8.7jan.nijtmans2023-09-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-09-051-1/+1
| |\ \ \ \ \ | | |/ / / /
* | | | | | Merge 8.7 - Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-0/+31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-0/+31
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Tcl_GetUniChar out of bounds read - testsapnadkarni2023-09-051-0/+31
| | * | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
* | | | | Merge 8.7jan.nijtmans2023-08-311-6/+3
|\ \ \ \ \ | |/ / / /
| * | | | Backport some test improvements from 9.0jan.nijtmans2023-08-311-12/+17
| | |/ / | |/| |
* | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-2/+2
* | | | merge trunk, fix leak.griffin2023-05-251-0/+7
|\ \ \ \
| * | | | Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == ...jan.nijtmans2023-05-251-0/+7
* | | | | Merge trunkgriffin2023-05-171-21/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2023-05-161-9/+4
| |\ \ \ \ | | |/ / /
| | * | | Backport test improvements from 9.0jan.nijtmans2023-05-151-14/+29
| * | | | put back pragma voor MSVC warning, accidently removed in previous commitjan.nijtmans2023-05-111-0/+3
| * | | | Restore warning-free compilation with C++ compilerjan.nijtmans2023-05-111-4/+1
| * | | | disable on-purpose compiler warning (MSVC) for testcasejan.nijtmans2023-05-111-0/+3