Timeline
Not logged in

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

193 check-ins using file win/Makefile.in version 4b3d13dd36

2025-03-07
08:17
Minor changes, to make Cygwin-only build easier check-in: 27ddff503b user: jan.nijtmans tags: cygwin
2025-03-06
13:02
merge 8.7 (fixes another variant of [73bb42fb3f35cd61] BUFFER_PADDING panic) check-in: 28539b1154 user: sebres tags: core-9-0-branch
2025-03-05
15:49
merge 8.7 check-in: b3305e6d27 user: dgp tags: core-9-0-branch
15:27
merge 8.7 check-in: 88f7f1f10c user: dgp tags: core-9-0-branch
2025-03-04
16:27
Update changes.md check-in: 90ef891146 user: jan.nijtmans tags: core-9-0-branch
15:50
merge 8.7 / clock.tcl: fixes [2c0f49e26c27847a] - ensure cache remain consistent when deriving from ... check-in: 862db0fdd2 user: sebres tags: core-9-0-branch
2025-03-03
17:52
Update to appleboy/ssh-action@v1.2.1 check-in: a95c142edf user: jan.nijtmans tags: core-9-0-branch
09:41
Fix bug in Tcl_SetWideUIntObj. check-in: f9aef122bf user: dkf tags: core-9-0-branch
2025-03-01
16:46
Tidier way of handling single-pointer internal representations Closed-Leaf check-in: d7db31fa83 user: dkf tags: inline-func
2025-02-27
08:26
Fix [a77029cdea]: MS-VS build system: pckIndex.tcl when building for 9 misses "t" for TCL 8.6 part check-in: b05c675ee4 user: jan.nijtmans tags: core-9-0-branch
2025-02-26
20:45
More constraint name repair check-in: a49bbf87c5 user: dgp tags: core-9-0-branch
20:34
merge 8.7 check-in: 2b5ea73ce8 user: dgp tags: core-9-0-branch
20:32
Possible fix for [a77029cdea]: MS-VS build system: pckIndex.tcl when building for 9 misses "t" for T... Closed-Leaf check-in: 14db8eaae0 user: jan.nijtmans tags: bug-a77029cdea
20:29
merge 8.7 check-in: 307c0e7a02 user: dgp tags: core-9-0-branch
18:19
dup test names check-in: 6da0e61ac8 user: dgp tags: core-9-0-branch
2025-02-25
09:33
int -> Tcl_Size updates to Utf(3), minor markup update check-in: 9b1623e94a user: jan.nijtmans tags: core-9-0-branch
2025-02-24
21:33
Fix [211ac77119]: return manual page has a no longer valid example. avoid "can't read "::tcltestlib... check-in: 7ee3539247 user: jan.nijtmans tags: core-9-0-branch
2025-02-21
22:55
* In-code comments reflect what is actually happening - eg: Tcl_GetRange() does *not* only convert... check-in: dc94c20ed5 user: jan.nijtmans tags: core-9-0-branch
2025-02-19
08:29
Split off "9.0" branch, as preparation for TIP #711 check-in: 975a904f7f user: jan.nijtmans tags: core-9-0-branch
05:43
Fix [f5d0e75a49]. Correct tcl::process documentation for non-subprocesses check-in: 2ed32fc21a user: apnadkarni tags: trunk, main
2025-02-18
13:39
Be consistent in .VS/.VE tags in documentation: Just mention TIP number, nothing else. check-in: 9bab6a1ff0 user: jan.nijtmans tags: trunk, main
2025-02-17
15:03
Put back "tcl_rcFileName", accidently removed [70302ff935|here]. Remove references to ancient TIP's check-in: 9bef43d0b1 user: jan.nijtmans tags: trunk, main
2025-02-16
15:17
Typo check-in: bc532fc550 user: dkf tags: inline-func
2025-02-12
15:13
Fix [0fac6dd541]. Remove duplicated docs for tcl_wordchars etc. from tclvars.n check-in: 2861f03e01 user: apnadkarni tags: trunk, main
2025-02-11
21:44
Don't worry building for Tcl 8.7 any more check-in: e144a4adb6 user: jan.nijtmans tags: trunk, main
17:11
Swap from deprecated build image to current one check-in: 3cb93852b7 user: dkf tags: trunk, main
17:10
More bits and pieces of functions check-in: f94ca90326 user: dkf tags: inline-func
17:09
Bug f5d0e75a49 - correct tcl::process documentation for non-subprocesses Closed-Leaf check-in: 7a71c8de17 user: apnadkarni tags: bug-f5d0e75a49
16:43
Remove duplicate documentation of tcl_wordchars and tcl_nonwordchars Closed-Leaf check-in: 2de5f3345e user: apnadkarni tags: bug-0fac6dd541
2025-02-10
13:07
merge 8.7 check-in: 90ef2d4246 user: sebres tags: trunk, main
10:53
merge main & tip-712, optimize TclSubstOptions; now the order of options doesn't affect result (nega... Closed-Leaf check-in: e6deb2b5a5 user: sebres tags: tip-712--subst-allow-mix-opt
10:24
simplify detection of combination for positive and negative options check-in: 240c763773 user: sebres tags: tip-712
2025-02-08
16:10
merge trunk (optimized TclSubstOptions, etc); reorganizes options (almost alphanumeric, positive gro... check-in: 21b1ad8e5a user: sebres tags: tip-712
15:54
merge 8.7 (optimization of TclSubstOptions) check-in: 88a9cc67b6 user: sebres tags: trunk, main
13:40
amend to [5a28eecf3519c645]: reset cmpPtr->clientData (it must be not cmpPtr, since cmpPtr->proc is ... check-in: e4f09c5206 user: sebres tags: trunk, main
2025-02-06
11:34
Fix [e086622a87]: WINE "env" test failures check-in: 2c3eebb2a5 user: jan.nijtmans tags: trunk, main
2025-02-05
18:09
allow mixing positive/negative switches, following TIP 323 (Do Nothing Gracefully) check-in: 7ccc8d1075 user: sebres tags: tip-712--subst-allow-mix-opt
2025-02-04
18:06
subst: Fix segfault when mixing positive and negative options and add a test case for it. check-in: cdd1265d56 user: max tags: tip-712
12:38
subst.test: Rearrange the new tests for positve options to subst into a single block. check-in: 369eb537b1 user: max tags: tip-712
12:29
TclSubstOptions: Optimize the positive/negative detection logic (thanks, Rolf). Other minor refineme... check-in: f058702e41 user: max tags: tip-712
2025-02-01
22:06
Since TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE, those Tcl_InitStubs() variants are now obsolete check-in: 1e24bb8799 user: jan.nijtmans tags: trunk, main
2025-01-31
20:49
Merge 8.7 check-in: 58d135625b user: jan.nijtmans tags: trunk, main
14:47
Initial reference implementation of TIP 712 (Add "positive" options to the subst command) with code,... check-in: 5d32279001 user: max tags: tip-712
13:29
Run testcases on MacOS-15 check-in: da142b21f2 user: jan.nijtmans tags: trunk, main
2025-01-29
17:49
Ticket [73bb42fb3f] Panic "Buffer Underflow, BUFFER_PADDING not enough" due to not checked encoding ... check-in: 9e6cf84324 user: oehhar tags: trunk, main
13:00
Test whether all tests work fine on MacOS-15 Closed-Leaf check-in: 14c25b7db5 user: jan.nijtmans tags: macos-15
05:41
Merge 8.7. Fix handle leak introduced by auto_execok fix. Thanks @chw check-in: 5875d983f6 user: apnadkarni tags: trunk, main
2025-01-28
10:41
merge 8.7: man timerate fix [48a7a56dda844782] clarifying -overhead check-in: 48b86a8487 user: sebres tags: trunk, main
09:35
Merge mark check-in: a4b3318c77 user: apnadkarni tags: trunk, main
09:22
Fix [4e2c8bc4a7] - auto_execok missing internal cmd commands check-in: 927e287e48 user: apnadkarni tags: trunk, main
08:18
Clarify -overhead measurement Closed-Leaf check-in: 7b733ffdb2 user: apnadkarni tags: apn-timerate-manpage
05:48
Merge mark check-in: 4c69a71abe user: apnadkarni tags: trunk, main
04:56
Fix [4f0b5767ac]. Exec of App Execution Aliases on Windows check-in: b0d73da3df user: apnadkarni tags: trunk, main
2025-01-27
21:25
Turn some function-like macros into static inline functions check-in: 646ddf575d user: dkf tags: inline-func
16:59
Fix auto_exec test for Unix even in presence of win constraint Closed-Leaf check-in: b903e64026 user: apnadkarni tags: bug-4e2c8bc4a7
15:55
Add documentation check-in: 5630cccf06 user: jan.nijtmans tags: tip-711
14:17
Ticket [27fa20249d]: htmlhelp: ignore pckgs folders without configure.in/ac check-in: 3b95f5210d user: oehhar tags: trunk, main
11:33
Ticket [27fa20249d]: guard html generation against bogus package folders. Closed-Leaf check-in: ea8480993a user: oehhar tags: 27fa20249d-htmlhelp-pckgs-error
2025-01-26
17:20
A few more hidden enums Closed-Leaf check-in: 3bf4c6223b user: dkf tags: enums-2
17:19
A few more hidden enums Closed-Leaf check-in: 3b8a8e54b0 user: dkf tags: public-enums
16:22
A few more bits that are enum-like check-in: dfe9dd170a user: dkf tags: public-enums
12:36
Define enums for many of the public-facing API constants. Careful! Only do for parts guarded against... check-in: 1f1c21f85e user: dkf tags: public-enums
12:18
Another hidden enum check-in: 872faf65c1 user: dkf tags: enums-2
08:03
Bug [4e2c8bc4a7]. Missing auto_execok cmd builtins check-in: 46dc723a69 user: apnadkarni tags: bug-4e2c8bc4a7
04:39
Added test for [4f0b5767ac]. Closed-Leaf check-in: 311137c977 user: apnadkarni tags: bug-4f0b5767ac
04:24
Proposed fix [4f0b5767ac]. exec of App Execution Alias check-in: 5778698fd9 user: apnadkarni tags: bug-4f0b5767ac
2025-01-25
11:18
Fix comment check-in: c2693a83f6 user: jan.nijtmans tags: trunk, main
2025-01-24
15:45
Adjust the comments for the new enums and their members. check-in: 9c82b1324b user: dkf tags: enums-2
14:25
Most remaining non-public numeric flag-like constants are now enums. check-in: 82d789298b user: dkf tags: enums-2
10:06
Turn some defines into enums, plus other minor cleanup in the win console code check-in: 365a6849d1 user: dkf tags: trunk, main
09:40
More WS... Closed-Leaf check-in: 0e28e62952 user: dkf tags: whitespace-fix
2025-01-23
12:38
merge 8.7 (timerate stability fix: no hang by iterations with quadratic complexity, better threshold... check-in: 3dad298082 user: sebres tags: trunk, main
2025-01-22
12:52
New function Tcl_IsEmpty() check-in: dc19df4f1d user: jan.nijtmans tags: tip-711
2025-01-20
20:12
rsync-deployments -> 7.0.2 check-in: f9ddd8e328 user: jan.nijtmans tags: trunk, main
17:07
merge 8.7 check-in: 482d05e90c user: sebres tags: trunk, main
14:39
Fixes for many many whitespace infelicities check-in: ba7d219e65 user: dkf tags: whitespace-fix
2025-01-19
16:37
tzdata updated to Olson's tzdata2025a. Update changes.md check-in: 467569e36f user: jan.nijtmans tags: trunk, main
2025-01-17
12:31
Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FR... check-in: 53a5a0cfa2 user: jan.nijtmans tags: trunk, main
2025-01-15
16:59
Add test cases Closed-Leaf check-in: d6a8c4e91a user: oehhar tags: 73bb42fb3f-panic-buffer
12:39
Bug 73bb42fb3f: check also 2nd encoding conversion and set error as in the one above. This is effect... check-in: db261a5c5d user: oehhar tags: 73bb42fb3f-panic-buffer
02:58
Merge trunk check-in: 490b048ff3 user: apnadkarni tags: apn-channel-perftools
2025-01-12
18:10
Fix [70f3b23cad]. Doc fix only check-in: 5d7aa913b0 user: jan.nijtmans tags: trunk, main
2025-01-10
21:37
Merge-mark check-in: 5145a78372 user: jan.nijtmans tags: trunk, main
14:02
Rebase to 9.0 Closed-Leaf check-in: 7512a6295d user: jan.nijtmans tags: 70f3b23cad-docs-version-requirement
13:59
Another attempt to make it clear, without too much bloat check-in: 1f8e461bda user: jan.nijtmans tags: 70f3b23cad-docs-version-requirement
12:12
Fix test constraints check-in: 528bcb64f2 user: dkf tags: dkf-c11-features
2025-01-09
09:56
Taming Tcl_AppendStringsToObj as well check-in: f8612e12b2 user: dkf tags: dkf-c11-features
09:30
TclSetErrorCode is a macro to end-mark Tcl_SetErrorCode check-in: 0e84f9c9df user: dkf tags: dkf-c11-features
2025-01-08
15:25
Switch over Tcl_NRAddCallback to TclNRAddCallback in a bunch of places that should have already been... check-in: 5129927198 user: dkf tags: dkf-c11-features
15:02
Use C11 features, especially variadic macros. check-in: 38f3728d9a user: dkf tags: dkf-c11-features
14:07
In --with-tcl8 mode, only typedef Tcl_Size when Tcl_Size is not #defined already check-in: 88f0807bb9 user: jan.nijtmans tags: trunk, main
2025-01-07
15:42
Simplification for [d58e315172] check-in: 4e87493367 user: jan.nijtmans tags: trunk, main
10:06
Fix [fc3509]: Better error-message than "interpreter uses an incompatible stubs mechanism" check-in: 7704f91f2e user: jan.nijtmans tags: trunk, main
09:19
Handle 9.0-compiled extension running in 8.x as well Closed-Leaf check-in: 8a4c654f72 user: jan.nijtmans tags: bug-fc35093ce
2025-01-06
22:06
Merge-mark check-in: db15d0f5fd user: jan.nijtmans tags: trunk, main
21:20
Demo why using TCL_VERSION in Tcl_InitStubs is a bad idea Closed-Leaf check-in: 09218bf961 user: jan.nijtmans tags: use-tcl-version-in-stubs-bad-idea-demo
21:15
This would be my advise. Using TCL_VERSION in Tcl_InitStubs() is a bad idea (IMHO) check-in: 3200a10430 user: jan.nijtmans tags: 70f3b23cad-docs-version-requirement
2025-01-05
20:41
oops Closed-Leaf check-in: 6f030022a0 user: jan.nijtmans tags: bug-d58e315172
20:38
Simplification for [d58e315172] check-in: 1c27785451 user: jan.nijtmans tags: bug-d58e315172
2025-01-04
11:48
Merge trunk check-in: a2841ef20b user: apnadkarni tags: apn-icu-testdata
2025-01-03
15:47
Proposed fix for [fc35093ce]: Better error-message than "interpreter uses an incompatible stubs mech... check-in: 4260a19710 user: jan.nijtmans tags: bug-fc35093ce
14:48
Document underlying Tcl_InitStubs() behavior, when circumventing the macro in tcl.h check-in: 90436ee9e3 user: jan.nijtmans tags: 70f3b23cad-docs-version-requirement
13:51
Fix [afdb56e633]: Tcl_MethodType2 not documented check-in: 0a63898c7f user: jan.nijtmans tags: trunk, main
13:38
Add 2 more internal tclOO stub entries: TclOOMakeProcInstanceMethod2 and TclOOMakeProcMethod2 check-in: c9e66b07f6 user: jan.nijtmans tags: trunk, main
09:59
[2bc08cd2e6] - document TCL_{LL,SIZE}_MODIFIER, Tcl_Size, TCL_SIZE_MAX check-in: 3dcf329505 user: apnadkarni tags: trunk, main
2025-01-02
17:35
Fix [d58e31517203396e]: configure --enable-64bit=aarch64 broken check-in: 74eba1ba33 user: jan.nijtmans tags: trunk, main
15:39
Proposed fix for [afdb56e633]: Tcl_MethodType2 not documented Closed-Leaf check-in: 2dc9543eed user: jan.nijtmans tags: bug-afdb56e633
15:22
Remove dead code in tclLoadDyld.c check-in: 701a8a3d26 user: jan.nijtmans tags: trunk, main
2024-12-31
01:18
Document TCL_SIZE_MAX Closed-Leaf check-in: 73961ebf58 user: apnadkarni tags: bug-2bc08cd2e6
2024-12-30
17:10
[2bc08cd2e6] Document ObjPrintf size modifiers check-in: 2bbae94c2e user: apnadkarni tags: bug-2bc08cd2e6
2024-12-29
22:24
merge 8.7 (windows only: obtain cpuid data with clang/gcc) check-in: 459b34be9d user: sebres tags: trunk, main
16:59
merge 8.7 (clang/gcc: silence Wunused-but-set-variable in generated tclDate) check-in: 410ce320f5 user: sebres tags: trunk, main
16:24
merge point check-in: 748b7b25b7 user: sebres tags: trunk, main
2024-12-28
14:46
merge 8.7 check-in: 2ee1735dbc user: sebres tags: trunk, main
14:40
merge 8.7 check-in: 00954f4b4c user: sebres tags: trunk, main
14:01
merge 8.7 check-in: 4c57989064 user: sebres tags: trunk, main
01:00
merge 8.7: amend to [98006f00ac471be5] - simplification and deduplication, better tests check-in: 2ef804f95d user: sebres tags: trunk, main
2024-12-27
21:20
merge 8.7 (fixes [98006f00ac471be5]) check-in: 17b5c7a6ce user: sebres tags: trunk, main
2024-12-26
18:42
merge 8.7 check-in: 4459b4e8cc user: sebres tags: trunk, main
18:30
merge 8.7 (fix for [67d5f75c36cbada6]) check-in: f1d3dc5eaa user: sebres tags: trunk, main
15:56
merge point (no functional changes, only comments) check-in: 5f750f069b user: sebres tags: trunk, main
15:29
lseq.test: unneeded constraint check-in: dc3ab4b616 user: sebres tags: trunk, main
13:52
merge sebres-arith-series-rework: fixes several bugs and UB (closes [d2a3c5f80bf47362]), improved nu... check-in: e233e8b60b user: sebres tags: trunk, main
2024-12-23
18:08
fix calculation of max precision of the series for E notation, optimize it a bit (do it once, use or... Closed-Leaf check-in: e133351aff user: sebres tags: sebres-arith-series-rework
13:27
merge mark check-in: a0cd4de4ee user: dkf tags: trunk, main
11:59
Shorten generation of TCL OO error codes check-in: 7e88024b74 user: dkf tags: trunk, main
2024-12-22
22:17
Make a start fixing [209fd9adce]: package files documented behaviour. First remove the wrong behavio... Leaf check-in: 9af30a459f user: jan.nijtmans tags: bug-209fd9adce
17:54
clean up unused code check-in: b999132201 user: sebres tags: sebres-arith-series-rework
17:50
prohibit NaN in the arith-series, so it behaves exactly like expr-command (e. g. like expr {Inf - In... check-in: b692628bed user: sebres tags: sebres-arith-series-rework
17:10
improve numerical stability by length calculation for distance/step exceeding wide-ints bounds, use ... check-in: 014dfa4897 user: sebres tags: sebres-arith-series-rework
14:44
more tests, cover lrange/lreverse for unshared/shared series-objects check-in: 56b534f56a user: sebres tags: sebres-arith-series-rework
14:23
amend with better test title and explaining comment check-in: 06a7dfbdcd user: sebres tags: sebres-arith-series-rework
13:53
make test platform/compiler independent: the result of the addition of Inf and -Inf may be either -N... check-in: a1b63b3ae9 user: sebres tags: sebres-arith-series-rework
13:32
silence implicit conversion warnings by clang build check-in: 02c8740696 user: sebres tags: sebres-arith-series-rework
2024-12-21
23:56
Merge 9.0. First implementation of "info locale" check-in: b5de0055d2 user: jan.nijtmans tags: tip-703
22:21
avoid implicit conversion of double length to bignum by NaN/Inf check-in: e2515f05de user: sebres tags: sebres-arith-series-rework
21:56
lseq with double args: improve numerical stability by calculation of length (use wide arithmetic ins... check-in: 0893b51f1c user: sebres tags: sebres-arith-series-rework
20:58
version -> 9.0.2 check-in: 7b65167243 user: jan.nijtmans tags: trunk, main
19:45
furnish arith-series internal representation with refCount, improve duplication check-in: f2977d6c1f user: sebres tags: sebres-arith-series-rework
19:42
arith-series doesn't need `end` (it may be incorrect, since proper value is calculated as `start + (... check-in: 81f5e95eb8 user: sebres tags: sebres-arith-series-rework
19:32
improve UpdateStringOfArithSeries (panic by overflow, no interim objects by generation of string rep... check-in: 5a622d5dd8 user: sebres tags: sebres-arith-series-rework
19:24
improve creation of arith-series object, more checks, Inf/NaN, etc check-in: fb741f410a user: sebres tags: sebres-arith-series-rework
19:11
don't swallow error message (usage) on wrong args check-in: 5366e9e566 user: sebres tags: sebres-arith-series-rework
19:10
added test cases illustrating several inconsistencies and bugs (hopefully also the result of UB [d2a... check-in: d0164dac25 user: sebres tags: sebres-arith-series-rework
18:21
lf -> crlf in vctool.bat check-in: c081dc4d04 user: jan.nijtmans tags: trunk, main
15:53
merge release check-in: aef01ab4af user: dgp tags: trunk, main
12:20
Remove excess blank lines check-in: 76c101ae7d user: dkf tags: trunk, main
2024-12-20
18:27
Simple implementation of "info timezone". Ignoring Windows registry for the moment. check-in: 23f2262e53 user: jan.nijtmans tags: tip-703
2024-12-19
16:48
updated changes.md for release. Closed-Leaf check-in: 10a450bde9 user: dgp tags: rc0, core-9-0-1-rc, core-9-0-1
15:18
merge trunk check-in: a16818cc01 user: dgp tags: core-9-0-1-rc
2024-12-18
13:28
TIP #703. Start with empty "info locale" and "info timezone" check-in: d22a724365 user: jan.nijtmans tags: tip-703
13:20
Don't shorten "info locals" in testcases. check-in: 903799065b user: jan.nijtmans tags: trunk, main
2024-12-16
17:13
Introduce a typedef for greater sanity check-in: 39e3a23b6b user: dkf tags: trunk, main
16:27
Add TIP 707 to changes.md check-in: 4582652df6 user: apnadkarni tags: trunk, main
16:02
Make access to RegDeleteKeyExW less awful with a typedef check-in: 80431aa52b user: dkf tags: trunk, main
15:55
Convert internal flags to an enum check-in: 88049df237 user: dkf tags: trunk, main
14:16
Add Tcl_InitStubs macro information. Update man page links. check-in: 15a1b2e92f user: oehhar tags: 70f3b23cad-docs-version-requirement
13:33
Merge-mark check-in: 0fea16205a user: jan.nijtmans tags: trunk, main
11:50
Ticket [70f3b23cad]: propose new doc wording for requirement strings check-in: 607aea587f user: oehhar tags: 70f3b23cad-docs-version-requirement
2024-12-15
19:02
Merge-mark check-in: 64f92ae102 user: jan.nijtmans tags: trunk, main
17:57
Add explanation for fix for ticket [63449c0514] check-in: d39828737c user: oehhar tags: trunk, main
15:03
Convert collection of related constants to an enum check-in: 2e25432abf user: dkf tags: trunk, main
2024-12-14
23:38
Fix [63449c0514]: [namespace children] doesn't match non-glob patterns below the global namespace. ... check-in: b6ae5707d9 user: jan.nijtmans tags: trunk, main
2024-12-13
15:23
Turn constants into an enum check-in: 5611b61092 user: dkf tags: trunk, main
14:53
Proposed fix for [63449c0514]: [namespace children] doesn't match non-glob patterns below the global... Closed-Leaf check-in: ee821ec00f user: jan.nijtmans tags: bug-63449c0514
13:54
taming constants with enums in the zipfs code; it's still ugly but it's not so awful as it was (and ... check-in: 5a3380a837 user: dkf tags: trunk, main
10:18
Fix [c4f365470e]: Size modifiers j, q, z, t not implemented. Update changes.md check-in: 6c1255aa69 user: jan.nijtmans tags: trunk, main
09:23
Convert defines to an enum. check-in: ae3a3a1673 user: dkf tags: trunk, main
09:10
Add simple testcase Closed-Leaf check-in: d39740ba1f user: jan.nijtmans tags: bug-c4f365470e
05:40
Merge 8.7 - Fix example. http::config, not http::configure check-in: 106bfa8d00 user: apnadkarni tags: trunk, main
2024-12-12
20:31
Convert masks to an enum check-in: a5b1b09552 user: dkf tags: trunk, main
20:21
More conversion of enumerations to enums check-in: 00f2f69514 user: dkf tags: trunk, main
18:14
Open release branch check-in: 45cbf8edb1 user: dgp tags: core-9-0-1-rc
14:40
Make sure tclUuid.h doesn't end up in "make dist" check-in: efdadbd87e user: jan.nijtmans tags: trunk, main
14:38
merge 8.7 check-in: 0716517874 user: dgp tags: trunk, main
14:15
Proposed fix for [c4f365470e]: Size modifiers j, q, z, t not implemented check-in: deae6f2c25 user: jan.nijtmans tags: bug-c4f365470e
2024-12-11
20:59
Plug memory leak. test hygiene -- avoid fragility in makeFile / removeFile check-in: 456ee8cc6a user: jan.nijtmans tags: trunk, main
2024-12-10
09:42
TIP #707 follow-up: for tclDTrace.d too check-in: 99e291e922 user: jan.nijtmans tags: trunk, main
03:06
Merge 8.7 - TIP 707 - add ptrAndSize field to Tcl_Obj check-in: 3eb4d4fe21 user: apnadkarni tags: trunk, main
2024-12-09
10:47
Merge 8.7. Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: f494e8b592 user: apnadkarni tags: trunk, main
2024-12-07
23:52
Fix [c7e4c4586d]: TIP #609 - required Tcl_ThreadAlert() skipped with nested event loop check-in: dd7f05281c user: jan.nijtmans tags: trunk, main
2024-12-06
18:03
compiling Leaf check-in: 58b1e5aa21 user: jan.nijtmans tags: bug-a8e4f76ce4-linux
17:17
First sketch of implementation check-in: 15b9166326 user: jan.nijtmans tags: bug-a8e4f76ce4-linux
16:27
Can we detect memfd_create()? check-in: 491f179ccd user: jan.nijtmans tags: bug-a8e4f76ce4-linux
10:39
Proposed fix for [https://core.tcl-lang.org/thread/tktview/9e69e2c602|9e69e2c602]: Problem with TIP#... Closed-Leaf check-in: 90712c8996 user: jan.nijtmans tags: bug-9e69e2c602
10:04
Fix "make dist". $(DISTDIR) part was missing check-in: f92b9869f4 user: jan.nijtmans tags: trunk, main
09:05
Let enums be enums check-in: 9f80b56211 user: dkf tags: trunk, main
2024-12-05
19:27
merge 8.7 check-in: 6382d2c523 user: sebres tags: trunk, main
19:05
merge 8.7 (fix SF [0b809cd3fc8b6e5e], conflicts resolved) check-in: 4c3e3d79df user: sebres tags: trunk, main
13:53
Match Tcl_Free()'s argument type check-in: 34f7a4ecb4 user: jan.nijtmans tags: trunk, main
11:50
Fix some EXEC flags (in "make dist" too) check-in: 02d2aaf7ae user: jan.nijtmans tags: trunk, main
10:07
Fix [aaa84fbbc5]: zipfs info on mountpoint of executable returns zero offset in field 4 check-in: 3d62ee540d user: jan.nijtmans tags: trunk, main
2024-12-04
16:02
Remove zip -A from autoconf builds. Add tests for zipfs info Closed-Leaf check-in: 376261e2cd user: apnadkarni tags: apn-julian-zipfs-patch