Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
70 check-ins using file win/tclWinInit.c version 101a7a20ec
|
2025-10-24
| ||
| 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 | |
| 13:47 | Known numbers shouldn't really be quoted in trace messages check-in: ec62d77a1f user: dkf tags: c11-tebc-trace-cleanup | |
| 13:38 | merge trunk check-in: 861d48747c user: dkf tags: c11-tebc-trace-cleanup | |
| 13:29 | Bake following variable links into most TEBC LVT accesses; only the link formation opcodes don't do ... check-in: fe5a2b8154 user: dkf tags: trunk, main | |
| 08:36 | Use C11 varargs macros to help clean up TEBC instruction tracing check-in: c639c40d10 user: dkf tags: c11-tebc-trace-cleanup | |
|
2025-10-22
| ||
| 11:54 | Use shorter type name... to match whole rest of file check-in: abe75c7585 user: dkf tags: trunk, main | |
|
2025-10-21
| ||
| 18:14 | Update tclParse to latest versions. Fix compilation check-in: 8d5ce89a33 user: jan.nijtmans tags: tip-672 | |
| 15:01 | Start implementing 'subst -noexpr' check-in: c350347e54 user: jan.nijtmans tags: tip-672 | |
|
2025-10-20
| ||
| 14:30 | Working on refactoring the man2html code to be easier to comprehend Leaf check-in: 316d4da632 user: dkf tags: htmlgen-refactor | |
| 11:11 | Adapt testcases to changed error-messages check-in: 97ce4c9adb user: jan.nijtmans tags: tip-672 | |
| 10:29 | Fix compiler warning check-in: 56e06ed134 user: jan.nijtmans tags: tip-672 | |
| 10:13 | TIP #672 prototype, by EricT (or rocketship88) check-in: aa5e42f18d user: jan.nijtmans tags: tip-672 | |
|
2025-10-18
| ||
| 16:07 | And another spot for improvements check-in: fc8a0742a2 user: dkf tags: trunk, main | |
|
2025-10-17
| ||
| 22:46 | More progress check-in: 315fef2a77 user: jan.nijtmans tags: attemptgetstring | |
| 15:23 | Modernising the safe base for 9.1 check-in: 2361f768b7 user: dkf tags: trunk, main | |
| 14:09 | complete the job in the previous commit check-in: da92b0b41b user: jan.nijtmans tags: trunk, main | |
| 13:44 | Opt => 0.4.10, not 0.5.0 check-in: 32a5c2707b user: dkf tags: trunk, main | |
| 08:09 | Opt => 0.5 check-in: c704a8d0ea user: jan.nijtmans tags: trunk, main | |
|
2025-10-16
| ||
| 16:10 | Fix some obvious inefficiencies in the opt package check-in: 6509c6bbb2 user: dkf tags: trunk, main | |
| 15:02 | Merge 9.0 check-in: 433aa7f944 user: jan.nijtmans tags: trunk, main | |
| 10:59 | merge 9.0 check-in: 27500fc026 user: dkf tags: trunk, main | |
|
2025-10-15
| ||
| 17:01 | merge 9.0 check-in: 4e269b417f user: dkf tags: trunk, main | |
| 10:23 | Now full fix for Linux too .... (see prev commit) check-in: 7759a8d15f user: jan.nijtmans tags: trunk, main | |
|
2025-10-14
| ||
| 11:19 | Fix the add-matcher bits (sorry, Jan!) check-in: 7ab1ab9499 user: dkf tags: trunk, main | |
| 07:53 | Extend to internal API Closed-Leaf check-in: 35d9749294 user: dkf tags: c11-generic-oo-api | |
|
2025-10-13
| ||
| 17:04 | Rebase to trunk check-in: 644669e6cb user: jan.nijtmans tags: attemptgetstring | |
| 16:31 | No need to use #define here check-in: 817960e558 user: jan.nijtmans tags: trunk, main | |
| 15:59 | Use _Generic to mask difference between Tcl_MethodType and Tcl_MethodType2 some more check-in: ef0e45090d user: dkf tags: c11-generic-oo-api | |
| 15:38 | Turn TclNRAddCallback into a varargs macro so we don't need quite so many NULLs check-in: 48d37299c0 user: dkf tags: c11-varargs-nr-add-callback | |
| 13:04 | Add basic problem matcher for tcltest check-in: d803f5ef61 user: dkf tags: trunk, main | |
| 08:41 | Starting to make a C API for [package forget] Leaf check-in: 6542f85457 user: dkf tags: package-forget-c-api | |
|
2025-10-12
| ||
| 20:01 | Revert [ec6b431c3e38d420]. In stead take over [https://github.com/JuliaStrings/utf8proc/pull/305|PR ... check-in: cf6f2f7544 user: jan.nijtmans tags: trunk, main | |
| 19:37 | Fix TCL_MEM_DEBUG build, broken by previous commit check-in: c873d5dcd7 user: jan.nijtmans tags: trunk, main | |
| 19:21 | Rebase to trunk check-in: fad4806904 user: jan.nijtmans tags: tip-626 | |
| 18:25 | Use the array literal (with variable contents) capabilities of C11 Leaf check-in: 599e4e5089 user: dkf tags: c11-array-literals | |
|
2025-10-11
| ||
| 11:08 | Move ObjRef macros to tclInt.h; better location for them. This should have been part of [2d7ae662... check-in: 56d1a5eb4c user: dkf tags: trunk, main | |
|
2025-10-10
| ||
| 23:15 | Fix broken build, introduced [2d7ae66265|here]. More -Wconversion warning fixes check-in: b8506ab1c6 user: jan.nijtmans tags: trunk, main | |
| 16:46 | Remove useless semicolons check-in: 4c7fafa275 user: dkf tags: trunk, main | |
| 16:39 | Move ClockSafeCatchCmd to place where it can see real InterpState definition check-in: 2d7ae66265 user: dkf tags: trunk, main | |
| 16:24 | Apply normal indentation/formattiong rule for sub-blocks check-in: 8e9651234b user: dkf tags: trunk, main | |
| 14:41 | Sync Tcl_OpenTcpClient signature (parameter-name only) with documentation check-in: 336e98168e user: jan.nijtmans tags: trunk, main | |
| 07:07 | Rebase to trunk check-in: 46189c64ce user: jan.nijtmans tags: tip-626 | |
| 07:00 | Update create-dmg/create-dmg to version 1.2.2 check-in: 61d00838a2 user: jan.nijtmans tags: trunk, main | |
|
2025-10-09
| ||
| 12:43 | Add some libraries to the windows build (will be needed by tka11y) check-in: 6812fc9e30 user: jan.nijtmans tags: trunk, main | |
|
2025-10-06
| ||
| 15:31 | Use Tcl_CreateObjCommand2 check-in: 8d8717714c user: jan.nijtmans tags: tip-626 | |
| 15:17 | Rebase to trunk check-in: 52e29dddc9 user: jan.nijtmans tags: tip-626 | |
| 15:12 | Indenting consistancy check-in: ae9e555472 user: jan.nijtmans tags: trunk, main | |
| 15:01 | Relax mutex-condition-3 (which sometimes fails on macOS) check-in: 78ece5dc3b user: jan.nijtmans tags: trunk, main | |
| 14:21 | Simplify some of the code by using anonymous struct/union members check-in: 87d19e421a user: dkf tags: c11-anon-members | |
| 11:12 | tidy up a bit more check-in: 576b4f39f2 user: dkf tags: c11-printf-result | |
| 11:06 | merge 9.0 (simplify TclGrowParseTokenArray) check-in: ae278f257d user: dkf tags: trunk, main | |
| 10:50 | Tidying up check-in: fafb320167 user: dkf tags: c11-printf-result | |
| 08:31 | Adoption of TclAppendPrintfToErrorInfo check-in: e3a772f56c user: dkf tags: c11-printf-result | |
|
2025-10-05
| ||
| 19:26 | Tranche 3 of adoption of TclPrintfResult check-in: 3aa1ace500 user: dkf tags: c11-printf-result | |
| 10:38 | Tranche 2 of adoption of TclPrintfResult check-in: 9a6fb43196 user: dkf tags: c11-printf-result | |
|
2025-10-04
| ||
| 15:56 | Don't delete InitAutoPath command after use. safe::interp tests load init.tcl multiple times check-in: aaa58a200a user: apnadkarni tags: apn-init-refactor | |
| 15:12 | Merge main check-in: e67f175031 user: apnadkarni tags: apn-init-refactor | |
| 11:12 | Tranche 1 of adoption of TclPrintfResult check-in: 4bd77df23d user: dkf tags: c11-printf-result | |
| 10:50 | Merge 9.0 - Fix [6fbabfe166] - allows py tkinter to use zipfs build without calling TclZipfs_AppHook check-in: 59f54f8e58 user: apnadkarni tags: trunk, main | |
|
2025-10-03
| ||
| 16:42 | Define macros for printing to the result conveniently check-in: 7b73f4ae3a user: dkf tags: c11-printf-result | |
| 11:47 | Merge 9.0 check-in: 1e07ca757f user: jan.nijtmans tags: trunk, main | |
| 11:47 | Use C11 macros to automatically add a NULL to the end of varargs sequences check-in: 9c524e00d4 user: dkf tags: c11-automarker | |
|
2025-10-02
| ||
| 13:57 | Merge 9.0 check-in: 75f02bb076 user: jan.nijtmans tags: trunk, main | |
|
2025-10-01
| ||
| 19:37 | Make it easier to match up the collections of things to do with file attributes check-in: a4b2356ccb user: dkf tags: trunk, main | |
| 10:42 | Merge 9.0 check-in: d62f98b681 user: jan.nijtmans tags: trunk, main | |
| 08:32 | Tidy up style of test support file check-in: 49acaf49d7 user: dkf tags: trunk, main | |
|
2025-09-30
| ||
| 20:13 | Merge 9.0 check-in: 94e1a6656e user: jan.nijtmans tags: trunk, main | |
| 03:32 | Merge 9.0 - Test cases for mutexes + dkf's manpage edits check-in: b546133d28 user: apnadkarni tags: trunk, main | |
|
2025-09-29
| ||
| 08:50 | Merge 9.0 check-in: 1c2897a986 user: jan.nijtmans tags: trunk, main | |