summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == ...jan.nijtmans2023-05-251-2/+4
* Merge 8.7jan.nijtmans2023-05-101-6/+6
|\
| * Backport various changes from 9.0 branchjan.nijtmans2023-05-101-27/+27
| * Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-121-1/+1
* | Merge trunkapnadkarni2023-04-191-22/+22
|\ \
| * \ Merge trunkapnadkarni2023-04-141-1/+1
| |\ \
| * \ \ Merge 9.0apnadkarni2023-04-081-42/+42
| |\ \ \
| * \ \ \ Merge 9.0jan.nijtmans2023-04-011-1/+1
| |\ \ \ \
| * | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-21/+21
* | | | | | Fix VC++ unused variable warning, lappend and join.apnadkarni2023-04-161-1/+0
* | | | | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank...jan.nijtmans2023-04-121-1/+1
| | |_|/ / | |/| | |
* | | | | Finish up list tests. Add testbigdata dict command for generating dictsapnadkarni2023-04-141-5/+15
* | | | | Merge trunkapnadkarni2023-04-051-42/+42
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2023-04-051-42/+42
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-60/+60
* | | | Start on tests for large dataapnadkarni2023-04-041-0/+133
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-301-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 8.6jan.nijtmans2023-03-301-1/+1
| |\
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | Merge 8.7jan.nijtmans2023-03-221-2/+1
|\ \ \ | |/ /
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
* | | Merge 8.7jan.nijtmans2023-03-081-1/+18
|\ \ \ | |/ /
| * | Add "teststringobj newunicode". Not used in testcases yet.jan.nijtmans2023-03-081-2/+19
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-21/+21
* | | Merge 8.7jan.nijtmans2022-10-091-6/+6
|\ \ \ | |/ /
| * | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-091-6/+6
* | | Merge 8.7jan.nijtmans2022-10-071-16/+11
|\ \ \ | |/ /
| * | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-16/+11
| |\ \
* | \ \ Merge 8.7 tests for memory leaks in list C APIapnadkarni2022-10-071-106/+216
|\ \ \ \ | |/ / /
| * | | Add memory leak/refcount tests for lists, spans and lseqapnadkarni2022-10-071-107/+216
| |/ /
* | | Bigger range for Tcl_GetRange() testcasesjan.nijtmans2022-06-141-3/+3
* | | Merge 8.7. Even more testcases for Tcl_GetRange()jan.nijtmans2022-06-141-3/+15
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-06-141-3/+15
| |\ \ | | |/
| | * Add more testcases for Tcl_GetRange()jan.nijtmans2022-06-141-4/+16
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-2/+2
| * | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-8/+16
| * | More progressjan.nijtmans2022-03-141-1/+2
| * | Merge 8.7. More progressjan.nijtmans2022-03-131-1/+0
| |\ \
| * | | Start defining "utf32string" typejan.nijtmans2022-03-121-0/+1
| * | | More progressjan.nijtmans2022-03-121-2/+2
| |/ /
* | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-1/+1
* | | Merge 9.0jan.nijtmans2022-04-261-4/+4
|\ \ \
| * | | Code formattingjan.nijtmans2022-04-121-1/+1
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-3/+3
* | | | Put back Tcl_AppendUnicodeToObj()jan.nijtmans2022-03-251-1/+1
|/ / /
* | | Merge 8.7jan.nijtmans2022-03-101-0/+2
|\ \ \ | |/ /
| * | Unused variable warningjan.nijtmans2022-03-101-0/+2
* | | Merge 8.7jan.nijtmans2022-03-091-119/+95
|\ \ \ | |/ /
| * | Tweak test code such that it can be used to test indexes > 2^31 too, so no lo...jan.nijtmans2022-03-091-120/+96