summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
*-. 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.6jan.nijtmans2023-09-081-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Unicode 15.1 (final)jan.nijtmans2023-09-081-2/+2
| |\ \ \ \ | | |/ / /
* | | | | silence compiler warningdgp2023-09-061-1/+1
* | | | | Merge 8.6jan.nijtmans2023-09-051-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | 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
* | | | Backport some test improvements from 9.0jan.nijtmans2023-08-311-12/+17
| |/ / |/| |
* | | Backport test improvements from 9.0jan.nijtmans2023-05-151-14/+29
* | | Backport various changes from 9.0 branchjan.nijtmans2023-05-101-78/+80
| |/ |/|
* | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-121-18/+24
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | Merge 8.6jan.nijtmans2023-03-311-22/+21
|\ \ | |/
* | Merge 8.6jan.nijtmans2023-03-301-15/+15
|\ \ | |/
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-27/+27
* | Merge 8.6jan.nijtmans2023-03-231-7/+6
|\ \ | |/
| * Resolve C warnings on 32-bit platforms. More code cleanup.jan.nijtmans2023-03-231-118/+119
* | 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
|\ \
| * | Fix (minor) warning on 32-bit platformsjan.nijtmans2023-03-161-2/+2
* | | Merge 8.7apnadkarni2023-03-141-2/+0
|\ \ \ | |/ /
| * | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_...jan.nijtmans2023-03-141-1/+1
| |\ \ | | |/
| * | 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
* | | 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-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
* | Eliminate (gcc) warning in tclTest.cjan.nijtmans2022-12-051-3/+4
* | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-20/+45
| |
| \
*-. \ 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
|/ /
* | 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
* | | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-2/+2
| |/ / |/| |
* | | 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
* | Make Tcl_SaveResult() and friends _really_ deprecated, so make gcc/clang war...jan.nijtmans2022-09-261-0/+9