Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-11-14
| ||
19:56 | TIP #670: Simple Extra Procedures for File Access Leaf check-in: c20395db07 user: dkf tags: core-8-branch | |
19:10 | merge trunk Leaf check-in: 8741a3ae2e user: dgp tags: rc0, core-9-0-b1-rc | |
19:04 | Merge 8.7 Leaf check-in: b72ee15583 user: jan.nijtmans tags: tip-653 | |
18:48 | Missing/broken test constraints Leaf check-in: 14e4f76c77 user: dgp tags: trunk, main | |
11:07 | Add test for blocking mode check-in: 648e73b3a6 user: jan.nijtmans tags: tip-653 | |
2023-11-13
| ||
20:24 | Merge 8.7 check-in: 6a71571eeb user: jan.nijtmans tags: tip-653 | |
20:10 | remove debugs Leaf check-in: 6693d96ab0 user: dgp tags: bug-2a0966cdc9 | |
19:52 | merge 8.7 check-in: 32a46d4859 user: dgp tags: bug-2a0966cdc9 | |
19:36 | Now that the robust, early method of directing Tcl to find its script library in the zipfs archive ... Leaf check-in: 6998006485 user: dgp tags: dgp-zipfs-init | |
19:24 | Make calls early to find the script library in zipfs archive and alert the Tcl library to its locati... check-in: 9e6bfa85f5 user: dgp tags: dgp-zipfs-init | |
17:38 | Bug [a173f922]: fcopy encoding error file position issues: read error test (failing currently) Leaf check-in: 8d4d3146c9 user: oehhar tags: bug-a173f922-fcopy-tell | |
17:36 | merge 8.7 check-in: f09428139a user: dgp tags: dgp-zipfs-init | |
16:19 | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No additional failing tests. check-in: 054ebbf73b user: oehhar tags: trunk, main | |
15:35 | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. Now, tests zlib-8.21 and zlib... check-in: 94257f6465 user: oehhar tags: core-8-branch | |
14:49 | Blooperfix Leaf check-in: 55c5834eca user: dkf tags: tip-567-remnants | |
14:16 | Remnants from TIP 567's implementation. The feature was done ages ago. check-in: 58705e1675 user: dkf tags: tip-567-remnants | |
14:09 | Merge 8.7 check-in: 16b6279d13 user: jan.nijtmans tags: trunk, main | |
13:46 | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-error. Requested by @poin... check-in: b1c20cc84e user: jan.nijtmans tags: core-8-branch | |
12:48 | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence is incomplete. Added som... Closed-Leaf check-in: dbcafe5259 user: oehhar tags: bug-c4eb46a1 | |
12:36 | Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROFILE_??? values the same... check-in: 2e60630e80 user: jan.nijtmans tags: core-8-branch | |
10:20 | TIP #657: Make "-profile strict" the default in Tcl 9.0 check-in: e9d398b2aa user: jan.nijtmans tags: trunk, main | |
08:58 | Rebase to 9.0. Document the TCL_8_API flag. Leaf check-in: e2456d0832 user: jan.nijtmans tags: disabletcl8api | |
2023-11-12
| ||
19:32 | bug [c4eb46a1]: fix was effective for test sequence "A\xC3B", but not for "A\x81". So add test io-75... check-in: 90ac5ff8f7 user: oehhar tags: bug-c4eb46a1 | |
18:55 | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding error: remove non-block... check-in: 831c9a8797 user: oehhar tags: bug-c4eb46a1 | |
17:06 | Put back accidently removed line check-in: c69e81975d user: jan.nijtmans tags: trunk, main | |
17:01 | Fix compiler warning (Tcl_Size != Tcl_WideInt) check-in: f6bc24b82d user: jan.nijtmans tags: trunk, main | |
16:51 | TIP #664: Enable compiler warnings for missing int → Tcl_Size conversions check-in: a81d9af3ad user: jan.nijtmans tags: trunk, main | |
2023-11-10
| ||
14:24 | Merge 8.7 check-in: da64d649c8 user: jan.nijtmans tags: trunk, main | |
14:23 | Merge 8.6 check-in: c39bb9dd20 user: jan.nijtmans tags: core-8-branch | |
14:22 | Fix [54a305cb88] (second part) by hand-editing tclDate.c. Leaf check-in: fb67972905 user: jan.nijtmans tags: core-8-6-branch | |
14:00 | Merge 8.7 check-in: 66a13a16e6 user: jan.nijtmans tags: trunk, main | |
13:59 | Merge 8.6 check-in: f0e7ac4f47 user: jan.nijtmans tags: core-8-branch | |
13:55 | Fix typo's in tclGetDate.y check-in: 0959677e84 user: jan.nijtmans tags: core-8-6-branch | |
13:12 | Rebase to latest 9.0 Closed-Leaf check-in: 0797156bae user: jan.nijtmans tags: tip-657 | |
13:11 | Rebase to latest 9.0 Closed-Leaf check-in: 18fb0cf356 user: jan.nijtmans tags: tip-664 | |
11:01 | exec.n documentation: add chapter about MS-Windows quoting. check-in: f048af6d62 user: oehhar tags: trunk, main | |
11:00 | exec.n documentation: add chapter about MS-Windows quoting. check-in: 3f864e4b5e user: oehhar tags: core-8-branch | |
10:56 | exec.n documentation: add chapter about MS-Windows quoting. check-in: 71dd06e857 user: oehhar tags: core-8-6-branch | |
10:54 | Exec wordsmithing. Thanks, Sergey! Closed-Leaf check-in: 162528d753 user: oehhar tags: bug-21b0629c-documentation | |
09:54 | Fix Windows build with --disable-shared: Make sure that test-code is never compiled with -DBUILD_tcl... check-in: 8395999435 user: jan.nijtmans tags: trunk, main | |
09:07 | Merge 8.7 check-in: fcee106e2c user: jan.nijtmans tags: trunk, main | |
08:55 | Merge 8.6 check-in: ec8470e931 user: jan.nijtmans tags: core-8-branch | |
08:55 | Recommend Tcl_CreateObjCommand over Tcl_CreateCommand check-in: ea35084b4c user: jan.nijtmans tags: core-8-branch | |
2023-11-09
| ||
21:54 | (partial) fix [54a305cb88]: warning: variable set but not used [-Wunused-but-set-variable] check-in: 71de98ad05 user: jan.nijtmans tags: core-8-6-branch | |
08:28 | Merge 8.7 check-in: 2de8214e24 user: jan.nijtmans tags: trunk, main | |
08:27 | Wrong type-cast check-in: 2c661c0190 user: jan.nijtmans tags: core-8-branch | |
2023-11-08
| ||
22:40 | Merge 8.7 check-in: 2d2e31ebcf user: jan.nijtmans tags: trunk, main | |
22:33 | Fix [18f2432b0db2bc08]: Tcl_FSSplitPath compiler warning about macros check-in: ba07d0573a user: jan.nijtmans tags: core-8-branch | |
21:46 | In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip the creation of every inte... check-in: c73c396406 user: dgp tags: dgp-zipfs-init | |
15:50 | merge 8.7 check-in: 917b3048c6 user: dgp tags: bug-2a0966cdc9 | |