Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Replace (lreplace) function to AbstractList type, and corrisponding Tcl_A... | griffin | 2022-10-22 | 1 | -1/+2 |
* | Sync with core-8-branch | griffin | 2022-10-19 | 1 | -1/+2 |
|\ | |||||
| * | merge 8.7 | dgp | 2022-10-05 | 1 | -4/+11 |
| |\ | |||||
| * \ | merge 8.7 | dgp | 2022-10-03 | 1 | -4/+2 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -10/+8 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -4/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -11/+37 |
| |\ \ \ \ \ | |||||
| * | | | | | | merge 8.7 | dgp | 2022-09-21 | 1 | -1/+1 |
* | | | | | | | Add SetElement function to abstract lists. Fix a few bugs. | griffin | 2022-10-18 | 1 | -1/+2 |
* | | | | | | | Update AbstractList man page. | griffin | 2022-10-14 | 1 | -2/+2 |
* | | | | | | | Sync with core-8-branch | griffin | 2022-10-12 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Modify AbstractList functions to include interp for error reporting. Other va... | griffin | 2022-10-11 | 1 | -121/+93 |
* | | | | | | | Code cleanup and reorganize | griffin | 2022-10-08 | 1 | -0/+21 |
* | | | | | | | Sync with core-8-branch | griffin | 2022-10-07 | 1 | -57/+91 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Missing error-check in Tcl_GetWideIntFromObj (backported from 9.0, was alread... | jan.nijtmans | 2022-10-05 | 1 | -2/+4 |
| * | | | | | | Fix some bugs in lseq | griffin | 2022-10-04 | 1 | -2/+7 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Fix various issues with refCounts. | griffin | 2022-09-30 | 1 | -4/+2 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv... | jan.nijtmans | 2022-09-28 | 1 | -10/+8 |
| | |_|/ | |/| | | |||||
| * | | | int -> ListSizeT, and a few more simplifications | jan.nijtmans | 2022-09-28 | 1 | -4/+6 |
| | |/ | |/| | |||||
| * | | Fix out-of-bounds length bug. | griffin | 2022-09-25 | 1 | -11/+37 |
| |/ | |||||
| * | Fix some typos in comments. | fvogel | 2022-09-05 | 1 | -6/+6 |
| * | Restore compatibility with C++ compiler | jan.nijtmans | 2022-09-01 | 1 | -8/+6 |
| * | Fix build issues. | griffin | 2022-08-31 | 1 | -2/+1 |
| * | Move ArithSeries code to its own files. More bug fixes. | griffin | 2022-08-28 | 1 | -0/+955 |
* | Move all ArithSeries code to it's own file. Sync other changes wil TIP-629. | griffin | 2022-08-28 | 1 | -0/+854 |