summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-05-271-5/+5
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-5/+5
| |\
* | \ Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-021-2/+1
|\ \ \ | |/ /
| * | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNINGjan.nijtmans2024-05-021-2/+1
| |\ \ | |/ / |/| |
* | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-291-0/+2
|\ \ \ | |/ /
| * | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.jan.nijtmans2024-04-291-0/+2
| | |
* | | Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not definedjan.nijtmans2024-04-221-1/+3
|\ \ \ | |/ /
| * | Only use Tcl_TomMath_InitStubs() when TCL_WITH_EXTERNAL_TOMMATH is not definedjan.nijtmans2024-04-221-0/+2
| | |
* | | Fix [6eb8d79cb8]: segfault in obj-34.1jan.nijtmans2024-04-221-1/+4
|\ \ \ | |/ /
| * | Fix [6eb8d79cb8]: segfault in obj-34.1jan.nijtmans2024-04-221-0/+3
| |\ \ | | |/
| | * Missing "static" keywords in various places.jan.nijtmans2023-11-201-2/+2
| | |
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | | | | | | | | corrections in history.tcl and tcltest.test.
| * | Formatting/indentingjan.nijtmans2024-03-211-9/+16
| | |
* | | more spacing/formatting tweaksdkf2024-03-191-6/+5
| | |
* | | Fix indentation/brace usage style issuesdkf2024-03-191-8/+12
| | |
* | | Merge 8.7jan.nijtmans2023-11-201-4/+4
|\ \ \ | |/ /
| * | Undo previous commit. Add "static" keywords in various places instead. This ↵jan.nijtmans2023-11-201-4/+4
| | | | | | | | | | | | should fix the problem too.
* | | 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
| | | | | | | | | that will not live long enough to stay valid. Crash hazard.
* | | 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 ↵jan.nijtmans2023-11-101-0/+1
| | | | | | | | | | | | compiled with -DBUILD_tcl -DSTATIC_BUILD
* | | 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 ↵jan.nijtmans2023-09-121-1/+0
| | | | | | | | | | | | implementation
| * | Merge 8.7jan.nijtmans2023-08-041-6/+29
| |\ \
* | | | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the presentation on Abstract Lists at the 2023 OpenACS/Tcl Conference, there was a strong opinion that this function should be renamed. The results of an informal poll had a tie between Tcl_DoneWithObj() and Tcl_BounceRefCount(). Having seen a reference to "Bounce" in a research paper on Ref Counting, I chose to use Tcl_BounceRefCount().
* | | | Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index ↵griffin2023-08-081-1/+1
| | | | | | | | | | | | | | | | out of range.
* | | | 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
| | | | | | | | | | | | | | | | sizeof(Tcl_WideInt)
* | | | 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 ↵jan.nijtmans2023-04-121-1/+1
| | | | | | | | | | | | | | | | from 9.0
* | | | Add Tcl_BumpObj() used to prevent leaks from Abstract List elements.griffin2023-05-171-2/+3
|/ / / | | | | | | | | | | | | | | | | | | Add Abstract List (ArithSeries) support in Tcl_ListObjIndex(). Fix obj leaks in lsearch operatations on ArithSeries. Fix obj leaks in concat operations on ArithSeries. Add concat and lsearch tests using lseq lists.
* | | 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. ↵jan.nijtmans2023-04-121-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Thanks, Rolf!
* | | | | | Finish up list tests. Add testbigdata dict command for generating dictsapnadkarni2023-04-141-5/+15
| | | | | |
* | | | | | Merge trunkapnadkarni2023-04-051-42/+42
|\ \ \ \ \ \ | |/ / / / /