summaryrefslogtreecommitdiffstats
path: root/tests/lseq.test
Commit message (Expand)AuthorAgeFilesLines
* Revert [0b05b5c750df] that broke bigdata tests and lseq-1.13apnadkarni2023-08-131-1/+1
* Implement in,ni operator for abstract listsgriffin2023-08-081-0/+43
* Fix bug [c25d2cd3e6], as well as memory leaks in lsearch and concat.griffin2023-07-161-3/+5
* dup test namedgp2023-07-141-1/+1
* Add testapnadkarni2023-07-121-0/+21
* merge trunkgriffin2023-06-301-5/+29
|\
| * Test update for bug [63530267aa]. Fix 32-bit embtest build issue.griffin2023-06-301-5/+29
* | merge trunkgriffin2023-06-301-1/+1
|\ \ | |/
| * Merge 9.0jan.nijtmans2023-06-271-1/+1
* | Merge trunkgriffin2023-05-231-58/+111
|\ \ | |/
| * Fix test to be stable.griffin2023-05-211-2/+2
| * Add cleanup to lseq tests. Fix assertion.griffin2023-05-201-50/+129
| * Fix for [5ee01098824881b5], lseq list conversion results in attempt to accesspooryorick2023-05-171-0/+6
* | Add Tcl_BumpObj() used to prevent leaks from Abstract List elements.griffin2023-05-171-1/+46
| |
| \
*-. \ Partial sync-up with trunk.griffin2023-04-301-30/+42
|\ \ \ | | |/
| | * Fix index descrepencies (bug-fa00fbbbabe).griffin2023-04-261-9/+42
| | |\ | |/ /
| | * merge trunk, address some 32-bit issues.griffin2023-04-261-3/+3
| | |\ | | |/ | |/|
| | * Add fix inconsistent rounding (bug-e5f06285de).griffin2023-04-251-2/+20
| | * sync with trunk. Fix lseq size bugs.griffin2023-04-201-4/+12
| | |\ | | |/ | |/|
| | * Fix bug-fa00fbbbabe - seq / lindex discrepanciesgriffin2023-04-161-6/+13
| |/
* | Merge trunkgriffin2023-03-251-3/+6
|\ \ | |/
| * Fix longIs64Bit->has64BitLengths else test will not run on 64-bit Windapnadkarni2023-03-221-2/+5
| * Add longIs64bit constraint to lseq-4.4 (because this isn't expected to work o...jan.nijtmans2023-03-201-1/+2
* | Support multiple indicies in abstract list lindex operation.griffin2022-11-241-0/+15
|\ \ | |/
* | TIP 636 for Tcl 9griffin2022-11-021-3/+10
|\ \ | |/ |/|
| * Sync with core-8-branchgriffin2022-11-011-3/+35
| |\
| * | More work on lset support in AbstractListsgriffin2022-10-191-0/+6
| * | Add SetElement function to abstract lists. Fix a few bugs.griffin2022-10-181-1/+1
| * | Sync with core-8-branchgriffin2022-10-071-3/+42
| |\ \
| * | | Move all ArithSeries code to it's own file. Sync other changes wil TIP-629.griffin2022-08-281-17/+96
| * | | Reimplement AbstrctList type structure to simplify. fix various bugs.griffin2022-08-191-28/+44
| * | | Make AbstractListRepPtr part of the public API as Tcl_AbstractListRepPtr.griffin2022-08-101-12/+5
| * | | Add version number to AbstractList implementation. Make sure lsort and lrepla...griffin2022-08-081-0/+16
| * | | Abstract Lists (TIP-225) initial implementation.griffin2022-08-081-0/+378
| / /
* | | 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
|/
* 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