summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [578b7e273c03]: Round computed end value to match precision of given argu...jan.nijtmans2024-02-151-4/+9
* Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-3/+3
* Code cleanup for arithSeries, all backported from 9.0jan.nijtmans2023-07-101-245/+263
* Fix uninitialized variable.griffin2023-06-291-2/+1
* Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making additi...griffin2023-06-281-117/+200
* New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-291-1/+1
* 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
* Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-20/+26
* Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-3/+4
* 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 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
|\ \ | |/
| * Fix various issues with refCounts.griffin2022-09-301-4/+2
* | 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
* | Merge 8.7jan.nijtmans2022-09-281-11/+37
|\ \ | |/
| * Fix out-of-bounds length bug.griffin2022-09-251-11/+37
* | merge 8.7dgp2022-09-211-1/+1
|/
* 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