Timeline
Not logged in

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

50 events by user sebres occurring around 2024-05-21 10:33:56.

2024-05-28
12:52
ioTrans.test: removed constraint definition - notValgrind is already part of tcltest check-in: 568c30c692 user: sebres tags: core-8-6-branch
2024-05-27
20:19
merge 8.7 check-in: b3d08c0262 user: sebres tags: trunk, main
20:16 Edit [331d12e7b771f2c9|331d12e7b7]: Edit check-in comment. artifact: 8b38ddab49 user: sebres
20:16
merge 8.6 check-in: 331d12e7b7 user: sebres tags: core-8-branch
20:09
speedup interp.test a bit: switch to 50ms-based time limits (instead of 1sec); more tests for interp... check-in: 9a6ae506c9 user: sebres tags: core-8-6-branch
19:28 Closed ticket [e3f4a8b78d]: Empty error message when interp limits are exceeded plus 6 other changes artifact: 864cbf7d4f user: sebres
19:26
fix for [e3f4a8b78dec4bdb]: don't swallow limit errors in further invocations of EvalObjvCore (e. g.... check-in: 35646a4ff2 user: sebres tags: core-8-6-branch
18:51 Open ticket [e3f4a8b78d]: Empty error message when interp limits are exceeded plus 5 other changes artifact: c0d4abcaab user: sebres
11:57 Closed ticket [ee4d701bb3]: append.test strangely fails with -singleproc 1 (but not with 0), if it compare utf32string representations (on "constructed" smiley) plus 6 other changes artifact: d296931177 user: sebres ... 3 similar events omitted.
2024-05-22
12:50 Edit [039305c27426e7ed|039305c274]: Change branch background color to "#ffb697". artifact: 17b7a66917 user: sebres
10:53 Ticket [7842f33a5c] TCL crash (core) status still Open with 3 other changes artifact: 98645273ef user: sebres
10:50
merge 8.7 check-in: aed7d249ae user: sebres tags: trunk, main
10:50
amend to [de08cf03235f3ce9], [7842f33a5cc5eed0], stop tail recursion in AddSimpleClassChainToCallCon... check-in: 22966032c2 user: sebres tags: core-8-branch
10:24
merge point check-in: 0b7ca46179 user: sebres tags: trunk, main
10:23
merge point check-in: 80fa732c8d user: sebres tags: core-8-branch
10:22
cherry-pick [659ca0ae8da43a1e] for 8.6: don't need to invoke it in case if oPtr->selfCls is NULL check-in: 3ebb66feb1 user: sebres tags: core-8-6-branch
10:13
merge 8.7 check-in: 28a69010d7 user: sebres tags: trunk, main
10:11
small amend to [1d16344c8cfaecc8], [7842f33a5cc5eed0]: don't need to invoke both functions in case i... check-in: 659ca0ae8d user: sebres tags: core-8-branch
2024-05-21
10:51
merge 8.7 check-in: 780ab56525 user: sebres tags: trunk, main
10:49
circumvent crash [7842f33a5cc5eed0] on null ptr (oPtr->selfCls may be NULL) check-in: 1d16344c8c user: sebres tags: core-8-branch
10:35 Closed ticket [79474c5880]: refchan segfault plus 5 other changes artifact: e7dcec90ce user: sebres
10:33
merge 8.7 check-in: bc2e652394 user: sebres tags: trunk, main
09:48
merge 8.6 check-in: 5be1c6c979 user: sebres tags: core-8-branch
09:45
closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers and reflected channels) check-in: 4342b27a4b user: sebres tags: core-8-6-branch
09:03 Ticket [79474c5880] refchan segfault status still Pending with 3 other changes artifact: d7a70aee95 user: sebres
08:47 Edit [b055b41a3b36a005|b055b41a3b]: Cancel tag "core-fix-79474c58800cdf94". artifact: a27a5dc308 user: sebres
2024-05-17
13:23 Edit [b055b41a3b36a005|b055b41a3b]: Add tag "core-fix-79474c58800cdf94". artifact: be87a0f03b user: sebres
13:22 Edit [f41c1304d5f124fe|f41c1304d5]: Cancel tag "core-fix-79474c58800cdf94". artifact: 41745b3f49 user: sebres
13:21
split iocmd-32.3 in two tests (move cycle outside of the test) Closed-Leaf check-in: b055b41a3b user: sebres tags: fix-79474c58800cdf94
13:08 Ticket [79474c5880] refchan segfault status still Pending with 3 other changes artifact: e061157b12 user: sebres
12:58 Edit [f41c1304d5f124fe|f41c1304d5]: Add tag "core-fix-79474c58800cdf94". artifact: 75004ddf3b user: sebres
12:57
merge apn-channelstate-leak, fixes possible leaks on several members that may be set after the close... check-in: f41c1304d5 user: sebres tags: fix-79474c58800cdf94
12:14 Ticket [79474c5880] refchan segfault status still Pending with 3 other changes artifact: f29fa4b208 user: sebres ... 1 similar event omitted.
10:14
extend test to cover both variants (without and with error in reflected write handler) check-in: 0dac722930 user: sebres tags: fix-79474c58800cdf94
09:51
fixes yet another segfault (if write handler doesn't generate an error, but returns normally with le... check-in: 2c48f0c544 user: sebres tags: fix-79474c58800cdf94
2024-05-16
20:32 Ticket [79474c5880] refchan segfault status still Pending with 3 other changes artifact: 54d870750e user: sebres
20:28
fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", its refCount may be large... check-in: 47cb98a686 user: sebres tags: fix-79474c58800cdf94
19:19 Ticket [79474c5880] refchan segfault status still Pending with 3 other changes artifact: 71ac8e1a09 user: sebres ... 3 similar events omitted.
09:01 Edit [10a82e29ad4b2115|10a82e29ad]: Cancel tag "core-fix-79474c58800cdf94". artifact: f797a37b89 user: sebres
08:56
code review: preserving r/w channels after all possible failures (don't need to release in error cas... check-in: 70133fbef0 user: sebres tags: fix-79474c58800cdf94
08:56
code review: preserving r/w channels after all possible failures (don't need to release in error cas... Closed-Leaf check-in: 36be7eb4a4 user: sebres tags: fix-79474c58800cdf94--8-5-based
08:49
test: clean timeout timer check-in: 62afca68bb user: sebres tags: fix-79474c58800cdf94
2024-05-15
15:14 Pending ticket [79474c5880]: refchan segfault plus 3 other changes artifact: bb469d4ad3 user: sebres