Timeline
Not logged in

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

50 events by user dkf occurring around 2024-05-16 08:44:49.

2024-05-17
13:43
Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method now have the correct li... check-in: 371e968deb user: dkf tags: core-8-6-branch
13:41 Ticket [87271f7cd6] TclOO + coroutine + event loop = coredump status still Open with 3 other changes artifact: 9bb88bab2b user: dkf ... 1 similar event omitted.
13:29
Remove the band-aid Closed-Leaf check-in: 6f7807664e user: dkf tags: bug-87271f7cd6
13:28
Fix the problem properly check-in: e15875e0c3 user: dkf tags: bug-87271f7cd6
11:11
Starting to clean up the mess. The extra frame info can have the same lifespan as the method itself. check-in: 2b8c097bdc user: dkf tags: bug-87271f7cd6
2024-05-16
16:03 Ticket [87271f7cd6] TclOO + coroutine + event loop = coredump status still Open with 3 other changes artifact: 55c2cad67e user: dkf
15:56 Edit [bc5bf9b73eb1effc|bc5bf9b73e]: Change branch background color to "#ff6b6b". artifact: a3b425aa83 user: dkf
15:55
Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: ee33b4b923 user: dkf tags: trunk, main
15:55
Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: 9208e56d48 user: dkf tags: core-8-branch
15:53
Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer crashes check-in: 03f0a26c4f user: dkf tags: core-8-6-branch
15:51
Apply an emergency workaround check-in: 6f1d88839c user: dkf tags: bug-87271f7cd6
15:43 Ticket [87271f7cd6] TclOO + coroutine + event loop = coredump status still Open with 3 other changes artifact: 11362e5a83 user: dkf
15:43
Make sure we're looking for the right results check-in: 54f7c2e017 user: dkf tags: bug-87271f7cd6
15:38
Test that hits [87271f7cd6] reasonably precisely check-in: bc5bf9b73e user: dkf tags: bug-87271f7cd6
14:51 Ticket [87271f7cd6] TclOO + coroutine + event loop = coredump status still Open with 3 other changes artifact: 138a5999ba user: dkf
12:45 Ticket [79474c5880] refchan segfault status still Pending with 3 other changes artifact: 2761b18997 user: dkf
12:43
A couple of tiny code style improvements check-in: d886cbe9b6 user: dkf tags: fix-79474c58800cdf94
12:38
General code style fixes for TclOO only check-in: 839c6624e5 user: dkf tags: dkf/oo-code-style
08:53 Closed ticket [36e5517a68]: Incompatible change in behavior of -private option to info class methods command plus 5 other changes artifact: 738006777a user: dkf ... 1 similar event omitted.
08:53
Fix [36e5517a6850]: old style method selection in [info class methods] and [info object methods] sti... check-in: b0d8ee5168 user: dkf tags: trunk, main
08:51
Add code comments Closed-Leaf check-in: b301f4ad65 user: dkf tags: bug-36e5517a6850
08:45 Ticket [36e5517a68] Incompatible change in behavior of -private option to info class methods command status still Open with 3 other changes artifact: fd6e5fe322 user: dkf
08:44
Fix the bug; [info class methods -private] regression with TIP 500 check-in: ec19b5e416 user: dkf tags: bug-36e5517a6850
08:23 Edit [16cfbe1ef08c5767|16cfbe1ef0]: Change branch background color to "#f34444". artifact: 70f90338ab user: dkf
08:23
Tests to illustrate problem found in [36e5517a6850] check-in: 16cfbe1ef0 user: dkf tags: bug-36e5517a6850
07:58 Ticket [36e5517a68] Incompatible change in behavior of -private option to info class methods command status still Open with 4 other changes artifact: cbaf70c7f9 user: dkf ... 3 similar events omitted.
2024-05-15
14:35
Stop using Tcl_AppendResult to build full results It's fine if actually appending... but we hardl... check-in: 799bc15719 user: dkf tags: result-helpers
12:20 Edit [3a60363aa10ef993|3a60363aa1]: Add tag "dkf/to-redo". artifact: 6d554077a9 user: dkf
2024-05-14
16:06
Add helper macros TclSetResult and TclPrintfResult check-in: 0b65fb9e0c user: dkf tags: result-helpers
2024-05-13
19:57
Rebuild the stub table, add attributes to func definitions Leaf check-in: a396528193 user: dkf tags: sentinel
15:48
Trying out the sentinel attribute of GCC check-in: d67dd7508a user: dkf tags: sentinel
15:41
Clean up a lot of small whitespace issues This is the dullest commit ever. Sorry. check-in: 3a60363aa1 user: dkf tags: trunk, main, dkf/to-redo
2024-05-10
15:40
More whitespace cleanup check-in: 835b1a5566 user: dkf tags: trunk, main
13:51
Funcs without args must explicitly take void Otherwise C compilers operate in a weird legacy mode... check-in: 0ddcb6cf85 user: dkf tags: trunk, main
13:45
Code style fixes Mostly whitespace fixing really check-in: 24dcf13ff2 user: dkf tags: trunk, main
11:28
Code style cleanup check-in: 74fd982252 user: dkf tags: trunk, main
2024-05-09
15:38
Tidy up the zlib code a bit In particular, 'cd' was used for vars of different types (ClientData,... check-in: 6197e63dd8 user: dkf tags: trunk, main
2024-05-08
09:03
Cleaning up tclWinSock.c check-in: e0bdc14669 user: dkf tags: trunk, main
2024-04-23
16:06
Hmm, something is broken. Leaving this here but this commit is definitely wrong somehow Leaf check-in: b356268e32 user: dkf tags: tidy-indentation
15:16 Ticket [28cc67a606] array set from dict: set values multi times on the same array is slower with Tcl9.0. status still Open with 3 other changes artifact: a959303014 user: dkf
2024-04-18
15:06
Tidy up some indentation and other little code style issues check-in: cb11914788 user: dkf tags: tidy-indentation
14:41
Tcl_DuplicateObj can't return NULL check-in: 750dad1cdf user: dkf tags: trunk, main
2024-04-12
16:09
Clean up the arith series code, including fixing a memory leak check-in: 89b0506a36 user: dkf tags: trunk, main
14:10
Clock not weak; clock strong! check-in: 110aa21b66 user: dkf tags: trunk, main
14:02
Merge 8.7 check-in: 4ccd8c6c4b user: dkf tags: trunk, main