summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-10-181-1/+1
|\
| * merge 8.7dgp2022-10-171-1/+1
| |\
| | * merge 8.7dgp2022-10-051-4/+11
| | |\
| | | * 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
| | * | 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
* | | | | | | Rebase to 9.0jan.nijtmans2022-10-121-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Fix Obj leaks in ArithSeries.griffin2022-10-021-0/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix various issues with refCounts.griffin2022-09-301-4/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Replace incorrect use of TclGetNumberFromObjdgp2022-09-301-4/+1
* | | | | | Fix bug-9933cc4d88 - not an error in 9griffin2022-09-281-3/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2022-09-281-10/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv...jan.nijtmans2022-09-281-10/+8
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2022-09-281-4/+6
|\ \ \ \ | |/ / /
| * | | int -> ListSizeT, and a few more simplificationsjan.nijtmans2022-09-281-4/+6
| |/ /
* | | Don't worry deprecation warnings for Tcl_SaveResult: If TIP #640 is accepted ...jan.nijtmans2022-09-281-1/+1
* | | Merge 8.7jan.nijtmans2022-09-281-11/+37
|\ \ \ | |/ /
| * | Fix out-of-bounds length bug.griffin2022-09-251-11/+37
| |/
* | Merge 8.7jan.nijtmans2022-09-211-8/+8
|/
* 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