summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* Add Replace (lreplace) function to AbstractList type, and corrisponding Tcl_A...griffin2022-10-221-1/+2
* Sync with core-8-branchgriffin2022-10-191-1/+2
|\
| * merge 8.7dgp2022-10-051-4/+11
| |\
| * \ merge 8.7dgp2022-10-031-4/+2
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-09-281-10/+8
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-09-281-4/+6
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-09-281-11/+37
| |\ \ \ \ \
| * | | | | | merge 8.7dgp2022-09-211-1/+1
* | | | | | | Add SetElement function to abstract lists. Fix a few bugs.griffin2022-10-181-1/+2
* | | | | | | Update AbstractList man page.griffin2022-10-141-2/+2
* | | | | | | Sync with core-8-branchgriffin2022-10-121-1/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Modify AbstractList functions to include interp for error reporting. Other va...griffin2022-10-111-121/+93
* | | | | | | Code cleanup and reorganizegriffin2022-10-081-0/+21
* | | | | | | Sync with core-8-branchgriffin2022-10-071-57/+91
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Missing error-check in Tcl_GetWideIntFromObj (backported from 9.0, was alread...jan.nijtmans2022-10-051-2/+4
| * | | | | | Fix some bugs in lseqgriffin2022-10-041-2/+7
| | |_|_|_|/ | |/| | | |
| * | | | | Fix various issues with refCounts.griffin2022-09-301-4/+2
| | |_|_|/ | |/| | |
| * | | | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv...jan.nijtmans2022-09-281-10/+8
| | |_|/ | |/| |
| * | | int -> ListSizeT, and a few more simplificationsjan.nijtmans2022-09-281-4/+6
| | |/ | |/|
| * | Fix out-of-bounds length bug.griffin2022-09-251-11/+37
| |/
| * Fix some typos in comments.fvogel2022-09-051-6/+6
| * Restore compatibility with C++ compilerjan.nijtmans2022-09-011-8/+6
| * Fix build issues.griffin2022-08-311-2/+1
| * Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-0/+955
* Move all ArithSeries code to it's own file. Sync other changes wil TIP-629.griffin2022-08-281-0/+854