summaryrefslogtreecommitdiffstats
path: root/generic/tclAbstractList.h
Commit message (Expand)AuthorAgeFilesLines
* Add AbstractList regression test (exercise the C API)griffin2022-10-251-9/+5
* Sync with core-8-branchgriffin2022-10-221-3/+3
* Add Replace (lreplace) function to AbstractList type, and corrisponding Tcl_A...griffin2022-10-221-0/+7
* More work on lset support in AbstractListsgriffin2022-10-191-1/+2
* Update AbstractList man page.griffin2022-10-141-1/+1
* Modify AbstractList functions to include interp for error reporting. Other va...griffin2022-10-111-4/+12
* Sync with core-8-branchgriffin2022-10-071-1/+2
* Move all ArithSeries code to it's own file. Sync other changes wil TIP-629.griffin2022-08-281-5/+4
* Reimplement AbstrctList type structure to simplify. fix various bugs.griffin2022-08-191-20/+10
* Abstract Lists (TIP-225) initial implementation.griffin2022-08-081-0/+56