Timeline
Not logged in

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

50 events by user dkf occurring around 2025-01-10 12:16:30.

2025-03-09
15:16
This is an experiment with eliminating the issuing of variable-width instructions Much complexity i... check-in: 091900ea2a user: dkf tags: no-variable-width-instruction-issue
2025-03-03
09:42
merge mark check-in: 3e3a67d911 user: dkf tags: trunk, main
09:41
Fix bug in Tcl_SetWideUIntObj. check-in: f9aef122bf user: dkf tags: core-9-0-branch
09:40
Fix bug in Tcl_SetWideUIntObj. check-in: c788185716 user: dkf tags: core-8-branch
09:33
Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObj check-in: 16c040e40a user: dkf tags: trunk, main
2025-03-02
15:48
Bunch of whitespace basic fixes. check-in: 809d595b56 user: dkf tags: trunk, main
2025-03-01
16:46
Tidier way of handling single-pointer internal representations Closed-Leaf check-in: d7db31fa83 user: dkf tags: inline-func
2025-02-16
15:17
Typo check-in: bc532fc550 user: dkf tags: inline-func
2025-02-11
17:11
Swap from deprecated build image to current one check-in: 3cb93852b7 user: dkf tags: trunk, main
17:10
More bits and pieces of functions check-in: f94ca90326 user: dkf tags: inline-func
2025-01-27
21:25
Turn some function-like macros into static inline functions check-in: 646ddf575d user: dkf tags: inline-func
2025-01-26
17:20
A few more hidden enums Closed-Leaf check-in: 3bf4c6223b user: dkf tags: enums-2
17:19
A few more hidden enums Closed-Leaf check-in: 3b8a8e54b0 user: dkf tags: public-enums
16:22
A few more bits that are enum-like check-in: dfe9dd170a user: dkf tags: public-enums
12:36
Define enums for many of the public-facing API constants. Careful! Only do for parts guarded against... check-in: 1f1c21f85e user: dkf tags: public-enums
12:18
Another hidden enum check-in: 872faf65c1 user: dkf tags: enums-2
2025-01-24
15:45
Adjust the comments for the new enums and their members. check-in: 9c82b1324b user: dkf tags: enums-2
14:25
Most remaining non-public numeric flag-like constants are now enums. check-in: 82d789298b user: dkf tags: enums-2
10:06
Turn some defines into enums, plus other minor cleanup in the win console code check-in: 365a6849d1 user: dkf tags: trunk, main
09:40
More WS... Closed-Leaf check-in: 0e28e62952 user: dkf tags: whitespace-fix
2025-01-20
14:39
Fixes for many many whitespace infelicities check-in: ba7d219e65 user: dkf tags: whitespace-fix
2025-01-13
09:59
More macros for measuring literals at compile time, and a shortcut for adding to error info Closed-Leaf check-in: 43e1c33e9e user: dkf tags: dkf-c11-features
2025-01-10
16:25
Clean up TEBC TRACE macro system check-in: 9dc5edae35 user: dkf tags: dkf-c11-features
13:01
Add TclPrintfResult() for easy error message generation check-in: 665eb99f69 user: dkf tags: dkf-c11-features
12:16
Add delay to give a chance for processes to drop a lock check-in: a6df4aeb4c user: dkf tags: dkf-c11-features
12:12
Fix test constraints check-in: 528bcb64f2 user: dkf tags: dkf-c11-features
2025-01-09
09:56
Taming Tcl_AppendStringsToObj as well check-in: f8612e12b2 user: dkf tags: dkf-c11-features
09:30
TclSetErrorCode is a macro to end-mark Tcl_SetErrorCode check-in: 0e84f9c9df user: dkf tags: dkf-c11-features
2025-01-08
15:25
Switch over Tcl_NRAddCallback to TclNRAddCallback in a bunch of places that should have already been... check-in: 5129927198 user: dkf tags: dkf-c11-features
15:02
Use C11 features, especially variadic macros. check-in: 38f3728d9a user: dkf tags: dkf-c11-features
2024-12-23
13:27
merge mark check-in: a0cd4de4ee user: dkf tags: trunk, main
12:06
Add missing NULLs check-in: 37cd7aaf4a user: dkf tags: core-8-branch
11:59
Shorten generation of TCL OO error codes check-in: 7e88024b74 user: dkf tags: trunk, main
2024-12-21
12:20
Remove excess blank lines check-in: 76c101ae7d user: dkf tags: trunk, main
2024-12-16
17:13
Introduce a typedef for greater sanity check-in: 39e3a23b6b user: dkf tags: trunk, main
16:02
Make access to RegDeleteKeyExW less awful with a typedef check-in: 80431aa52b user: dkf tags: trunk, main
15:55
Convert internal flags to an enum check-in: 88049df237 user: dkf tags: trunk, main
2024-12-15
15:03
Convert collection of related constants to an enum check-in: 2e25432abf user: dkf tags: trunk, main
2024-12-13
15:23
Turn constants into an enum check-in: 5611b61092 user: dkf tags: trunk, main
13:54
taming constants with enums in the zipfs code; it's still ugly but it's not so awful as it was (and ... check-in: 5a3380a837 user: dkf tags: trunk, main
09:23
Convert defines to an enum. check-in: ae3a3a1673 user: dkf tags: trunk, main
2024-12-12
20:31
Convert masks to an enum check-in: a5b1b09552 user: dkf tags: trunk, main
20:21
More conversion of enumerations to enums check-in: 00f2f69514 user: dkf tags: trunk, main
2024-12-06
09:05
Let enums be enums check-in: 9f80b56211 user: dkf tags: trunk, main
2024-12-05
14:34 Ticket [0b809cd3fc] SIGSEGV on shutdown with TclOO, coroutines, namespaces, and -DPURIFY status still Pending with 3 other changes artifact: 993b255de4 user: dkf ... 1 similar event omitted.
2024-12-03
12:04 Ticket [02977e0004] test oo-1.23 fails status still Open with 3 other changes artifact: 7ca938e6c9 user: dkf
10:14
Working towards an auto-publishing script check-in: 73a556f945 user: dkf tags: trunk, main
2024-12-02
15:10 Ticket [02977e0004] test oo-1.23 fails status still Open with 3 other changes artifact: 9f716dae54 user: dkf
14:56 Ticket [2ce3fbf759] license should be Tcl-license on TCT-supplied resources status still Open with 4 other changes artifact: f8d1fcbbde user: dkf