Timeline
Not logged in

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

144 check-ins using file generic/tclIOUtil.c version eaee37da3f

2025-05-05
19:40
Test of [testmsb] checking upper range boundary. check-in: b65fb7736a user: dgp tags: dgp-msb
11:44
Don't let tests pass out-of-range argument to TclMSB(). check-in: 855ea0c97b user: dgp tags: dgp-msb
2025-04-23
18:27
High performance implementation using GNU compiler builtin. check-in: cff515df02 user: dgp tags: dgp-msb
17:39
Speculative high performance implementation using Microsoft compiler intrinsics. UNTESTED!!! check-in: 9138a460c2 user: dgp tags: dgp-msb
2025-04-22
17:26
Apply Tcl 9 guarantees and conventions. check-in: 712bf4eff5 user: dgp tags: dgp-msb
17:12
Port the Brodnik adaptation implementaton of TclMSB() from dgp-refactor branch check-in: 9ed605cb25 user: dgp tags: dgp-msb
17:00
Update testing to Tcl 9 guarantees and conventions. check-in: 32f2e98e79 user: dgp tags: dgp-msb
16:50
Bring over testing command and tests for TclMSB() from dgp-refactor branch. check-in: b8e288114c user: dgp tags: dgp-msb
16:30
Restore TclLog2() status to be available only for --enable-symbols=compile check-in: 05cb7c174e user: dgp tags: dgp-msb
2025-04-20
15:14
Fix the weirdest bug in the assembler with getting line numbers wrong... sometimes. I'm not even sur... check-in: b5d73eaac3 user: dkf tags: no-variable-width-instruction-issue
12:01
Fix type. In at least one compiler, having the line number as int just blew up the build. It's an... check-in: c635b0577b user: dkf tags: trunk, main
2025-04-19
13:53
Many more (harmless) -Wconversion fixes, mainly for the regexp engine check-in: e6e57b4ee3 user: jan.nijtmans tags: trunk, main
12:25
Finish -Wconversion warnings in regexp engine check-in: 090e16821d user: jan.nijtmans tags: conversion-warning
2025-04-18
09:25
Make Tcl_WideInt equal to long long, don't allow it to be overridden any more Closed-Leaf check-in: 880908600b user: jan.nijtmans tags: tclwideint-is-longlong
09:22
Many more (harmless) -Wconversion fixes, mainly for the regexp engine check-in: 0d770f9e1b user: jan.nijtmans tags: conversion-warning
2025-04-17
21:04
Merge 9.0 check-in: e3bd8b47de user: jan.nijtmans tags: trunk, main
17:44
Re-implement TclLog2() in terms of TclMSB with range limiting wrapped around the core function. NOT... check-in: da2cb422fe user: dgp tags: dgp-msb
17:30
The callers of TclLog2() needed its range to be limited to [0..31]. RequiredPrecision needs support ... check-in: 85416bb01d user: dgp tags: dgp-msb
16:41
Remove code that purports to handle the circumstance when sizeof(Tcl_WideUInt) > sizeof(long long) ... check-in: a4bdca1b16 user: dgp tags: dgp-msb
16:30
Fix up the handling of zero input to RequiredPrecision check-in: 738c8d6124 user: dgp tags: dgp-msb
14:58
Update macher version in onefiledist.yml so it will work with a thin macOS executable. check-in: 061fd2778e user: culler tags: trunk, main
14:47
Another round of -Wconversion warning fixes, see [03cff7a777] check-in: d92999333a user: jan.nijtmans tags: conversion-warning
09:09
remove unread field check-in: 3dc80575dc user: dkf tags: no-variable-width-instruction-issue
09:07
Add INST_TCLOO_ID/tclooId to TAL check-in: 9032a3eb5e user: dkf tags: no-variable-width-instruction-issue
2025-04-16
19:26
The routine RequiredPrecision() is just a variation on the same function provided by TclLog2(). Re-... check-in: a48b278ccd user: dgp tags: dgp-msb
18:54
Expose TclLog2() to all builds, not limited to --enable-symbols=compile check-in: 01e88aedd1 user: dgp tags: dgp-msb
18:04
Work in progress deploying further optimization and usage of TclLog2(). check-in: 1447397b3b user: dgp tags: dgp-msb
17:32
Correct false claims in the header comment of RequiredPrecision() check-in: 5a20ec6f43 user: dgp tags: trunk, main
12:37
Clean up some code sections affected by change to always using 4-byte jumps check-in: 8d5947bd00 user: dkf tags: no-variable-width-instruction-issue
11:25
Rebase to trunk check-in: d6e56ed8bd user: jan.nijtmans tags: attemptcreatehashentry
09:00
Merge 9.0. Fix some -Wconversion warnings, see [03cff7a777] check-in: ca9b2d5796 user: jan.nijtmans tags: trunk, main
2025-04-15
11:22
Missing Tcl_DStringFree() Leaf check-in: 977041b00f user: jan.nijtmans tags: testcase-for-tip-716
11:14
Fix TestplatformChmod() test function: It should always translate from UTF-8 to native, since the na... check-in: 56ea6f3f4c user: jan.nijtmans tags: testcase-for-tip-716
10:40
Testcase for TIP #716 check-in: b97afc0993 user: jan.nijtmans tags: testcase-for-tip-716
09:10
Missing TCL_NO_DEPRECATED check-in: d4016ce247 user: jan.nijtmans tags: attemptcreatehashentry
07:11
Fix more -Wconversion warnings Closed-Leaf check-in: 908f4fd8f8 user: jan.nijtmans tags: conversion-warning
2025-04-14
19:28
Give [dict merge] its own compiler using INST_DICT_PUT; enables better [try] and [dict create] compi... check-in: 74b5ce17af user: dkf tags: no-variable-width-instruction-issue
14:06
Merge 9.0 check-in: c8e787466c user: jan.nijtmans tags: trunk, main
13:29
Add [info object creationid] to fully compiled operations; simplify some instruction descriptors check-in: b5cfceb353 user: dkf tags: no-variable-width-instruction-issue
11:58
Put back comment, accidently removed check-in: 5a57432339 user: jan.nijtmans tags: attemptcreatehashentry
11:23
Finish documentation too check-in: 83b9044190 user: jan.nijtmans tags: attemptcreatehashentry
10:46
merge trunk check-in: 41f743f8ef user: dkf tags: no-variable-width-instruction-issue
10:46
Clarify exec manpage << entry that the value is encoded and lineendings converted check-in: 0dc513ad69 user: apnadkarni tags: trunk, main
10:04
Merge 9.0 check-in: 8a50eb813b user: jan.nijtmans tags: trunk, main
09:11
Minor improvement to [try/finally] instruction sequence check-in: 859997d95a user: dkf tags: no-variable-width-instruction-issue
2025-04-13
23:04
Merge 9.0 check-in: a3c6cf0c6c user: jan.nijtmans tags: trunk, main
22:53
Merge 9.0 check-in: bc6051f5bd user: jan.nijtmans tags: trunk, main
22:16
Implement Tcl_AttemptCreateHashEntry() check-in: e228d80514 user: jan.nijtmans tags: attemptcreatehashentry
21:37
Fully functional now, with a lot of examples for the improvement. Also, merge trunk Leaf check-in: fcbb032b58 user: jan.nijtmans tags: tkt-236d18f49b
20:58
merge trunk check-in: 5a9047d5b9 user: dkf tags: no-variable-width-instruction-issue
20:46
Macros for comparing tokens to literals, making compiler logically easier to read check-in: 854196f81a user: dkf tags: no-variable-width-instruction-issue
2025-04-12
08:41
fix for BogusCreate() check-in: 46461f6447 user: jan.nijtmans tags: tkt-236d18f49b
08:24
Attempt to change special value to (int *)-1. Doesn't work yet. check-in: 17a21b5fcb user: jan.nijtmans tags: tkt-236d18f49b
2025-04-11
16:41
Merge 9.0 check-in: ed3bb04a14 user: jan.nijtmans tags: trunk, main
16:05
Merge 9.0 check-in: 99b2bd11e8 user: jan.nijtmans tags: trunk, main
13:35
Fix more -Wconversion warnings Closed-Leaf check-in: 951fdc3d50 user: jan.nijtmans tags: conversion-warning
10:36
Fix [236d18f49b]: More efficient Tcl_FindHashEntry() check-in: 5fd5d044bd user: jan.nijtmans tags: tkt-236d18f49b
2025-04-10
21:22
Some definite cleanup of the [switch] issuer, with neater passing of information around check-in: 3941e377dc user: dkf tags: no-variable-width-instruction-issue
04:56
Updated changes with [tclEpollNotfy PlatformEventsControl panics if websocket disconnected](https://... check-in: 90b4ef33b3 user: stevel tags: trunk, main
2025-04-09
16:29
Merge 9.0 check-in: a6ce887a66 user: jan.nijtmans tags: trunk, main
14:18
Cleaning up a bunch of things in code generation. check-in: db21f8e213 user: dkf tags: no-variable-width-instruction-issue
2025-04-07
17:56
Merge 9.0 check-in: 1c963ddb5d user: jan.nijtmans tags: trunk, main
09:42
Merge 9.0 check-in: ccf84bd846 user: jan.nijtmans tags: trunk, main
04:20
Fix [010d8f3885] tclEpollNotfy PlatformEventsControl panics if websocket disconnected check-in: 5c274ca404 user: stevel tags: trunk, main
2025-04-06
16:26
Merge 9.0 check-in: 80937a9e4d user: jan.nijtmans tags: trunk, main
16:00
Merge 9.0 check-in: c0bcea3efa user: jan.nijtmans tags: trunk, main
2025-04-03
16:21
Merge 9.0 check-in: 9c50150846 user: jan.nijtmans tags: trunk, main
2025-04-02
22:20
Merge 9.0 check-in: 970bdb2b55 user: jan.nijtmans tags: trunk, main
21:51
Merge 9.0 check-in: 6e262672f7 user: jan.nijtmans tags: trunk, main
08:52
Another round of -Wconversion fixes check-in: 357b91880a user: jan.nijtmans tags: trunk, main
2025-04-01
08:14
Fix some -Wconversion warnings check-in: 82b53f0679 user: jan.nijtmans tags: trunk, main
2025-03-30
17:11
More corrections check-in: 8ac4eade8b user: dkf tags: no-variable-width-instruction-issue
16:45
Forgot a critical file. Derp! check-in: 202f3cacf7 user: dkf tags: no-variable-width-instruction-issue
16:30
Reset after failure a bit more carefully. check-in: c41e27f365 user: dkf tags: no-variable-width-instruction-issue
2025-03-29
15:22
more consistency of error messages check-in: 4397f626b4 user: dkf tags: no-variable-width-instruction-issue
15:12
merge trunk check-in: 100de9f621 user: dkf tags: no-variable-width-instruction-issue
15:04
Fix [while] compilation, remove a couple of useless tests (opcode changes) check-in: 59ec1d55fc user: dkf tags: no-variable-width-instruction-issue
11:57
Must reset exception ranges on syntax error in assembled code check-in: 5d9c3907d5 user: dkf tags: no-variable-width-instruction-issue
09:23
Most tests working, but not yet all. check-in: 620aac77ab user: dkf tags: no-variable-width-instruction-issue
2025-03-28
15:25
Many changes to basic opcode issuing to eliminate most 1-byte args. Not yet fully working... check-in: 3ffa6a16aa user: dkf tags: no-variable-width-instruction-issue
2025-03-26
11:01
Merge 9.0 check-in: 76e7dc128f user: jan.nijtmans tags: trunk, main
10:34
More int->Tcl_Size, making command processing 64-bit safe. check-in: e5495dc820 user: jan.nijtmans tags: tip-626
08:03
Merge 9.1 check-in: 43afdb83bc user: jan.nijtmans tags: tip-626
2025-03-25
16:08
Fix all (Windows) C4244 warnings in win/tclWin*.c files check-in: 8a471302b0 user: jan.nijtmans tags: trunk, main
15:28
Make all tclComp* files 64-bit safe check-in: 6b6f8f878f user: jan.nijtmans tags: tip-626
2025-03-24
16:18
int -> Tcl_Size in Tcl parser, so it can handle larger argument lists check-in: e6281f050e user: jan.nijtmans tags: tip-626
11:34
Added comments explaining the tclEpollNotfy.c fix Closed-Leaf check-in: 6106d74809 user: stevel tags: fix-010d8f3885-tclEpollNotfy-websocket-panic
10:51
Remove 2 "> INT_MAX" checks, which are no longer necessary check-in: 1df7224b09 user: jan.nijtmans tags: tip-626
09:25
Ticket [https://core.tcl-lang.org/tcl/tktview/010d8f3885642212cf2c65036dd4ad444e9f769e]. A fix for ... check-in: cc5b6cd56c user: stevel tags: fix-010d8f3885-tclEpollNotfy-websocket-panic
2025-03-23
20:17
Merge 9.0 check-in: e4386adb71 user: jan.nijtmans tags: trunk, main
2025-03-21
13:25
Remove TclCommandWordLimitError() utility function: it is not used any more check-in: 124360b3fd user: jan.nijtmans tags: tip-626
2025-03-18
23:15
Rebase to 9.1 check-in: 9a2905dcb3 user: jan.nijtmans tags: tip-626
21:07
Merge 9.0 check-in: f2c31fd489 user: jan.nijtmans tags: trunk, main
12:17
Switch over to using 4-byte args; mark some ops as deprecated (gcc/clang) check-in: 0486fdf101 user: dkf tags: no-variable-width-instruction-issue
08:40
Fix [17960b80db]: Missing libtcl?.?.dll.a in Cygwin check-in: dcedbacb10 user: jan.nijtmans tags: trunk, main
2025-03-17
11:49
Proposed fix for [17960b80db]: Missing libtcl?.?.dll.a in Cygwin Closed-Leaf check-in: a03b277513 user: jan.nijtmans tags: bug-17960b80db
2025-03-16
17:34
Make sebres' solution work, so "make dist" works without re-generating */configure with older autoco... check-in: 6a56473faa user: jan.nijtmans tags: trunk, main
12:25
Conclusion: it's a little bit to early to require autoconf-2.72, since even ubuntu-24.04 doesn't hav... check-in: 7d0b2660c6 user: jan.nijtmans tags: trunk, main
2025-03-15
21:07
merge 9.0 (repair GHA linux/windows builds) check-in: c0e44116e1 user: sebres tags: trunk, main
2025-03-14
18:53
[e23e40222e] Revise HashString() to expect a Tcl_Size length argument check-in: baac7ac891 user: dgp tags: trunk, main
18:03
merge 9.0 check-in: f8e859ea41 user: sebres tags: trunk, main
17:44
merge 9.0 check-in: e124df9c56 user: sebres tags: trunk, main
10:37
Update windows runner to windows-2025 check-in: 1f4821362a user: jan.nijtmans tags: trunk, main
10:28
Update github runner to ubuntu-24.04 check-in: 67d3cf1844 user: jan.nijtmans tags: trunk, main
2025-03-13
21:00
Prevent (unix|win)/configure being re-generated with anything else then autoconf-2.72 check-in: cb6436f077 user: jan.nijtmans tags: trunk, main
20:54
spacing check-in: 2415b90b1f user: jan.nijtmans tags: trunk, main
14:16
merge 9.0 check-in: d2d18e3b2c user: sebres tags: trunk, main
2025-03-12
17:20
merge 9.0 (fix for `clock add` regression, relative time with TZ over DST-hole, see clock-30.34) check-in: c1e6ca3321 user: sebres tags: trunk, main
15:52
Rebase to 9.1 check-in: 538ba492c8 user: jan.nijtmans tags: tip-626
15:51
unneeded type-casts/checks check-in: 7ea23e65b4 user: jan.nijtmans tags: tip-626
2025-03-11
18:37
merge 9.0 (fix for [482db1d796540e68]) check-in: 16f05b6fc9 user: sebres tags: trunk, main
08:30
Rebase to 9.1 check-in: b56d416a90 user: jan.nijtmans tags: tip-626
08:29
Update to appleboy/ssh-action@v1.2.2 check-in: 2f1d68136a user: jan.nijtmans tags: trunk, main
2025-03-09
15:16
This is an experiment with eliminating the issuing of variable-width instructions Much complexity i... check-in: 091900ea2a user: dkf tags: no-variable-width-instruction-issue
08:08
First attempt at obeying character limits when decoding data. check-in: 3064261821 user: apnadkarni tags: apn-encoding-refactor
06:31
Merge main check-in: ad759446cf user: apnadkarni tags: apn-encoding-refactor
03:40
Added comment for Bug 73bb42fb3f check-in: 5825e51235 user: apnadkarni tags: trunk, main
2025-03-07
10:05
merge 9.0: cmdMZ.test: improve stability of timerate test for quadratic complexity (increase factor ... check-in: 0e843896d2 user: sebres tags: trunk, main
2025-03-06
19:52
merge 9.0: amend to [ba68d1e9484a3a92]: rewrite fix of Tcl_GetReturnOptions less invasive (-errorlin... check-in: 5b2df96ce0 user: sebres tags: trunk, main
19:32
merge 9.0 (amend to [ba68d1e9484a3a92] fixed wrong line nummer in Tcl_GetReturnOptions) check-in: 4ad99ceb18 user: sebres tags: trunk, main
15:15
merge 9.0 check-in: 938b305b98 user: dgp tags: trunk, main
14:46
merge 9.0 check-in: 23e8b744a6 user: sebres tags: trunk, main
13:15
merge 9.0 check-in: e49452411e user: sebres tags: trunk, main
12:43
fixes another variant of [73bb42fb3f35cd61] (BUFFER_PADDING panic) with more tests; increases covera... check-in: 383f174774 user: sebres tags: trunk, main
2025-03-05
17:50
Merge 9.1 check-in: ed7b58e939 user: jan.nijtmans tags: tip-626
16:00
merge 9.0 check-in: 42428385a5 user: dgp tags: trunk, main
15:28
merge 9.0 check-in: 576adc12d8 user: dgp tags: trunk, main
12:32
new test (PoC): delay between bytes of single multi-byte utf-8 char doesn't cause encoding error wit... Closed-Leaf check-in: 27b39bdd7c user: sebres tags: bug-73bb42fb
12:31
prepare to cherry-pick to 8.7 (no strict by default) check-in: bd359103aa user: sebres tags: bug-73bb42fb
11:49
proper timeout handling (e is global for after-event) check-in: 64fd1ceb6a user: sebres tags: bug-73bb42fb
11:32
improve tests stability - read on non-blocking channel may be delayed (to next "beat" in busy notifi... check-in: f596a8e3fd user: sebres tags: bug-73bb42fb
10:40
protect against enless loop (if unexpected case), be more verbose if error not happen, etc check-in: 7247279791 user: sebres tags: bug-73bb42fb
06:44
Test case comment clarification check-in: 84c9cc9577 user: apnadkarni tags: bug-73bb42fb
06:41
Test cases check-in: 1914c3dd6c user: apnadkarni tags: bug-73bb42fb
05:43
Possible fix for another BUFFER_PADDING panic check-in: 1d45e395d9 user: apnadkarni tags: bug-73bb42fb
2025-03-04
20:46
[e23e40222e] Revise HashString() to expect a Tcl_Size length argument Closed-Leaf check-in: b22ef47e31 user: dgp tags: bug-e23e40222e
16:45
Rebase to 9.1 check-in: f3e5cd43bf user: jan.nijtmans tags: tip-626
16:28
Merge 9.0 check-in: ebdb2ce8fe user: jan.nijtmans tags: trunk, main
15:51
merge 9.0 / clock.tcl: fixes [2c0f49e26c27847a] - ensure cache remain consistent when deriving from ... check-in: e6e0dec9aa user: sebres tags: trunk, main
2025-03-03
17:57
Merge 9.0 check-in: 4f02b98936 user: jan.nijtmans tags: trunk, main
09:42
merge mark check-in: 3e3a67d911 user: dkf tags: trunk, main
09:33
Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObj check-in: 16c040e40a user: dkf tags: trunk, main
2025-03-02
20:50
Merge 9.1 check-in: 6f0eac8f6d user: jan.nijtmans tags: tip-626
15:48
Bunch of whitespace basic fixes. check-in: 809d595b56 user: dkf tags: trunk, main