summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-11-201-4/+4
|\
| * Undo previous commit. Add "static" keywords in various places instead. This s...jan.nijtmans2023-11-201-4/+4
* | merge 8.7dgp2023-11-201-1/+1
|\ \ | |/
| * Add TCL_INDEX_TEMP_TABLE to avoid storing pointers to a table on the stackdgp2023-11-201-1/+1
* | Put back accidently removed linejan.nijtmans2023-11-121-0/+1
* | Fix compiler warning (Tcl_Size != Tcl_WideInt)jan.nijtmans2023-11-121-7/+5
* | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+1
* | Merge 8.7jan.nijtmans2023-10-271-5/+5
|\ \ | |/
| * [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-271-5/+5
| * Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 imp...jan.nijtmans2023-09-121-1/+0
| * Merge 8.7jan.nijtmans2023-08-041-6/+29
| |\
* | | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-1/+1
* | | Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index ...griffin2023-08-081-1/+1
* | | Fix [e58d7e19e9]: Upwards compatibility of TclObjTypeHasProc()jan.nijtmans2023-07-311-1/+1
|\ \ \
* | | | Add (hopefully confincing) testcase for bug [e58d7e19e9]jan.nijtmans2023-07-311-4/+40
|/ / /
* | | Merge 8.7 - Tcl_ListObjIndex testsapnadkarni2023-07-291-0/+22
|\ \ \ | | |/ | |/|
| * | Add tests for out of bounds Tcl_ListObjIndexapnadkarni2023-07-291-0/+22
| |/
| * Backport test improvements from 9.0jan.nijtmans2023-05-151-1/+1
* | merge trunk, fix leak.griffin2023-05-251-2/+4
|\ \
| * | Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == ...jan.nijtmans2023-05-251-2/+4
* | | Merge trunkgriffin2023-05-171-6/+6
|\ \ \ | |/ /
| * | 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
* | | Add Tcl_BumpObj() used to prevent leaks from Abstract List elements.griffin2023-05-171-2/+3
|/ /
* | 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
| |\ \