Timeline
Not logged in

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

50 events by user dkf occurring around 2024-04-09 15:23:22.

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
14:02
Fixed misleading comment check-in: b10d1c53a9 user: dkf tags: core-8-branch
13:32
Merge 8.7 check-in: fac0e545be user: dkf tags: trunk, main
13:25
More cleaning up, notably no more symbols starting with _ as they're a reserved 'namespace' check-in: bfb42faa67 user: dkf tags: core-8-branch
2024-04-11
16:14
Clean up the code style of the rest of clock check-in: 5e6e644645 user: dkf tags: core-8-branch
15:19
Next stage of migrating things to follow style: clock format support check-in: 3030150049 user: dkf tags: core-8-branch
13:35
A few more small changes check-in: 0f6b51b4b7 user: dkf tags: core-8-branch
13:19
Style cleanup, plus added comments on memory management check-in: 4b9f7f5493 user: dkf tags: core-8-branch
10:54
Style cleanup check-in: 7545483cf9 user: dkf tags: core-8-branch
08:55
Use Tcl_NewBooleanObj for booleans; we should say what we mean check-in: ba65f6c8c4 user: dkf tags: trunk, main
2024-04-10
13:03
Merge 8.7 check-in: adc02c7fad user: dkf tags: trunk, main
13:01
Use standard macro for freeing the internal rep check-in: 43e279fede user: dkf tags: core-8-branch
12:56 Ticket [167e0635db] `make valgrind` detections status still Open with 3 other changes artifact: 7eda870437 user: dkf ... 3 similar events omitted.
2024-04-09
15:25
Merge 8.7 check-in: ffc16bd3fd user: dkf tags: trunk, main
15:23
Add ability to regenerate tclOOScript.h to Win build check-in: 4f49e2b023 user: dkf tags: core-8-branch
11:28 Ticket [167e0635db] `make valgrind` detections status still Open with 3 other changes artifact: 016acdaa7c user: dkf
2024-03-19
17:09
more spacing/formatting tweaks check-in: 9a59cf8499 user: dkf tags: trunk, main
14:56
Fix indentation/brace usage style issues check-in: 1fbff64078 user: dkf tags: trunk, main
2024-03-08
15:32
Corrections to TclOO errorcodes from scripted parts check-in: 38f657fd68 user: dkf tags: trunk, main
2024-03-02
16:23
Add missing Tcl_NextHashEntry check-in: d9d1cd6122 user: dkf tags: trunk, main
2024-02-16
16:23
Derpfix... check-in: 934b2040da user: dkf tags: trunk, main
14:17
Reduce the number of warnings on Windows: channel names generated in one place check-in: d368958709 user: dkf tags: trunk, main
2024-02-12
18:22 New ticket [578b7e273c] Arithmetic Series Objects get wrong precision in some cases. artifact: 27edee8f62 user: dkf
2024-01-30
17:07
Tweaking indentation of code; really unimportant... Leaf check-in: bb72806960 user: dkf tags: dkf-indent-tweak
2024-01-29
20:48
Add doc comments check-in: 086b42976b user: dkf tags: oo-properties-c-impl
2024-01-28
21:56
Plug implementation in... and fix the silly bugs check-in: b646d981d4 user: dkf tags: oo-properties-c-impl
19:15
Property implementation 'definitions', not yet plumbed into documented API check-in: 5e424874ed user: dkf tags: oo-properties-c-impl
15:40
Property implementations: not plugged into Tcl level yet check-in: 9a3fcc0867 user: dkf tags: oo-properties-c-impl
2024-01-27
23:16
win/Makefile/in tinkering check-in: 648ebfe69a user: dkf tags: oo-properties-c-impl
22:09
Change back memory management to how I wanted it to be check-in: d40cca73e1 user: dkf tags: oo-properties-c-impl
22:05
Now passing tests check-in: fbcb7c7022 user: dkf tags: oo-properties-c-impl
12:24
Work in progress: Implementing properties with more C for greater speed check-in: 5ca04c05e7 user: dkf tags: oo-properties-c-impl
2024-01-25
20:26
Tidy up a bit by adding some comments to findDocWords check-in: faf0bd96e4 user: dkf tags: trunk, main
17:45
Another round of small fixes, especially spelling errors... check-in: df4af9e152 user: dkf tags: trunk, main
17:42
Add script I've used to find spelling errors in docs check-in: b5244677ec user: dkf tags: trunk, main
2024-01-21
23:03
More small bits of doc polishing check-in: af2506c080 user: dkf tags: trunk, main
17:48
Clean up of docs check-in: 4510e3d88c user: dkf tags: trunk, main
2024-01-19
17:32
more tinkering Leaf check-in: 5468585667 user: dkf tags: dkf-use-9-features
2024-01-11
16:17
Use tailcall to simplify unknown I'm not 100% satisfied with the result, but the reduction in cod... check-in: 9e9f369df4 user: dkf tags: dkf-use-9-features
2024-01-09
11:50
More small changes to use "modern" features check-in: 4aebdc40c2 user: dkf tags: dkf-use-9-features