summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* 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