Tcl Source Code

Timeline
Login

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

50 most recent check-ins

2025-06-17
05:26
Document Tcl_CloseEx. Proposed fix for [4f338b91c1]. Leaf check-in: ef7458ec4f user: apnadkarni tags: bug-4f338b91c1
04:26
Bug [da5e1bc7bc] - exec channel not closed on errors Leaf check-in: c5af07088b user: apnadkarni tags: bug-da5e1bc7bc, core-bug-da5e1bc7bc
2025-06-16
19:04
makeFile hygiene Leaf check-in: a7d82481b5 user: dgp tags: core-9-0-2-rc
19:01
Dup test name check-in: c36dfa5b7a user: dgp tags: core-9-0-2-rc
17:50
Open release branch for Tcl 9.0.2 check-in: 3ae741fb79 user: dgp tags: core-9-0-2-rc
16:02
Add compilers for expanding [next] and [nextto] Leaf check-in: f461d3d1ea user: dkf tags: expand-next, core-expand-next
11:54
Neater comment check-in: 40b0c826aa user: dkf tags: expand-next
11:52
Use function we have in other appropriate places check-in: d6c1c45864 user: dkf tags: expand-next
11:43
more cleaning up of the way [next]'s bytecode works check-in: 385a50443a user: dkf tags: expand-next
10:41
Start of {*}-aware [next] and [nextto] check-in: 12b91ee081 user: dkf tags: expand-next
10:05
- added 17 more initial markdown pages - unified syntax in link.n, next.n - clarified the descriptio... Leaf check-in: 20c84416b4 user: Torsten tags: tip-700
2025-06-15
14:02
Unify the guts of ChildInvokeHidden a bit more. Leaf check-in: 7093a0e24f user: dkf tags: cleanup-objinvoke
10:15
Fat fingers in constraints Leaf check-in: c1f1232e47 user: apnadkarni tags: bug-7c2716733a, core-bug-7c2716733a
07:42
Banish TclObjInvokeNamespace and leave TclObjInvoke just because its in the internal stubs check-in: b473a994e0 user: dkf tags: cleanup-objinvoke
03:03
Merge 9.0 - tests for handle leaks for exec Leaf check-in: 166bfb6375 user: apnadkarni tags: trunk, main
03:01
Add tests to check handle leaks for exec Leaf check-in: 302303deca user: apnadkarni tags: core-9-0-branch
2025-06-14
13:59
Bug [7c2716733a] - use after free on Windows event handle check-in: e85c44529a user: apnadkarni tags: bug-7c2716733a
13:59
Disable additional tests under App Verifier - timing or locale do not work with it check-in: d8dd42f87f user: apnadkarni tags: bug-7c2716733a
11:50
Merge 9.0 - Disable timing dependent tests when running under AppVerifier on Windows check-in: b4b7ca2595 user: apnadkarni tags: trunk, main
11:44
Merge core-9-0-branch Leaf check-in: d4999cbc1a user: apnadkarni tags: bug-40b1814b93
11:40
Disable timing dependent tests when running under AppVerifier on Windows check-in: b5b2d48838 user: apnadkarni tags: core-9-0-branch
08:03
Starting to clean up hidden-command-invoke machinery. Remove unused flags. check-in: 751a860e26 user: dkf tags: cleanup-objinvoke
08:02
- added 18 more initial markdown pages - unified syntax in mathfunc.n, mathop.n, switch.n, link.n - ... check-in: 578a22b604 user: Torsten tags: tip-700
05:31
Bug [40b1814b93] - Proposed fix for Winsock use-after-frees check-in: bbb565eca7 user: apnadkarni tags: bug-40b1814b93
03:29
Merge 9.0 - Add testhandlecount command. check-in: d2bd980da4 user: apnadkarni tags: trunk, main
03:25
Add testhandlecount command to check Windows handle leaks check-in: ad954921d6 user: apnadkarni tags: core-9-0-branch
2025-06-13
14:46
- added 22 more initial markdown pages - unified syntax in zipfs.n, removing the unusual "?(\fB\-glo... check-in: dad17a1a39 user: Torsten tags: tip-700
13:32
merge trunk Leaf check-in: 881289af90 user: dkf tags: arith-series-bytecode
13:27
Implement [tailcall {*}...] in bytecode check-in: 043acea4e9 user: dkf tags: trunk, main
08:14
Add new macro, EnvIsProc, to cover cases where we should be stricter. [fa7995bdf2] check-in: 950d15a307 user: dkf tags: trunk, main
07:46
[fa7995bdf2] Add more direct test case for real bug check-in: 2c56367e9a user: dkf tags: trunk, main
07:22
Move magic values into header file check-in: 3665a2183f user: dkf tags: trunk, main
2025-06-12
20:00
- added 10 more initial markdown pages - unified syntax in close.n check-in: 77d7b8caaf user: Torsten tags: tip-700
15:08
[fa7995bdf2] End multiple segfaults in httpcookie.test. check-in: 3a900c3ad1 user: dgp tags: trunk, main
08:58
merge trunk check-in: 96cd32860c user: dkf tags: arith-series-bytecode
2025-06-11
13:46
- added 27 more initial markdown pages (http, upvar, lset, file, tcltest, classvariable, ...) - unif... check-in: f175acdc29 user: Torsten tags: tip-700
12:41
Make sure there are no memory leaks in the arithSeries operation check-in: e54e68a8a8 user: dkf tags: arith-series-bytecode
11:00
All edge case tests now pass. But why does [lseq] behave like this??? check-in: 2aff866995 user: dkf tags: arith-series-bytecode
08:45
More edge cases check-in: 1e40036e24 user: dkf tags: arith-series-bytecode
2025-06-10
16:28
final cases check-in: 969202f063 user: dkf tags: arith-series-bytecode
16:07
Handle the three-argument cases check-in: 8a6bfb7606 user: dkf tags: arith-series-bytecode
15:32
And I already have the right tools to make this easy. Excellent. check-in: 9c2af4bff0 user: dkf tags: arith-series-bytecode
15:25
Add compilation of two arg case... and note that we need to compile args as expressions check-in: f184baf3cf user: dkf tags: arith-series-bytecode
15:12
Merge 9.0 check-in: ae9468c46c user: jan.nijtmans tags: trunk, main
15:12
Basic [lseq] compiler that handles just the one case. check-in: da9d3ae0f8 user: dkf tags: arith-series-bytecode
15:00
Name the operation's flag bits check-in: 85dfbf093d user: dkf tags: arith-series-bytecode
14:32
- added 4 initial markdown pages (bgerror, cd, configurable, proc) - unitfy snytax in singleton.n, d... check-in: 485e87ff16 user: Torsten tags: tip-700
14:18
Fix [0ee626dfb2]: lseq numeric overflow check-in: 1a6c24c637 user: jan.nijtmans tags: core-9-0-branch
13:53
Define an instruction to build an arithmetic series. Not yet issued check-in: 9a34988847 user: dkf tags: arith-series-bytecode
11:38
Outermost skeleton of [lseq] compiler. Much more still to do! check-in: e090b59ea0 user: dkf tags: arith-series-bytecode