Tcl Source Code

Timeline
Login

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

50 most recent check-ins related to "main"

2024-11-20
21:06
Rebase to 9.0. Improved parsing of leap-seconds check-in: 1715857dc9 user: jan.nijtmans tags: bug-f2b5f89c0d
19:33
Fix [aee9f2b916]: clock scan -validate, ISO-8601, 24:00. Remove HAVE_MKTIME: It isn't used anywhere... Leaf check-in: 9e101107d1 user: jan.nijtmans tags: trunk, main
12:28
Fix handling of "24:00 am" -validate 0: Should be 24 hours after "00:00 am". Closed-Leaf check-in: bf0e4fe924 user: jan.nijtmans tags: bug-aee9f2b916
12:15
[aee9f2b916]: Allow "24:00", but only as indication for the end of the day. check-in: f77d6fcac2 user: jan.nijtmans tags: bug-aee9f2b916
2024-11-18
16:03
Ticket [5a1aaa20] proposed solution by Julian Noble (Thanks !) check-in: 7274285f90 user: oehhar tags: 5a1aaa20-lsearch-stride
10:48
Revert [b11c0b7e61], for testing purposes only. check-in: bc7fbd8e2e user: jan.nijtmans tags: bug-a8e4f76ce4
2024-11-16
19:35
Merge 9.0 check-in: 27d851bd8f user: jan.nijtmans tags: bug-f2b5f89c0d
2024-11-15
17:33
merge 8.7 check-in: 92493234f7 user: sebres tags: trunk, main
17:31
small amend check-in: 6dd50fd094 user: sebres tags: core-8-branch
15:51
Merge 9.0 Leaf check-in: 61c3881483 user: jan.nijtmans tags: tip-626
15:21
try.n: Add an illustrative example to use "return" within a try block check-in: 0c0b2604f4 user: oehhar tags: trunk, main
11:38
Add testcases related to [f2b5f89c0d]: clock scan of leapsecond: wrong result in 8.6 and 9.0 check-in: 320e0b70b8 user: jan.nijtmans tags: trunk, main
11:18
Add testcases related to [f2b5f89c0d]: clock scan of leapsecond: wrong result in 8.6 and 9.0 check-in: e13bdc7d81 user: jan.nijtmans tags: core-8-branch
2024-11-14
16:49
Possible fix for [f2b5f89c0d]: clock scan of leapsecond: wrong result in 9.0 check-in: 4d72246575 user: jan.nijtmans tags: bug-f2b5f89c0d
10:23
Rebase to 9.0. See: [e38dce74e2] Leaf check-in: 7b6d5a6638 user: jan.nijtmans tags: bug-e38dce74e2-214cc0eb22-v2, core-bug-e38dce74e2-214cc0eb22-v2
09:32
Fix problem in testcase check-in: e8bd84d28e user: jan.nijtmans tags: core-8-branch
09:26
Fix problem in testcase, caused by [01d1cd487a74c15a|this] commit check-in: 837f2fa878 user: jan.nijtmans tags: trunk, main
2024-11-13
21:56
Merge 9.0 check-in: bb5535d09f user: jan.nijtmans tags: tip-626
20:19
Update rules.vc (sync with Tk 9.0, not needed for Tcl) check-in: 18d10eb019 user: jan.nijtmans tags: trunk, main
19:45
partial merge 8.7: fix and coverage for bug [43c94f95988f3057]: avoid vulnerability loading init.tcl... check-in: 01d1cd487a user: sebres tags: trunk, main
19:39
merge 8.6: fix and coverage for bug [43c94f95988f3057]: avoid vulnerability loading init.tcl in curr... check-in: f7d3654527 user: sebres tags: core-8-branch
15:49
Possible fix for [43c94f9598]: Tcl will not start properly if there is an init.tcl file in the curre... Closed-Leaf check-in: 465d4546e2 user: jan.nijtmans tags: bug-43c94f9598
15:37
(backport) Move non-error literal to TclOO's internal literal cache. check-in: 8086e58f6f user: jan.nijtmans tags: core-8-branch
09:41
Move non-error literal to TclOO's internal literal cache. check-in: b96d20030e user: dkf tags: trunk, main
09:32
Merge 9.0 check-in: 74d69ff773 user: jan.nijtmans tags: tip-626
09:30
GHA win-, linux- and mac-flows: speed-up build (j4), add info section into build. Remove some unnee... check-in: d8a7be3197 user: jan.nijtmans tags: trunk, main
2024-11-12
23:03
(backport) Make "-index" example more illustrative, Remove stray brace in example check-in: 626c418ead user: jan.nijtmans tags: core-8-branch
14:59
Remove stray brace in example. check-in: 37bcceec1e user: pooryorick tags: trunk, main
13:20
Merge 9.0 check-in: 938858f211 user: jan.nijtmans tags: tip-626
12:10
backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. Remove some unneeded typeca... check-in: e1e7f93e74 user: jan.nijtmans tags: core-8-branch
09:41
backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. check-in: 53462a5b29 user: jan.nijtmans tags: trunk, main
2024-11-11
20:26
Use many many more ObjProc's in test code: we should give a good example here check-in: a858a88a70 user: jan.nijtmans tags: trunk, main
2024-11-10
22:48
backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. Closed-Leaf check-in: 1008c8506a user: jan.nijtmans tags: bug-02977e0004
21:23
Deprecate Tcl_CreateCommand() too. Use Tcl_CreateObjCommand2() in all testcases check-in: 8a7320b50e user: jan.nijtmans tags: tip-626
2024-11-09
00:13
(backport): Move table processing of DeclaredClassMethod check-in: eeaaac7f16 user: jan.nijtmans tags: core-8-branch
2024-11-08
15:59
Move table processing of DeclaredClassMethod check-in: 95b4578597 user: dkf tags: trunk, main
11:16
Fix for documentation issue [ac104c9ecb]: Make "-index" example more illustrative. check-in: 17a6f70fc1 user: pooryorick tags: trunk, main
2024-11-07
21:33
Merge 9.0 check-in: 35ea40df79 user: jan.nijtmans tags: tip-626
2024-11-06
21:30
Rebase to 9.0. Resolve conflicts check-in: 84548fbc84 user: jan.nijtmans tags: tip-702
20:33
Implement [364bd985d6]: install registry and dde in $INSTALL_DIR\lib always check-in: b11c0b7e61 user: jan.nijtmans tags: trunk, main
20:08
Implement [364bd985d6]: install registry and dde in $INSTALL_DIR\lib always check-in: 4a08e79269 user: jan.nijtmans tags: core-8-branch
2024-11-04
20:39
Fix bb110c70d1: cannot build .chm help file (Windows) check-in: 1310d7228e user: jan.nijtmans tags: trunk, main
20:27
Fix bb110c70d1: cannot build .chm help file (Windows) check-in: 4933ef5a97 user: jan.nijtmans tags: core-8-branch
2024-11-03
17:17
Determine which oo.test testcase fails check-in: ffbad1dd30 user: jan.nijtmans tags: bug-02977e0004-jn
2024-11-02
08:11
Merge 8.7 check-in: db3378e41d user: apnadkarni tags: trunk, main
07:55
Merge 8.6 check-in: d27ab6e11b user: apnadkarni tags: core-8-branch
2024-11-01
15:58
merge 8.7 check-in: 2a189d3d07 user: dkf tags: trunk, main
15:56
merge 8.6 check-in: a56b3c5c17 user: dkf tags: core-8-branch
2024-10-31
13:54
merge 8.7 check-in: 702ff14eee user: sebres tags: trunk, main
13:54
merge 8.6 check-in: f51892e6c5 user: sebres tags: core-8-branch