summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #697: 32-bit truncation in format and scan (let's gain some time)jan.nijtmans2024-06-191-1/+1
* merge 8.7 (several conflicts resolved)sebres2024-06-121-28/+38
|\
| * ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, tr...sebres2024-06-121-28/+34
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-61/+41
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-36/+38
* | Clean up a lot of small whitespace issues dkf2024-05-131-38/+36
* | Clean up the arith series code, including fixing a memory leakdkf2024-04-121-176/+250
* | Merge 8.7jan.nijtmans2024-04-101-1/+1
|\ \ | |/
| * Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-3/+3
* | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-6/+6
|\ \ | |/
| * Formatting/indentingjan.nijtmans2024-03-211-29/+29
* | Fix indentation/brace usage style issuesdkf2024-03-191-15/+17
* | Merge 8.7jan.nijtmans2024-02-151-40/+40
|\ \ | |/
| * Fix [578b7e273c03]: Round computed end value to match precision of given argu...jan.nijtmans2024-02-151-4/+9
* | Fix bug 578b7e273c03. -- Round computed end value to match precision of given...griffin2024-02-151-1/+5
* | 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
| | | |\ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |