Timeline
Not logged in

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

50 events by user griffin occurring around 2022-08-31 23:41:13.

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
2022-08-11
16:21
Fix UpdateString to handle general case. Fix bug with elements list. check-in: be461832a4 user: griffin tags: abstractlist-with-625
2022-08-10
17:28
Fix memory leak with Tcl_AbstractListObjGetElements. check-in: da8fa1ebf7 user: griffin tags: abstractlist-with-625
04:21
Make AbstractListRepPtr part of the public API as Tcl_AbstractListRepPtr. Fix bug with ArithSeries R... check-in: 9cd90fbcce user: griffin tags: abstractlist-with-625
2022-08-08
23:52
Add version number to AbstractList implementation. Make sure lsort and lreplace do not shimer their ... check-in: 4f00a91905 user: griffin tags: abstractlist-with-625
19:38
Abstract Lists (TIP-225) initial implementation. check-in: e8d4ce3e08 user: griffin tags: abstractlist-with-625
2022-07-23
16:04
sync up with core-8-brnach. check-in: dcbaa175f3 user: griffin tags: tip-629
2022-07-22
19:15
Rewrite argument processing code. All correct and error conditions are handled. Add some new tests ... check-in: d51e8e415e user: griffin tags: tip-629
2022-07-16
17:25
Fix nroff errors in range man page. check-in: 804d1c0c1d user: griffin tags: tip-629
2022-07-14
03:23
Remove support for double (real) values. Fix a couple cases of shimmering. Don't update the string r... check-in: f2cc3b1d88 user: griffin tags: tip-629
00:18 Edit [f4bcf0701cac573c|f4bcf0701c]: Edit check-in comment. artifact: 4ad72fd6c9 user: griffin
2022-07-12
18:57
Fix issue with sign of step value: if the sign of the step value is in conflict with the range, the ... check-in: f4bcf0701c user: griffin tags: tip-629