Tcl Source Code

Timeline
Login

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

50 most recent check-ins related to "core-8-branch"

2024-12-12
14:40
Make sure tclUuid.h doesn't end up in "make dist" check-in: efdadbd87e user: jan.nijtmans tags: trunk, main
14:39
Make sure tclUuid.h doesn't end up in "make dist" Leaf check-in: 1a7d3d0111 user: jan.nijtmans tags: core-8-branch
14:38
merge 8.7 check-in: 0716517874 user: dgp tags: trunk, main
14:37
dup test names check-in: 88224cf73f user: dgp tags: core-8-branch
2024-12-11
20:59
Plug memory leak. test hygiene -- avoid fragility in makeFile / removeFile check-in: 456ee8cc6a user: jan.nijtmans tags: trunk, main
20:56
Plug memory leak. test hygiene -- avoid fragility in makeFile / removeFile check-in: 16e450e72f user: jan.nijtmans tags: core-8-branch
20:50
Merge release Leaf check-in: 84c07aaa29 user: jan.nijtmans tags: core-8-6-branch
2024-12-10
09:42
TIP #707 follow-up: for tclDTrace.d too check-in: 99e291e922 user: jan.nijtmans tags: trunk, main
09:40
TIP #707: Add ptrAndSize to dtrace as well. check-in: 51e10b4c1b user: jan.nijtmans tags: core-8-branch
09:38
(cherry-pick )Fix ungrammatical doubling of words in comments check-in: 49100cbdd2 user: jan.nijtmans tags: core-8-branch
03:06
Merge 8.7 - TIP 707 - add ptrAndSize field to Tcl_Obj check-in: 3eb4d4fe21 user: apnadkarni tags: trunk, main
03:01
TIP 707 - add ptrAndSize field to Tcl_Obj check-in: 482f7a52c2 user: apnadkarni tags: core-8-branch
2024-12-09
10:47
Merge 8.7. Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: f494e8b592 user: apnadkarni tags: trunk, main
10:38
Merge 8.6. Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: 3709e88a03 user: apnadkarni tags: core-8-branch
10:32
Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: 631fac1ae5 user: apnadkarni tags: core-8-6-branch
2024-12-07
23:52
Fix [c7e4c4586d]: TIP #609 - required Tcl_ThreadAlert() skipped with nested event loop check-in: dd7f05281c user: jan.nijtmans tags: trunk, main
13:15
Fix 9e69e2c602: Problem with TIP#609 check-in: 81c759724b user: jan.nijtmans tags: core-8-branch
2024-12-06
10:39
Proposed fix for 9e69e2c602: Problem with TIP#... Closed-Leaf check-in: 90712c8996 user: jan.nijtmans tags: bug-9e69e2c602
10:04
Fix "make dist". $(DISTDIR) part was missing check-in: f92b9869f4 user: jan.nijtmans tags: trunk, main
09:29
(cherry-pick): Let enums be enums check-in: d83af93efb user: jan.nijtmans tags: core-8-branch
09:19
Fix "make dist". $(DISTDIR) part was missing check-in: c6225c482e user: jan.nijtmans tags: core-8-branch
09:05
Let enums be enums check-in: 9f80b56211 user: dkf tags: trunk, main
2024-12-05
19:27
merge 8.7 check-in: 6382d2c523 user: sebres tags: trunk, main
19:26
amend: remove extra spaces appearing by resolving merge conflicts check-in: 43ab84c96e user: sebres tags: core-8-branch
19:05
merge 8.7 (fix SF [0b809cd3fc8b6e5e], conflicts resolved) check-in: 4c3e3d79df user: sebres tags: trunk, main
18:28
merge 8.6 (fix SF [0b809cd3fc8b6e5e], conflicts resolved) check-in: 77a1c3f978 user: sebres tags: core-8-branch
16:34
small amend to [0b809cd3fc8b6e5e]: follow the same logic for constructor/destructor error handlers check-in: dfba47d117 user: sebres tags: core-8-6-branch
13:53
Match Tcl_Free()'s argument type check-in: 34f7a4ecb4 user: jan.nijtmans tags: trunk, main
13:47
This could give a (C++) compiler warning check-in: 0f0f793c33 user: jan.nijtmans tags: core-8-branch
11:50
Fix some EXEC flags (in "make dist" too) check-in: 02d2aaf7ae user: jan.nijtmans tags: trunk, main
11:41
Fix some EXEC flags (in "make dist" too) check-in: c500c19889 user: jan.nijtmans tags: core-8-branch
10:07
Fix [aaa84fbbc5]: zipfs info on mountpoint of executable returns zero offset in field 4 check-in: 3d62ee540d user: jan.nijtmans tags: trunk, main
09:52
Fix [aaa84fbbc5]: zipfs info on mountpoint of executable returns zero offset in field 4 check-in: 4358bf994e user: jan.nijtmans tags: core-8-branch
2024-12-04
20:31
Remove a lot of dead code: macOS < 10.9 is no longer supported check-in: 89dee6b1b8 user: jan.nijtmans tags: trunk, main
17:55
Remove a lot of dead code: macOS < 10.9 is no longer supported check-in: dbc6e5ebd3 user: jan.nijtmans tags: core-8-branch
17:51
Indenting check-in: 3dd7035ccc user: jan.nijtmans tags: core-8-branch
16:02
Remove zip -A from autoconf builds. Add tests for zipfs info Closed-Leaf check-in: 376261e2cd user: apnadkarni tags: apn-julian-zipfs-patch, core-apn-julian-zipfs-patch
09:10
On macOS, use the VFS pathname as name for the module, in stead of simply "[Memory Based Bundle]" check-in: 38f61973f5 user: jan.nijtmans tags: trunk, main
2024-12-03
13:11
On macOS, use the VFS pathname as name for the module, in stead of simply "[Memory Based Bundle]". check-in: 5cab008cd3 user: jan.nijtmans tags: core-8-branch
2024-12-02
09:49
Actual follow-up (not really a counter-proposal) to TIP #707, with a further simplification. Rebased... Closed-Leaf check-in: 89564bda22 user: jan.nijtmans tags: tip-707-alt
01:32
TIP 707 Leaf check-in: 69be439140 user: apnadkarni tags: tip-707
2024-11-29
08:20
Add more testcases. Store full path in loadHandle check-in: 9ff4820138 user: jan.nijtmans tags: bug-a8e4f76ce4
2024-11-27
10:50
fix typo in manual page on [info frame] check-in: 87b64507ca user: Torsten tags: core-8-branch
2024-11-26
12:33
Merge-mark check-in: fedf947933 user: jan.nijtmans tags: trunk, main
12:11
(cherry-pick): Bug [5a1aaa20]: lsearch -stride with -subindices and -inline -all gives unexpected re... check-in: 64cb91acdd user: jan.nijtmans tags: core-8-branch
11:14
Merge 8.6 check-in: 1e677908bb user: jan.nijtmans tags: core-8-branch
10:56
(backport): in-src doc typos (Tcl_[Save|Restore|Discard]InterpState()). Add some typecasts. check-in: 237fd61c77 user: jan.nijtmans tags: core-8-6-branch
2024-11-25
18:53
Bug [5a1aaa20]: lsearch -stride with -subindices and -inline -all gives unexpected result check-in: 57bafdc65d user: oehhar tags: trunk, main
12:01
merge 8.7 check-in: b193c0db5a user: sebres tags: trunk, main
11:59
fixed validation of day of week for 24:00 (move to next day) closes [882da1e28b] check-in: cea877fd7f user: sebres tags: core-8-branch