summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-27/+27
* Resolve C warnings on 32-bit platforms. More code cleanup.jan.nijtmans2023-03-231-118/+119
* Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-2/+234
* Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-291-2/+2
* cherry-pick branch apn-apply-bug (only test without the fix) to 8.6sebres2022-07-271-1/+83
|\
| * Added testapplylambda to illustrate bug in apply when the passed argumentapnadkarni2022-07-221-1/+83
| * Fix build with -DTCL_NO_DEPRECATEDjan.nijtmans2022-07-131-4/+2
| * Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add testsapnadkarni2022-07-121-0/+41
| * Merge 8.7jan.nijtmans2022-06-101-5/+7
| |\
| | * Merge 8.7jan.nijtmans2022-06-031-1/+1
| | |\
| | | * Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-1/+1
| | | |\ | |_|_|/ |/| | |
| | * | Merge 8.7jan.nijtmans2022-05-171-1/+1
| | |\ \ | | | |/
| | * | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-2/+5
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2022-03-181-37/+125
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-03-091-5/+10
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-02-101-3/+3
| | |\ \ \ \ \
| | * | | | | | Fix ParseArgsObjv() wrapper, and adapt testcase to prove that it worksjan.nijtmans2022-01-281-2/+2
| | * | | | | | Use more size_t in tclTest.c, for testing the new wrapper functionsjan.nijtmans2022-01-281-3/+5
| * | | | | | | Merge 8.7jan.nijtmans2022-05-191-3/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Fix compiler warning in tclTest.cjan.nijtmans2022-05-171-1/+1
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Change UTF-16 version of Tcl_GetRange() not to use the tclStringObj type any ...jan.nijtmans2022-03-301-1/+2
| | * | | | | Merge 8.7. If TCL_NO_DEPRECATED always compile tclTest.o with TCL_UTF_MAX=4 (...jan.nijtmans2022-03-291-1/+3
| | | |_|_|/ | | |/| | |
| * | | | | Merge 8.7jan.nijtmans2022-04-261-129/+182
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2022-03-111-3/+3
| | |\ \ \ \
| | * | | | | Add ::tcl::test::build-info command to tcl::test package, so we can find out ...jan.nijtmans2022-03-101-1/+89
| | * | | | | Tweak test code such that it can be used to test indexes > 2^31 too, so no lo...jan.nijtmans2022-03-091-34/+34
| | | |_|_|/ | | |/| | |
| | * | | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-1/+1
| | * | | | Implement TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*()jan.nijtmans2022-02-171-4/+9
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge 8.7jan.nijtmans2022-01-251-0/+30
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Merge 8.7jan.nijtmans2022-01-191-2/+3
| | | |\ \ \
| | | * | | | formattingjan.nijtmans2021-12-201-6/+6
| | | * | | | Merge 8.7. Allow Tcl_GetIndexFromObj*() to be used with enum/char/short/int/l...jan.nijtmans2021-12-201-4/+9
| | * | | | | Merge 8.6jan.nijtmans2022-02-071-3/+3
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases fr...jan.nijtmans2022-01-241-3/+4
| | * | | | | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-211-0/+29
| | | |_|/ / | | |/| | |
| | * | | | Merge 8.6jan.nijtmans2022-01-181-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6jan.nijtmans2022-01-121-1/+2
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge 8.6jan.nijtmans2021-12-161-12/+15
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-081-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-10-181-2/+2
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-09-241-11/+0
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Remove tclPkg.c changes, instead implement new tcl::build-info commandjan.nijtmans2021-07-131-62/+2
| | * | | | | | | | | "utf16" -> "utf-16"jan.nijtmans2021-07-011-1/+1
| | * | | | | | | | | Merge 8.7jan.nijtmans2021-06-291-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove "testpurify" and "testdebug" test commandsjan.nijtmans2021-04-291-74/+0
| | * | | | | | | | | | Merge 8.7 Signature change for Tcl_SetPanicProc() and Tcl_FindExecutable()jan.nijtmans2021-04-281-0/+74
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | * | | | | | | | | | Merge 8.7jan.nijtmans2021-04-141-9/+12
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-131-6/+8
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-051-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Merge 8.7. Internal package renamingjan.nijtmans2020-10-011-2/+62