Timeline
Not logged in

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

Branch for Maintenance of Tcl 9.0

This is an active, major branch.

Bugfixes should usually target this branch (unless they're only of code that is newer) but new features typically should not. Seek prior approval from the Core Team if you wish to vary that rule.

50 most recent check-ins related to "core-9-0-branch"
2026-04-28
07:30
tzdata updated to Olson's tzdata2026b Leaf check-in: 9587813a70 user: jan.nijtmans tags: trunk, main
07:27
tzdata updated to Olson's tzdata2026b Leaf check-in: 18f6cde71a user: jan.nijtmans tags: core-9-0-branch
07:24
tzdata updated to Olson's tzdata2026b Leaf check-in: 457cf345f8 user: jan.nijtmans tags: core-8-6-branch
2026-04-22
11:10
Merge mark check-in: 1689dd3152 user: apnadkarni tags: trunk, main
11:09
Merge mark check-in: ca8bc95d5c user: apnadkarni tags: core-9-0-branch
11:05
Fix [24d7f1a6] - crash on proc definition in namespace being deleted check-in: 24c2db3ce5 user: apnadkarni tags: core-8-6-branch
10:27
Merge 9.0 - Fix [24d7f1a6] - crash on proc definition in namespace being deleted check-in: f24f8dabb3 user: apnadkarni tags: trunk, main
10:15
Fix [24d7f1a6] - crash on proc definition in namespace being deleted check-in: 4daba059d9 user: apnadkarni tags: core-9-0-branch
2026-04-21
11:00
Fix crash on proc definition in namespace being deleted Closed-Leaf check-in: 0611b06f32 user: apnadkarni tags: bug-24d7f1a6-apn
06:22
Merge-mark check-in: e5adbad425 user: jan.nijtmans tags: trunk, main
06:20
Fix [60d8692823]: Tcl_Eval macro references TCL_INDEX_NONE which is not always defined. Was introduc... check-in: a82a68f9c5 user: jan.nijtmans tags: core-9-0-branch
2026-04-20
20:45
Bump burnett01/rsync-deployments from 8.0.4 to 8.0.5 check-in: 72adc3c68d user: jan.nijtmans tags: trunk, main
20:35
Bump burnett01/rsync-deployments from 8.0.4 to 8.0.5 check-in: 00d8be7610 user: jan.nijtmans tags: core-9-0-branch
13:22
Remove unneeded undef check-in: 4e8586f6a7 user: jan.nijtmans tags: trunk, main
13:09
Merge 8.6 check-in: 700753a7d4 user: jan.nijtmans tags: core-9-0-branch
13:01
Make pkg*.c files work with Tcl 9.0 (as useful example) check-in: aa4ccf054d user: jan.nijtmans tags: core-8-6-branch
11:59
Follow-up to [ad08bca6b1] fix: unbreak Thread build with Tcl 8 headers (user: jan.nijtmans) check-in: 7c1522f896 user: jan.nijtmans tags: core-9-0-branch
2026-04-19
20:05
Merge-mark check-in: 87d70da59a user: jan.nijtmans tags: trunk, main
19:46
Follow-up to [ad08bca6b1] fix: unbreak Itcl build with Tcl 8 headers check-in: 67ebec8a77 user: jan.nijtmans tags: core-9-0-branch
2026-04-17
18:46
Merge doc updates from 8.6 branch check-in: b54d60c9ae user: dgp tags: core-9-0-branch
18:34
Eliminate pre-8.5 practices from examples. check-in: 018bc9876e user: dgp tags: core-8-6-branch
11:08
Merge 9.0 - Fix [e2698b94b1]. Tcl_FSChdir crash on macos/macports after seteuid check-in: 0853fd5d4a user: apnadkarni tags: trunk, main
10:45
Fix [e2698b94b1]. Tcl_FSChdir crash on macos/macports after seteuid check-in: 82a62c58b9 user: apnadkarni tags: core-9-0-branch
10:35
Merge-mark check-in: 0ad0aa0753 user: jan.nijtmans tags: trunk, main
10:34
Code cleanup (from Tcl 9.1) check-in: a645364bea user: jan.nijtmans tags: core-9-0-branch
10:22
Fix compiler warning, seen with latest clang: variable 'p' is uninitialized when passed as a const p... check-in: ca161f4634 user: jan.nijtmans tags: core-8-6-branch
04:04
Start on [e2698b94b1]. Tcl_FSChdir crash on macos after seteuid Closed-Leaf check-in: 7e7e1d3904 user: apnadkarni tags: bug-e2698b94b1
2026-04-16
19:16
Adapt tcltest to support up to Tcl 9.1 -> 2.5.11 check-in: 71ec9b11b7 user: jan.nijtmans tags: trunk, main
19:09
Adapt tcltest to support up to Tcl 9.1 -> 2.5.11 check-in: 4a13071739 user: jan.nijtmans tags: core-9-0-branch
18:57
Adapt tcltest to support up to Tcl 9.1 -> 2.5.11 check-in: 0cd6bc6615 user: jan.nijtmans tags: core-8-6-branch
12:00
Merge-mark check-in: 233a381937 user: jan.nijtmans tags: trunk, main
11:55
Fix building unix/dltest for Tcl 8 check-in: 055ca0c215 user: jan.nijtmans tags: core-9-0-branch
2026-04-15
08:54
Follow-up from previous commit: Since 'configure' is generated from 'tcl.m4', the actual change shou... check-in: 67924cd5df user: jan.nijtmans tags: trunk, main
08:29
Fix [ad08bca6b1]: Building sqlite3 for tcl8 redefines typedef check-in: b6a50a0482 user: jan.nijtmans tags: core-9-0-branch
2026-04-14
05:48
Merge 9.0 - As per TIP 542, Tcl_UniChar{CaseMatch,Ncmp,Ncasecmp} are not present in Tcl 9 check-in: fbf2ac8594 user: apnadkarni tags: trunk, main
05:46
As per TIP 542, Tcl_UniChar{CaseMatch,Ncmp,Ncasecmp} are not present in Tcl 9 check-in: d698413406 user: apnadkarni tags: core-9-0-branch
2026-04-13
16:43
Fix [4724f35ada]: Avoid ClockClientData typedef redefinition check-in: ec3f087dbe user: jan.nijtmans tags: trunk, main
16:42
Fix [4724f35ada]: Avoid ClockClientData typedef redefinition check-in: 82bb0e95a3 user: jan.nijtmans tags: core-9-0-branch
16:20
Update changes.md check-in: ecc1dc94c2 user: jan.nijtmans tags: core-9-0-branch
2026-04-09
09:46
Merge 9.0. http -> 2.10.2 check-in: 733943a41f user: jan.nijtmans tags: trunk, main
09:38
(cherry-pick): Shorten sequences of multiple blank lines. http -> 2.10.2 check-in: 2531948bd6 user: jan.nijtmans tags: core-9-0-branch
08:50
There is no Tcl 8.7 check-in: 5604c82a7d user: jan.nijtmans tags: core-9-0-branch
2026-04-02
19:15
Add changes entry for bison update check-in: 57f9472afe user: jan.nijtmans tags: core-8-6-branch
11:10
Attempt to build nmakehlp.exe for x86_64 always check-in: 22a18dc3fa user: jan.nijtmans tags: bug-d109376adf
2026-04-01
08:16
Merge 9.0 - glob tests check-in: f63a0d8b2c user: apnadkarni tags: trunk, main
08:02
More glob mixed case tests check-in: 7db3e3225f user: apnadkarni tags: core-9-0-branch
2026-03-31
10:33
Fix test constraints. 'mac' is not OSX Closed-Leaf check-in: c6eb27667c user: apnadkarni tags: apn-winfcmd-tests
05:04
Merge 9.0 check-in: ac6511e11a user: apnadkarni tags: apn-winfcmd-tests
2026-03-27
21:23
Merge 9.0 check-in: 8759e4b79b user: jan.nijtmans tags: trunk, main
21:22
Correct all missing sentinels check-in: 3589aef162 user: jan.nijtmans tags: core-9-0-branch