Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2025-10-28 08:21:13.
|
2025-10-30
| ||
| 15:17 | Undo exec flag check-in: b8bd2e09ed user: jan.nijtmans tags: trunk, main | |
| 14:23 | Rebase to trunk check-in: f1175f4029 user: jan.nijtmans tags: attemptgetstring | |
| 13:47 | Merge 9.0 check-in: 33280d7bd2 user: jan.nijtmans tags: trunk, main | |
| 13:45 | Merge 8.6 check-in: a26894dae3 user: jan.nijtmans tags: core-9-0-branch | |
| 12:41 | Fix [1cf49a0926] and [3161b74ca7]: Install man-pages and pkg-config on Windows check-in: bbc10f091d user: jan.nijtmans tags: core-8-6-branch | |
| 09:20 | • Ticket [ac3ea87305] Don't assume that Windows has no usable zlib/tommath status still Open with 3 other changes artifact: cf886eb922 user: jan.nijtmans | |
|
2025-10-29
| ||
| 22:14 | • Edit [5b2c44f1c2762049|5b2c44f1c2]: Add tag "core-tip-672". artifact: ed895e6450 user: jan.nijtmans | |
| 22:04 | Easy way to fix the knownBug's Leaf check-in: 5b2c44f1c2 user: jan.nijtmans tags: tip-672 | |
| 22:01 | • Edit [9f24eba2f4722e37|9f24eba2f4]: Cancel tag "core-tip-672". artifact: 13245a643c user: jan.nijtmans | |
| 21:50 | • Ticket [ac3ea87305] Don't assume that Windows has no usable zlib/tommath status still Open with 4 other changes artifact: 749029ad89 user: jan.nijtmans | |
| 21:40 | Remove unused interpreter flag check-in: 2d02a9d7df user: jan.nijtmans tags: tip-672 | |
| 21:33 | • Edit [9f24eba2f4722e37|9f24eba2f4]: Add tag "core-tip-672". artifact: d5caaa07b3 user: jan.nijtmans | |
| 21:31 | Make testcases work (again). Mark 6 of them 'knownBug' check-in: 9f24eba2f4 user: jan.nijtmans tags: tip-672 | |
| 13:18 | • Edit [5b59a0eddd110789|5b59a0eddd]: Edit check-in comment. artifact: 01b1fd8486 user: jan.nijtmans | |
| 08:42 | Merge trunk check-in: b4d40c16b3 user: jan.nijtmans tags: tip-672 | |
| 08:42 | Remove exprsubst knob, we won't use it any more check-in: 5b59a0eddd user: jan.nijtmans tags: tip-672 | |
| 08:29 | Remove EXPR_SUBST_MODE=3 (we won't use that anyway). Fix from Eric Taylor. check-in: a6b498d2a5 user: jan.nijtmans tags: tip-672 | |
|
2025-10-28
| ||
| 20:07 | Merge 9.0' check-in: 26bd65411c user: jan.nijtmans tags: trunk, main | |
| 20:00 | Update to actions/upload-artifact@v5 check-in: ba269576d3 user: jan.nijtmans tags: core-9-0-branch | |
| 10:53 | • Ticket [2ef3430fdc] Don't assume that host=*mingw32* means cross-compiling status still Open with 3 other changes artifact: d3afa5d7fe user: jan.nijtmans | |
| 10:52 | • Closed ticket [24d2e66bda]: tcl/tk 9.0.2 build error plus 7 other changes artifact: 6a2514a8e7 user: jan.nijtmans | |
| 10:50 | • Closed ticket [c7dc599e73]: Add IWYU export pragma annotations for improved clangd and clang-tidy diagnostics plus 7 other changes artifact: 03a9d2ebcd user: jan.nijtmans | |
| 10:26 | • Ticket [1cf49a0926] Install pkgconfig status still Open with 3 other changes artifact: ee7ec1302f user: jan.nijtmans | |
| 08:22 | • Edit [f856dbf9394261fb|f856dbf939]: Add tag "core-bug-3161b74ca7". artifact: cc5c313c0c user: jan.nijtmans | |
| 08:21 | Fix [1cf49a0926]: Install pkgconfig on Windows Closed-Leaf check-in: f856dbf939 user: jan.nijtmans tags: bug-3161b74ca7 | |
| 07:58 | • Ticket [1cf49a0926] Install pkgconfig status still Open with 4 other changes artifact: 9b137ea49a user: jan.nijtmans | |
|
2025-10-27
| ||
| 19:44 | [3161b74ca7]: Install man pages on Windows check-in: 50049f785d user: jan.nijtmans tags: bug-3161b74ca7 | |
| 18:00 | Update to actions/download-artifact@v6 check-in: f95da42ed8 user: jan.nijtmans tags: core-9-0-branch | |
| 16:02 | • Edit [dff235d24ea7c948|dff235d24e]: Add tag "core-c11-bool". artifact: f072ebcb93 user: jan.nijtmans | |
| 15:53 | Review: Some other true/false assignments to integer's, which shouldn't be there check-in: dff235d24e user: jan.nijtmans tags: c11-bool | |
| 15:42 | Review: don't assign true/false to integer variables, people might think the variable is a bool check-in: 5160bb4491 user: jan.nijtmans tags: c11-bool | |
| 15:30 | Review: tclNotify.c:1005:13: error: result of comparison of constant 0 with expression of type 'bool... check-in: 73f9338d22 user: jan.nijtmans tags: c11-bool | |
| 15:09 | Add the "stdio-mingw" tag if Tcl is built without -D__USE_MINGW_ANSI_STDIO=0 (which is non-standard) check-in: 9aebaa0e1d user: jan.nijtmans tags: core-9-0-branch | |
|
2025-10-26
| ||
| 22:31 | Eliminate compiler warning (only seen in DEBUG) check-in: 335229fa9c user: jan.nijtmans tags: trunk, main | |
| 21:05 | [c7dc599e73] follow-up: for tclOO and internal headers too check-in: f70d9ef874 user: jan.nijtmans tags: core-8-6-branch | |
| 11:33 | On MSVC, <stdbool.h> is always needed, apparently check-in: 6bf02a0e78 user: jan.nijtmans tags: trunk, main | |
| 11:30 | On MSVC, <stdbool.h> is always needed, apparently check-in: 681aae9480 user: jan.nijtmans tags: core-9-0-branch | |
|
2025-10-25
| ||
| 22:47 | Merge 9.0 check-in: ab94b62513 user: jan.nijtmans tags: trunk, main | |
| 22:42 | • Edit [52cf0186a8adb65b|52cf0186a8]: Cancel tag "core-tip-672". artifact: 17a704a623 user: jan.nijtmans | |
| 22:19 | [c7dc599e73]: Add IWYU export pragma annotations for improved clangd and clang-tidy diagnostics check-in: 0aa8b5e70d user: jan.nijtmans tags: core-9-0-branch | |
| 12:45 | [c7dc599e73]: Add IWYU export pragma annotations for improved clangd and clang-tidy diagnostics check-in: 6fde69d19f user: jan.nijtmans tags: core-8-6-branch | |
| 12:22 | Fix MSVC compilation check-in: a47452da65 user: jan.nijtmans tags: core-9-0-branch | |
|
2025-10-24
| ||
| 22:14 | • Edit [52cf0186a8adb65b|52cf0186a8]: Add tag "core-tip-672". artifact: 7467ce5cc9 user: jan.nijtmans | |
| 22:04 | Merge trunk, more cleanup check-in: 52cf0186a8 user: jan.nijtmans tags: tip-672 | |
| 15:34 | More bool handling (mainly in tclNamesp.c and tclParse.c) check-in: d482b6ee33 user: jan.nijtmans tags: trunk, main | |
| 11:53 | Make the bool type available properly (and reduce include duplication). Be careful though; C23 depre... check-in: 99ada2a57b user: jan.nijtmans tags: trunk, main | |
| 11:51 | Make the bool type available properly (and reduce include duplication). Be careful though; C23 depre... check-in: bd8805313f user: jan.nijtmans tags: core-9-0-branch | |
| 09:53 | Take over Eric Taylor's latest changes check-in: af52b8335f user: jan.nijtmans tags: tip-672 | |
|
2025-10-23
| ||
| 15:16 | Split off expr substitution parsing in separate function TclParseExprSubst(). Add "interp exprsubst... check-in: c22335a43d user: jan.nijtmans tags: tip-672 | |
|
2025-10-21
| ||
| 18:14 | Update tclParse to latest versions. Fix compilation check-in: 8d5ce89a33 user: jan.nijtmans tags: tip-672 | |