summaryrefslogtreecommitdiffstats
path: root/tests/lseq.test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge 8.7jan.nijtmans2022-11-011-3/+36
|\ \ \ | | |/ | |/|
| * | Fix refCount crash. Improve ArithSeries regression coverage.griffin2022-11-011-2/+33
| |/
| * Fix some bugs in lseqgriffin2022-10-041-1/+1
| |
* | Fix some bugs in lseqgriffin2022-10-041-1/+1
| |
* | Fix Obj leaks in ArithSeries.griffin2022-10-021-2/+15
|\ \ | |/
| * Fix various issues with refCounts.griffin2022-09-301-2/+12
| |
* | Fix bug-99e834bf33griffin2022-09-291-1/+11
|\ \ | |/
| * Fix bug-99e834bf33griffin2022-09-291-0/+10
| |
* | Remove "unknown" constraint, since it now worksjan.nijtmans2022-09-291-8/+8
| |
* | Fix bug-9933cc4d88 - not an error in 9griffin2022-09-281-2/+3
|\ \ | |/
* | Don't worry deprecation warnings for Tcl_SaveResult: If TIP #640 is accepted ↵jan.nijtmans2022-09-281-9/+9
|/ | | | | | it won't matter any more. Eliminate some compiler warnings Mark some lseq testcases as "knownBug", they still need to be fixed
* Fix out-of-bounds length bug.griffin2022-09-251-0/+19
|
* Sync with core-8-branch listObj changes.griffin2022-08-301-1/+1
|
* Implement support for float (double) values. Add more test coverage.griffin2022-08-241-4/+71
|
* Bug fixesgriffin2022-08-171-3/+31
|
* Rename command from "range" to "lseq".griffin2022-08-141-0/+387
Remove public C API calls, not part of the TIP. Fix shimmer in [join] command. Implement GetElements call for ArithSeries.