summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-071-0/+39
|/
* -1 -> TCL_INDEX_NONE, where appropriatejan.nijtmans2022-09-021-82/+92
* Merged core-8-branchapnadkarni2022-08-291-7/+40
|\
| * [37108037b9]: Apply patch 0005 for CHERIjan.nijtmans2022-08-261-7/+40
* | Merge core-8-branchapnadkarni2022-08-061-1/+83
|\ \ | |/
| * amend for [4eb3a155ac] SF-fix: 8.7 specific implementation and warnings silen...sebres2022-07-291-3/+3
| * merge 8.6 (apply SF fix)sebres2022-07-291-1/+83
| |\
| | * 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
| | |/ | |/|
* | | Start on list representation black box testsapnadkarni2022-07-151-0/+154
|/ /
* | 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
| | |\ \ | | | |/
| | | * typojan.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
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1jan.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
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-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
| |\ \ \ | | |/ /
| | * | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-1/+1
| * | | Merge 8.6jan.nijtmans2022-01-121-1/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|