Timeline
Not logged in

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

50 most recent check-ins that include changes to files matching 'generic/*'

2026-09-03
14:40
merge trunk Leaf check-in: b8f195fd1a user: dgp tags: core-9-1-b1-rc
2026-09-02
19:56
merge 9.0: fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested... check-in: 498cc0652c user: sebres tags: trunk, main
16:52
merge trunk check-in: 3b02e9295c user: dgp tags: core-9-1-b1-rc
11:19
amend to [a8133670760aa4a8]: added missing initialization for flags in DuplicateProc (doesn't exist ... check-in: 3d107522cb user: sebres tags: core-9-0-branch
08:52
Clean up grapheme command a bit. Verified that it can be exposed in a safe interp check-in: 936b5af238 user: dkf tags: trunk, main
2026-09-01
21:45
merge 8.6: amend to [e533296a92d89044], fixes [f6afe6b71d26e111]: same logic of lamda command init i... check-in: a813367076 user: sebres tags: core-9-0-branch
21:38
small amend Leaf check-in: 2984630280 user: sebres tags: core-8-6-branch
21:16
amend to [e533296a92d89044], fixes [f6afe6b71d26e111]: same logic of lamda command init in disassemb... check-in: 20f3163dcb user: sebres tags: core-8-6-branch
11:01
merge 8.6: ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack ... check-in: 0449bde0a1 user: sebres tags: core-9-0-branch
10:32
ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested c... check-in: e76affb84c user: sebres tags: core-8-6-branch
2026-08-31
21:35
merge fix for [e533296a92d89044] from 8.6: reset cmd in procPtr after lambda invocation; avoid reset... check-in: e20417820f user: sebres tags: core-9-0-branch
21:07
fixes [e533296a92d89044]: reset cmd in procPtr after lambda invocation; avoid reset of lambda info i... check-in: 107a8d20dd user: sebres tags: core-8-6-branch
20:53
real refcounting for owned procPtr->cmdPtr of lambda check-in: 93426b6cb7 user: sebres tags: bug-e533296a92-sebres-optimized
15:50
merge trunk check-in: 92114cd791 user: dgp tags: core-9-1-b1-rc
09:14
Merge trunk check-in: 3bab2658b0 user: jan.nijtmans tags: tip-700
2026-08-30
11:30
Spruce up tclIO.c in a few spots check-in: 903c8c643f user: dkf tags: trunk, main
2026-08-28
13:06
more tests, reset cmdPtr->nsPtr after reference decrement (in case if NS is dead) check-in: 3f19b5ad4b user: sebres tags: bug-e533296a92-sebres-optimized
2026-08-27
22:25
workaround for OO, differentiating cmdPtr between OO and lamda (lamdas procPtr owns cmdPtr now), no ... check-in: 7c7c1cc508 user: sebres tags: bug-e533296a92-sebres-optimized
21:46
small amend referencing nsPtr in lambda command (don't allow eval of lamdas in dead namespaces); tod... check-in: 4d92c46427 user: sebres tags: bug-e533296a92-sebres-optimized
21:01
experimental: try to optimize lambda invocation (apply, frame info, TIP #280, etc) check-in: 1198dc89a5 user: sebres tags: bug-e533296a92-sebres-optimized
17:53
backport the idea [a7a8993cca8e49c9] from 8.5 as NRE-capable version: fill this info and reset the a... check-in: 4ca6eb5618 user: sebres tags: bug-e533296a92-sebres
14:57
chw's proposed patch for [e533296a92] Closed-Leaf check-in: 152c3d8cd6 user: jan.nijtmans tags: bug-e533296a92
14:36
Formatting, missing sentinels check-in: 61456a8920 user: jan.nijtmans tags: core-8-6-branch
14:04
ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested c... Closed-Leaf check-in: a7a8993cca user: sebres tags: bug-e533296a92d89044-segfault
2026-08-26
21:43
fixes [e533296a92d89044]: reset cmd in procPtr after lambda invocation (cmd is in local stack frame) check-in: 6bb3074c0f user: sebres tags: bug-e533296a92d89044-segfault
2026-08-24
19:04
merge trunk check-in: ff434a8f09 user: dgp tags: core-9-1-b1-rc
17:53
Update to latest unicode 18 tables check-in: fc480be2b8 user: jan.nijtmans tags: trunk, main
17:51
Update testcases too Closed-Leaf check-in: 96820f5a95 user: jan.nijtmans tags: unicode-18
2026-08-23
11:04
Error string compaction Leaf check-in: 88c80c8187 user: dkf tags: tip-757
2026-08-21
10:18
This is the first version of TIP 759 check-in: ea18400465 user: Florent tags: tip-759_tcl90
2026-08-15
14:56
More errors through the new API functions check-in: b4ed13ac7d user: dkf tags: tip-757
08:16
merge trunk check-in: 231777b7dc user: dkf tags: tip-757
2026-08-14
14:43
merge trunk check-in: f192fb0f55 user: dgp tags: core-9-1-b1-rc
06:52
A few more places where we can use faster string concatenation. Makes the code a little less clear. check-in: 810909b367 user: dkf tags: trunk, main
06:34
Another place where we can use a faster string construction technique check-in: 9c294c3a36 user: dkf tags: trunk, main
2026-08-13
18:51
merge trunk check-in: 06ea5e1034 user: dgp tags: core-9-1-b1-rc
14:05
Add caching of the delegate class name. check-in: 6b0e92f9b4 user: dkf tags: trunk, main
2026-08-12
18:10
merge trunk check-in: a1ff8e3a0b user: dgp tags: core-9-1-b1-rc
08:35
Centralise the generation of delegate class names for better comprehensibility check-in: 6ae9e0dd6d user: dkf tags: trunk, main
07:33
Another performance improvement for properties: faster string building in the resolver wrapper check-in: 387388d876 user: dkf tags: trunk, main
2026-08-11
13:52
Merge 9.0. Fix [4676f5c78] - corrupted elements from glob -dir . in zipfs check-in: 6a61e9f919 user: apnadkarni tags: trunk, main
13:30
Fix [4676f5c78] - corrupted elements from glob -dir . in zipfs check-in: dd6eeb51fa user: apnadkarni tags: core-9-0-branch
2026-08-10
09:59
Fix [d5acb07b6411]: TIP 752 broke [clock seconds] in 32bit linux. (see remark in ticket) check-in: d06307ab80 user: jan.nijtmans tags: trunk, main
09:58
Consolidate use of ©. Indenting check-in: 82a75b7cb9 user: jan.nijtmans tags: trunk, main
08:51
Add an internal caching mechanism to make property access a bit faster check-in: a641034263 user: dkf tags: trunk, main
2026-08-09
11:41
merge trunk check-in: d54b3787e4 user: dkf tags: tip-757
11:38
Error messages almost all generated via Tcl_PrintfResult family check-in: 4b4b6ea188 user: dkf tags: tip-757
2026-08-08
08:57
Proposed fix for [4676f5c78] and more tests check-in: c97ece9549 user: apnadkarni tags: bug-4676f5c78
2026-08-02
22:30
Proposed fix for bug [d5acb07b6411] Closed-Leaf check-in: 7877ec9e1f user: emiliano tags: bug-d5acb07b6411
08:11
Fix [6e82720e] - BUFFER_PADDING panic on 4294967296 chars read check-in: 5a2face991 user: apnadkarni tags: trunk, main