summaryrefslogtreecommitdiffstats
path: root/generic/tclTestABSList.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-24/+24
* Merge 8.7jan.nijtmans2024-04-111-1/+1
* Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+2
* Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index ...griffin2023-08-081-4/+5
* Implement in,ni operator for abstract listsgriffin2023-08-081-13/+25
* Fix bug [c25d2cd3e6], as well as memory leaks in lsearch and concat.griffin2023-07-161-3/+12
* merge trunkgriffin2023-07-061-17/+32
* merge trunkgriffin2023-06-301-2/+2
* Fix crash in BC execution when str concat and abstract list lindex operations...griffin2023-06-201-5/+294
* Remove getdbl abstraction.griffin2023-06-131-22/+11
* Function name cleanup.griffin2023-05-261-22/+11
* Remove old cruft.griffin2023-05-251-10/+10
* Make as much abstract list implementation as possible internal.griffin2022-12-211-119/+122
* Reserve a place in abstractlist for an additional functionjan.nijtmans2022-12-181-0/+11
* Merge 9.0. Fix testcasesjan.nijtmans2022-12-081-27/+38
* Merge 9.0. Fix Windows build (testcases need tcl::test package). Modify TCL_O...jan.nijtmans2022-12-011-24/+24
* Merge 9.0jan.nijtmans2022-11-291-1/+1
* Simplify TclObjTypeHasProc() (a lot!)jan.nijtmans2022-11-281-7/+7
* Support multiple indicies in abstract list lindex operation.griffin2022-11-241-3/+3
* Remove unused/incomplete functions. Some cleanup.griffin2022-11-081-34/+8
* Sync with trunkgriffin2022-11-061-1/+4
|\
| * Sync with trunkgriffin2022-11-051-2/+5
* | Implement abstractlist with tip-644griffin2022-11-041-74/+187
|/
* TIP 636 for Tcl 9griffin2022-11-021-31/+25
* Add missing GetType call to export decls. Change SetElement to support multip...griffin2022-10-311-10/+6
* Expand AbstractList regression testing.griffin2022-10-281-13/+278
* Add AbstractList regression test (exercise the C API)griffin2022-10-251-0/+580