Timeline
Not logged in

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

115 check-ins using file generic/tclLoad.c version a4a83fe9be

2025-12-30
23:30
Other compiler warnings (e.g. unused variables) check-in: b17a05b091 user: jan.nijtmans tags: tip-744
23:08
This registry version won't work with Tcl 9.0 any more check-in: c136739613 user: jan.nijtmans tags: tip-744
21:01
Add locale parameter to TIP #744 functions. Unfinished Closed-Leaf check-in: 081aedb543 user: jan.nijtmans tags: tip-744-with-locale
20:55
Fix compiler warnings, seen with clang version 14.0.0 check-in: adcdba7c09 user: jan.nijtmans tags: tip-744
2025-12-29
09:45
Add blurb to docs that file rename may not preserve attributes and ACL's. This has always been true. Closed-Leaf check-in: 48b7266a73 user: apnadkarni tags: bug-59bee3a3a7
08:11
Adapt test for GH CI which does not seem to have a HKCU/Microsoft registry key check-in: 977e220d17 user: apnadkarni tags: tip-744
07:02
Fix up source ACL when renaming files. Intentionally not done for destination. check-in: 36117d03cf user: apnadkarni tags: bug-59bee3a3a7
2025-12-28
21:13
Please, don't use 'unsigned long' in public API. It suggests it might be > 32 bits, but it isn't. Th... check-in: f292570544 user: jan.nijtmans tags: tip-744
18:13
Missed freeing a memory allocation in error case. check-in: 42dd93b621 user: apnadkarni tags: bug-59bee3a3a7
18:05
Reset ACL if needed when deleting a file check-in: 3bfc08dfa4 user: apnadkarni tags: bug-59bee3a3a7
14:39
Require Win10 in tclWinPort.h check-in: f3370a2340 user: apnadkarni tags: trunk, main
13:48
Merge 9.0 check-in: 8c507bc97b user: jan.nijtmans tags: trunk, main
13:20
Option string array used by Tcl_GetIndexFromObj should _ALWAYS_ be 'static const'! check-in: 4c66f24982 user: jan.nijtmans tags: tip-744
13:09
Add some missing static/const keywords check-in: c8ea9c379e user: jan.nijtmans tags: trunk, main
12:37
Update docs check-in: b4179a6bbd user: dkf tags: tip-735
12:26
Tinkering with making the interpreted [lfilter] better check-in: 5393ca802c user: dkf tags: tip-735
11:57
Consolidate one more Windows getversion call check-in: d5d6009bc8 user: apnadkarni tags: tip-744
11:47
Fix things to work as the TIP now specifies check-in: a8d8c4a66e user: dkf tags: tip-735
11:15
Merge 9.0 - Fix [7b46bc7f85] UBSan on binary uuencode check-in: cfba67a7c7 user: apnadkarni tags: trunk, main
05:43
Bug [7b46bc7f85] UBSan on binary uuencode Closed-Leaf check-in: 4a2855ec53 user: apnadkarni tags: bug-7b46bc7f85
05:06
Bug [983f933f11] UBSan warnings with null pointer in TclGetProcessGlobal/Tcl_ExternalToUtfDString. Closed-Leaf check-in: 28845a8668 user: apnadkarni tags: bug-983f933f11
2025-12-27
17:56
Mark the places in need of fixing to match the TIP check-in: 0bae1ee8b5 user: dkf tags: tip-735
17:43
Unbreak Linux/MacOS build. Merge trunk check-in: 231acaf9ae user: jan.nijtmans tags: tip-744
17:30
Merge 9.0 check-in: 63c2dff1f5 user: jan.nijtmans tags: trunk, main
16:28
merge trunk check-in: ef11d95c39 user: dkf tags: tip-735
15:41
Better, backward-compatible compilation of [lseq] check-in: e32c762ab8 user: dkf tags: trunk, main
15:36
Tidy up macros/comments to be less cluttered Closed-Leaf check-in: 5e6f4aa699 user: dkf tags: lseq-better-compilation
15:24
Compile-time-known numbers get different handling; fixes the tests (an efficiency boost and cheat, b... check-in: e2dc5fb121 user: dkf tags: lseq-better-compilation
13:17
Better compilation for [lseq], but fails some tests on error messages check-in: 92ca8e4225 user: dkf tags: lseq-better-compilation
07:06
Distinguish between tests that are purely syntactic and those requireing disk access check-in: e28d1532a1 user: apnadkarni tags: tip-744
06:29
Merge main check-in: 855213fd04 user: apnadkarni tags: tip-744
06:28
ENAMETOOLONG no longer an error check-in: fe09a8495a user: apnadkarni tags: tip-744
03:46
Add tests for file link,lstat check-in: d336f91bda user: apnadkarni tags: tip-744
2025-12-26
16:59
Add long path support for reading directory links check-in: 18b348d599 user: apnadkarni tags: tip-744
16:13
Add long path support for writing directory links check-in: 628353922e user: apnadkarni tags: tip-744
16:06
merge trunk check-in: 6eb48e1cc5 user: dkf tags: tip-735
16:04
Some tinkering with TclOO; low priority check-in: dcabeed5d5 user: dkf tags: oo-tinkering
2025-12-25
11:50
More informative errors from registry command check-in: 8e871de7bb user: apnadkarni tags: tip-744
09:59
Tcl_WinRaiseError and tests check-in: 38a128db76 user: apnadkarni tags: tip-744
2025-12-24
20:39
Fix a few -Wconversion warnings check-in: 41bdc864f5 user: jan.nijtmans tags: trunk, main
17:24
Merge main check-in: 7071e2cce4 user: apnadkarni tags: tip-744
17:23
Oops. Don't use Windows types in stubs check-in: 59789fb708 user: apnadkarni tags: tip-744
17:07
Fix html generation: Encoding: process-text: impotent font change check-in: d8eb6db5a5 user: jan.nijtmans tags: trunk, main
17:01
Kick off TIP 744 with long path support and exported Win32 error formatting check-in: 0f8db7fd7e user: apnadkarni tags: tip-744
09:23
zipfs mount test Closed-Leaf check-in: 599cd34ad9 user: apnadkarni tags: apn-win-longpaths
06:06
Add tests for file ops and glob check-in: c0d02a5cd1 user: apnadkarni tags: apn-win-longpaths
2025-12-23
16:43
Fix native path generation for long paths and tests for path syntax and directory ops check-in: e620a28080 user: apnadkarni tags: apn-win-longpaths
14:06
merge trunk check-in: 5c294aaabb user: dkf tags: tip-735
13:57
Make TclOO use bool a bit more internally in places that already logically did so check-in: 3124b60b32 user: dkf tags: trunk, main
13:55
fix some indentation Closed-Leaf check-in: 4e553978a3 user: dkf tags: oo-internal-bool
13:51
merge trunk check-in: a8814b51b6 user: dkf tags: oo-internal-bool
12:27
A few more bools... and fix some index counter sizes check-in: 12dc20f7b9 user: dkf tags: oo-internal-bool
11:54
Test directory ops on long paths check-in: 3fcd21c3c2 user: apnadkarni tags: apn-win-longpaths
09:23
Consolidate Windows system information that is always needed check-in: 972cb5167a user: apnadkarni tags: apn-win-longpaths
2025-12-22
16:58
Eliminate redundant initialization calls check-in: 3e8b6b4103 user: apnadkarni tags: tip-732
15:40
Update changes.md for TIP 737 check-in: bfb9f1675f user: apnadkarni tags: trunk, main
09:46
Rebase to trunk check-in: 9ef846dd13 user: jan.nijtmans tags: attemptgetstring
09:44
Merge 9.0. Fix indenting check-in: 9c9ab45aac user: jan.nijtmans tags: trunk, main
04:36
Split zipfs initialization into interp-specific and independent parts check-in: bc851af66a user: apnadkarni tags: tip-732, tip-732-baseline
2025-12-21
17:42
merge trunk check-in: 7cbb6c27a0 user: dkf tags: oo-internal-bool
17:39
Fix obvious error check-in: 8723eaa94d user: dkf tags: oo-internal-bool
06:12
Merge main check-in: 3d9f754fb1 user: apnadkarni tags: tip-732
03:49
TIP 737 check-in: 4b06423d2f user: apnadkarni tags: trunk, main
2025-12-19
21:05
merge trunk check-in: 46500b11b6 user: dkf tags: oo-internal-bool
02:44
Fix warnings about redefined macros in macOS tclPkgConfig.c check-in: 9c7aa10e45 user: culler tags: trunk, main
2025-12-18
14:47
Rebase to trunk check-in: 909ed28461 user: jan.nijtmans tags: attemptgetstring
2025-12-17
15:41
Rebase to trunk check-in: a30249e677 user: jan.nijtmans tags: attemptgetstring
10:27
TIP-723 timer: remove unused variable (found by CI on Linux) check-in: dff43354c2 user: oehhar tags: tip-723-timer-wall-monotonic
09:18
Tcl_GetMonotonicTime() must return the calculated value to be useful. check-in: 91ec6c219e user: sbron tags: tip-723-timer-wall-monotonic
07:12
TIP-723 timer: "timer cancel $id" does not fail on unknown $id check-in: 7693044f20 user: oehhar tags: tip-723-timer-wall-monotonic
03:29
Fix tclsh manifest longPathAware element check-in: 81ab2ea294 user: apnadkarni tags: apn-win-longpaths
2025-12-16
17:39
Permit long path in TCL_LIBRARY env var check-in: 54ebc208a5 user: apnadkarni tags: apn-win-longpaths
16:00
Allow Tcl to run from directories deeper than MAX_PATH check-in: c2afaf797e user: apnadkarni tags: apn-win-longpaths
12:19
TIP-723 timer: correct C syntax error in Linux found by CI runner. check-in: ae92b04a21 user: oehhar tags: tip-723-timer-wall-monotonic
06:05
Support long paths for exec and user home check-in: f891ea1b7c user: apnadkarni tags: apn-win-longpaths
05:17
Merge main check-in: 8d928718c7 user: apnadkarni tags: tip-732
2025-12-15
17:53
Merge-mark check-in: 68527906d4 user: jan.nijtmans tags: trunk, main
17:36
merge main check-in: 153ee98bd6 user: oehhar tags: tip-723-timer-wall-monotonic
17:36
TIP-723 timer: fail on unknown "timer cancel". No script argument to "timer cancel". check-in: 8a079d9504 user: oehhar tags: tip-723-timer-wall-monotonic
17:11
A few more bits for long path support check-in: 539f3da075 user: apnadkarni tags: apn-win-longpaths
17:07
Update workflow actions to latest versions: upload-artifact, download-artifact check-in: 30298f4a34 user: dkf tags: trunk, main
16:32
TIP-723 timer: correct "wrong# of args" messages. Only allow one script argument to "timer idle|canc... check-in: 820753a0a2 user: oehhar tags: tip-723-timer-wall-monotonic
15:43
Be more strict on ckalloc usage check-in: 52fc9c65ce user: jan.nijtmans tags: attemptgetstring
15:06
merge main and adapt to Tcl_ObjCmdProc2 interface check-in: e1928eabdb user: oehhar tags: tip-723-timer-wall-monotonic
13:42
Add manifest for longpath. Add test function to check system support check-in: 936fb1c290 user: apnadkarni tags: apn-win-longpaths
13:34
Rebase to trunk check-in: f69efd5ab6 user: jan.nijtmans tags: attemptgetstring
10:40
Implement long filename support for DoRenameFile on Windows check-in: c4977f07e0 user: apnadkarni tags: apn-win-longpaths
09:06
Merge 9.0 check-in: 4c825bdf96 user: jan.nijtmans tags: trunk, main
05:02
Start on Windows long path support check-in: 6d8301a157 user: apnadkarni tags: apn-win-longpaths
2025-12-14
15:47
Some more adaptations for small strings. Closed-Leaf check-in: b949edd94f user: apnadkarni tags: apn-ss-wip
15:42
Bug [982651f543] - Remove test for mutex thread fairness as not guaranteed by OS. Timeouts suffice t... check-in: db598cbe2f user: apnadkarni tags: trunk, main
14:47
Tidy up. check-in: d41bb52b44 user: cmacleod tags: cgm-equals-command
13:38
For compiled equals command, skip runtime test when presubstituted command is known to give numeric/... check-in: 6eab82c138 user: cmacleod tags: cgm-equals-command
2025-12-12
17:19
Start experimenting with small string intreps check-in: 12a540f932 user: apnadkarni tags: apn-ss-wip
17:17
Create new branch named "apn-ss-experiment" check-in: 5200b06c56 user: apnadkarni tags: apn-ss-wip
12:09
TIP #626 implementation: Command arguments > 2^31 elements check-in: 39b32d697e user: jan.nijtmans tags: trunk, main
2025-12-09
12:31
Rebase to trunk Closed-Leaf check-in: e3617a764d user: jan.nijtmans tags: tip-626
2025-12-08
21:49
Merge trunk check-in: dae372fabe user: jan.nijtmans tags: tip-626
2025-11-30
21:02
Rebase to trunk check-in: 60b44be862 user: jan.nijtmans tags: tip-626
2025-11-27
14:42
Rebase to 9.1 check-in: cd1ad25704 user: jan.nijtmans tags: tip-626
13:28
Add a proper switch for _Generic testing c11 capability check-in: 31751aca31 user: jan.nijtmans tags: tip-626
2025-11-26
09:24
Rebase to trunk check-in: ea22c34665 user: jan.nijtmans tags: tip-626
2025-11-25
11:27
Rebase to trunk check-in: dddcd2713e user: jan.nijtmans tags: tip-626
2025-11-24
10:10
Try to add the -std:c11 compiler flag check-in: 35987a5771 user: jan.nijtmans tags: tip-626
2025-11-23
20:43
Use _Generic() to select function type check-in: c4f087760d user: jan.nijtmans tags: tip-626
2025-11-13
20:36
Rebase to trunk check-in: c9532e9436 user: jan.nijtmans tags: tip-626
2025-10-30
16:45
Rebase to trunk check-in: ac26ccdcec user: jan.nijtmans tags: tip-626
2025-10-12
19:21
Rebase to trunk check-in: fad4806904 user: jan.nijtmans tags: tip-626
2025-10-10
07:07
Rebase to trunk check-in: 46189c64ce user: jan.nijtmans tags: tip-626
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
2025-09-26
20:58
Rebase to trunk check-in: 00754b1cd0 user: jan.nijtmans tags: tip-626
2025-09-23
16:11
Rebase to trunk check-in: 02a7870070 user: jan.nijtmans tags: tip-626
2025-09-04
09:52
Rebase to trunk check-in: 84e8b8343a user: jan.nijtmans tags: tip-626
2025-09-02
20:04
Rebase to trunk check-in: 1880179400 user: jan.nijtmans tags: tip-626