summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-191-3/+3
|\
| * 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
* | merge trunkgriffin2023-08-131-2/+2
|\ \
| * | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-2/+2
* | | Replace DuplicateObj with ListObjCopy where appropriate.griffin2023-08-111-1/+1
* | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-1/+1
|\ \ \ | |/ /
| * | silence compiler warningdgp2023-08-101-1/+1
* | | Proposed fix for bug-bc7ddc7944griffin2023-08-101-2/+2
|/ /
* | Fix uninitialized variable.griffin2023-08-091-1/+3
* | Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index ...griffin2023-08-081-3/+3
* | Implement in,ni operator for abstract listsgriffin2023-08-081-2/+87
* | Fix bug [c25d2cd3e6], as well as memory leaks in lsearch and concat.griffin2023-07-161-1/+2
* | merge trunkgriffin2023-06-301-9/+18
|\ \
| | \
| | \
| *-. \ merge 8.7griffin2023-06-291-8/+19
| |\ \ \ | | | |/
| | | * Fix uninitialized variable.griffin2023-06-291-2/+1
| | |/
| | * Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making additi...griffin2023-06-281-117/+200
* | | Remove getdbl abstraction.griffin2023-06-131-2/+1
* | | merge trunkgriffin2023-06-061-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-06-021-1/+1
| |\ \ | | |/
| | * New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* | | Function name cleanup.griffin2023-05-261-2/+1
* | | merge trunk, fix leak.griffin2023-05-251-6/+15
|\ \ \ | |/ /
* | | Remove old cruft.griffin2023-05-251-9/+10
* | | merge trunkgriffin2023-05-091-46/+0
|\ \ \ | |/ /
| * | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead.pooryorick2023-05-051-46/+0
* | | merge trunkgriffin2023-05-031-2/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-04-301-2/+1
| |\ \ | | |/
| | * Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-291-1/+1
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Partial sync-up with trunk.griffin2023-04-301-75/+245
|\ \ \ \ \ \ | | | | |/ /
| | | | * | merge trunk, address some 32-bit issues.griffin2023-04-261-17/+16
| | | | |\ \ | | | | |/ / | | | |/| |
| | | * | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-1/+1
| | |/ / /
| | | * | Add fix inconsistent rounding (bug-e5f06285de).griffin2023-04-251-29/+103
| | | * | merge trunkgriffin2023-04-211-1/+1
| | | |\ \ | | | |/ / | | |/| |
| | | | |
| | | | \
| | | *-. \ sync with trunk. Fix lseq size bugs.griffin2023-04-201-9/+10
| | | |\ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | | * | Fix bug-fa00fbbbabe - seq / lindex discrepanciesgriffin2023-04-161-36/+82
| | |/ / | |/| |
| | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-3/+3
| |/ /
* | | Merge trunkgriffin2023-03-251-85/+90
|\ \ \ | |/ /
| * | 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
* | | code cleanup (reduce diff with trunk)jan.nijtmans2022-12-241-164/+154
* | | Make as much abstract list implementation as possible internal.griffin2022-12-211-34/+144
* | | Reserve a place in abstractlist for an additional functionjan.nijtmans2022-12-181-0/+1
* | | Add 'getdouble' function to ObjType, used for abstractlist types. -- Experime...griffin2022-12-071-1/+2
* | | Merge 9.0. Fix Windows build (testcases need tcl::test package). Modify TCL_O...jan.nijtmans2022-12-011-2/+2
|\ \ \ | |/ /
| * | Merge 9.0. New macro ABSTRACTLIST_PROCjan.nijtmans2022-11-281-8/+16
| |\ \