Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events by user griffin occurring around 2022-09-29 13:45:46.

2022-10-22
00:07
Add Replace (lreplace) function to AbstractList type, and corrisponding Tcl_AbstractListObjReplace()... check-in: db774b9844 user: griffin tags: tip-636
2022-10-19
22:29
Sync with core-8-branch check-in: f7832c5884 user: griffin tags: tip-636
04:35
More work on lset support in AbstractLists check-in: f241fccdde user: griffin tags: tip-636
2022-10-18
01:03
Add SetElement function to abstract lists. Fix a few bugs. check-in: 4c94af99a3 user: griffin tags: tip-636
2022-10-14
23:27
Sync with tip-636, core-8-branch Closed-Leaf check-in: f0d803887d user: griffin tags: tip-636-sandbox
22:35
Sync with core-8-branch check-in: 5640a38dec user: griffin tags: tip-636
22:06
Update AbstractList man page. check-in: dfc0130efb user: griffin tags: tip-636
2022-10-12
21:16
Sync with core-8-branch check-in: 481668e798 user: griffin tags: tip-636
2022-10-11
16:48
Pick up API changes. check-in: f326e7a0d4 user: griffin tags: tip-636-sandbox
03:49
Modify AbstractList functions to include interp for error reporting. Other various improvements. check-in: 0485bcc580 user: griffin tags: tip-636
2022-10-09
00:25
TIP-629 closed Closed-Leaf check-in: 5a44a8c18c user: griffin tags: tip-629
2022-10-08
22:31
Code cleanup and reorganize check-in: ff3701bbfd user: griffin tags: tip-636
04:28
TIP #636 starting imiplementation. check-in: 85db0230f9 user: griffin tags: tip-636
02:39
Sync with core-8-branch Closed-Leaf check-in: 1fd2fe2478 user: griffin tags: abstractlist-with-625
2022-10-07
19:14
Sync with core-8-branch check-in: 5c486bb6e6 user: griffin tags: abstractlist-with-625
2022-10-04
22:05
Fix some bugs in lseq check-in: 5a5bf81d4c user: griffin tags: trunk, main
20:15
Fix some bugs in lseq check-in: 43a55b4088 user: griffin tags: core-8-branch
2022-10-02
19:03
Fix Obj leaks in ArithSeries. check-in: edf761f264 user: griffin tags: trunk, main
2022-09-30
20:27
Fix refCount issues related to lseq check-in: d0ce458221 user: griffin tags: core-8-branch
18:33
Remove redundant file references in makefiles check-in: f03a9a3fdc user: griffin tags: abstractlist-with-625
00:03
Fix various issues with refCounts. Closed-Leaf check-in: e9bfacc97b user: griffin tags: lseq-refCount-bug
2022-09-29
16:32 Closed ticket [99e834bf33]: lseq, lindex end off by one plus 6 other changes artifact: 24aa3166ad user: griffin
16:30
Fix bug-99e834bf33 check-in: b30b31e1d4 user: griffin tags: trunk, main
16:10
Fix bug-99e834bf33 check-in: f3530c8d1f user: griffin tags: core-8-branch
13:45
Sync with core-8-branch check-in: bf662d3d03 user: griffin tags: abstractlist-with-625
2022-09-28
16:53
Fix bug-9933cc4d88 - not an error in 9 check-in: d19dae2984 user: griffin tags: trunk, main
2022-09-27
18:50
Fix bug-9933cc4d88 check-in: 5aa21fd9c9 user: griffin tags: core-8-branch
18:17
sync with core-8-branch Closed-Leaf check-in: d519f57b8f user: griffin tags: bug-9933cc4d88
2022-09-26
16:27
Fix compile error. check-in: 568b039aac user: griffin tags: bug-9933cc4d88
2022-09-25
18:05
Fix out-of-bounds length bug. check-in: 5556538a70 user: griffin tags: bug-9933cc4d88
17:50 Ticket [9933cc4d88] lseq corner case status still Open with 3 other changes artifact: cc6293cf0d user: griffin ... 1 similar event omitted.
2022-09-20
14:36
TIP 629: Add a lseq command to the core of list commands check-in: f14407c635 user: griffin tags: core-8-branch
2022-09-19
16:30
Sync with core-8-branch, fix shimmer in TclLindexFlat. check-in: 5e65443def user: griffin tags: tip-629
2022-09-16
14:14
Sync with core-8-branch check-in: c2ee451bdc user: griffin tags: tip-629
2022-08-31
23:41
Fix build issues. check-in: 6f40e93a2a user: griffin tags: tip-629
2022-08-30
19:09
Sync with core-8-branch check-in: 1e12ce976c user: griffin tags: tip-629
17:56
Sync with core-8-branch listObj changes. check-in: 82bd0b88d6 user: griffin tags: tip-629
2022-08-29
18:05
sync with core-8-branch check-in: c077434fb1 user: griffin tags: tip-629
2022-08-28
22:55
Move ArithSeries code to its own files. More bug fixes. check-in: bf1809b762 user: griffin tags: tip-629
00:45
Missed change for Windows. check-in: 0d08ce53eb user: griffin tags: abstractlist-with-625
00:10
Move all ArithSeries code to it's own file. Sync other changes wil TIP-629. check-in: c492ce8743 user: griffin tags: abstractlist-with-625
2022-08-25
20:39
sync up with core-8-branch check-in: 6ff9af9a54 user: griffin tags: tip-629
2022-08-24
23:22
Implement support for float (double) values. Add more test coverage. check-in: 0efb01486a user: griffin tags: tip-629
2022-08-19
18:08
Reimplement AbstrctList type structure to simplify. fix various bugs. check-in: d59097be3b user: griffin tags: abstractlist-with-625
2022-08-17
22:32
Bug fixes check-in: 6db6bdb9af user: griffin tags: tip-629
2022-08-16
18:33
Implement lrange for arithseries. Code cleanup. check-in: cbd3045166 user: griffin tags: tip-629
2022-08-15
15:23
Fix memory leak. check-in: 78161e7f73 user: griffin tags: abstractlist-with-625
2022-08-14
02:21
sync with core-8-branch check-in: 654414a485 user: griffin tags: tip-629
01:22
Rename command from "range" to "lseq". Remove public C API calls, not part of the TIP. Fix shimmer i... check-in: 6d9ef1c25a user: griffin tags: tip-629