summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.h
Commit message (Expand)AuthorAgeFilesLines
* Add fix inconsistent rounding (bug-e5f06285de).griffin2023-04-251-0/+1
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-2/+2
* Merge 8.7jan.nijtmans2022-12-211-7/+2
|\
| * Make two more functions staticjan.nijtmans2022-12-211-5/+0
| * Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-4/+2
* | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-081-3/+0
|/
* Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+2
* No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-281-2/+2
* Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-3/+11
* There is no guarantee that sizeof(Tcl_WideInt) == sizeof(double), so the offs...jan.nijtmans2022-11-211-5/+5
* Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-2/+2
* Fix out-of-bounds length bug.griffin2022-09-251-5/+8
* Fix some typos in comments.fvogel2022-09-051-1/+1
* Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-0/+54