Timeline
Not logged in

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

56 check-ins using file win/Makefile.in version 60c50493dd

2025-10-17
22:46
More progress check-in: 315fef2a77 user: jan.nijtmans tags: attemptgetstring
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 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
14:11
Tranche 3 of adoption of bool check-in: 6e7e183bb2 user: dkf tags: c11-bool
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-07
14:02
Tranche 2 of adoption of bool check-in: 7c0638716d user: dkf tags: c11-bool
2025-10-06
18:03
Turn initialisation flags into bools check-in: 85f3db92e2 user: dkf tags: c11-bool
15:52
Make the bool type available properly (and reduce include duplication). Be careful though; C23 depre... check-in: fa8b63f0c3 user: dkf tags: c11-bool
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
12:05
merge trunk check-in: dce49c4e92 user: dkf tags: c-std-update
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