summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-2/+2
* Merge 8.7jan.nijtmans2022-12-211-113/+107
|\
| * Make two more functions staticjan.nijtmans2022-12-211-6/+8
| * Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-108/+102
| * No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-13/+13
* | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-081-9/+10
* | Merge 9.0. New macro ABSTRACTLIST_PROCjan.nijtmans2022-11-281-8/+16
|\ \
| * \ Merge 8.7jan.nijtmans2022-11-281-6/+14
| |\ \ | | |/
| | * Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-20/+26
* | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-271-1/+1
* | | HAS_ABSTRACTLIST_PROCjan.nijtmans2022-11-261-1/+2
* | | Merge 9.0jan.nijtmans2022-11-251-3/+4
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-11-251-3/+4
| |\ \ | | |/
| | * Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-3/+4
* | | Merge 9.0jan.nijtmans2022-11-251-3/+3
|\ \ \ | |/ /
| * | Unbreak Windows build. More int -> size_t, being able to handle longer stringsjan.nijtmans2022-11-251-3/+3
* | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-14/+15
|/ /
* | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-6/+24
|\ \
| * \ Merge 8.7. Eliminate gcc warningjan.nijtmans2022-11-011-2/+2
| |\ \ | | |/
| * | Merge 8.7jan.nijtmans2022-11-011-2/+20
| |\ \ | | |/
| | * Fix refCount crash. Improve ArithSeries regression coverage.griffin2022-11-011-2/+20
| | * typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-1/+1
| * | Merge 9.0jan.nijtmans2022-10-181-1/+1
| |\ \
| * \ \ Rebase to 9.0jan.nijtmans2022-10-121-4/+4
| |\ \ \
* | \ \ \ Rebase to 9.0jan.nijtmans2022-10-211-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
| |/ / /
* | | | 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
* | | | | | | 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