summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-05-171-1/+1
|\
| * 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 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-1/+2
|\ \
| * \ Merge 8.7. Fix some indexObj testcases on 32-bit systemsjan.nijtmans2022-04-081-1/+2
| |\ \ | | |/
* | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-15/+14
|\ \ \ | |/ / |/| |
| * | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-15/+14
* | | Merge 8.7jan.nijtmans2022-03-111-3/+3
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2022-03-111-3/+3
| |\ \
| | * | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1jan.nijtmans2022-03-111-3/+3
* | | | Enhance internal "struct Interp" such that it can handle more than 2^31 levelsjan.nijtmans2022-03-101-4/+4
* | | | Merge 8.7jan.nijtmans2022-03-101-8/+99
|\ \ \ \ | |/ / /
| * | | Add ::tcl::test::build-info command to tcl::test package, so we can find out ...jan.nijtmans2022-03-101-1/+89
* | | | Merge 8.7jan.nijtmans2022-03-091-30/+30
|\ \ \ \ | |/ / /
| * | | Tweak test code such that it can be used to test indexes > 2^31 too, so no lo...jan.nijtmans2022-03-091-34/+34
| | |/ | |/|
* | | Prepare for Tcl_Parse's commentSize/numTokens to become size_tjan.nijtmans2022-03-061-5/+5
* | | Merge 8.7jan.nijtmans2022-02-171-1/+1
|\ \ \ | |/ /
| * | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-1/+1
* | | Merge 8.7jan.nijtmans2022-02-171-4/+9
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2022-02-071-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | Merge 8.7jan.nijtmans2022-01-211-0/+30
|\ \ \ \ \ | |/ / / /
| * | | | 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.7jan.nijtmans2022-01-181-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-171-1/+1
* | | | Merge 8.7jan.nijtmans2022-01-121-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2022-01-121-1/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse()jan.nijtmans2022-01-121-1/+2
* | | Merge 8.7jan.nijtmans2021-12-161-11/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-12-161-12/+15
| |\ \ | | |/
| | * Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-161-12/+15
* | | Merge 8.7jan.nijtmans2021-11-261-74/+0
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2021-11-081-2/+2
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-10-081-2/+2
| | |\ \
| | * \ \ merge 8.7dgp2021-08-231-11/+0
| | |\ \ \
| | * \ \ \ merge 8.7dgp2021-04-281-0/+74
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dgp2021-04-081-5/+5
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2021-04-051-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.7dgp2021-03-221-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.7dgp2021-03-151-1/+4
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Make Tcl_GetBytesFromObj usable without TCL_NO_DEPRECATED too. Fix "testbytes...jan.nijtmans2021-01-261-1/+1