Timeline
Not logged in

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

50 most recent check-ins

2025-05-03
13:15
[42d14c495a] Add simple test cases Leaf check-in: 4351b32433 user: oehhar tags: bug-42d14c495a
12:05
Implement lrangeType Tcl_Obj Leaf check-in: 85d835b635 user: apnadkarni tags: apn-tip636-appl
2025-05-02
19:32
WIP Leaf check-in: 20d3247f60 user: dgp tags: core-8-branch
19:08
WIP making fuller use of TIP 445 utilities. check-in: 1de0891643 user: dgp tags: core-8-branch
18:31
merge 9.0 Leaf check-in: 00c25cdad1 user: dgp tags: trunk, main
18:30
merge 8.7 Leaf check-in: 3a1bd84941 user: dgp tags: core-9-0-branch
18:29
Use Tcl_InitStringRep() as intended. check-in: c3a9c69224 user: dgp tags: core-8-branch
17:58
merge 9.0 check-in: 2b575428da user: dgp tags: trunk, main
17:58
merge fix check-in: 08b1fcc49d user: dgp tags: core-9-0-branch
17:57
Rework overflow test so it happens in a valid range. check-in: 31e034cfef user: dgp tags: core-8-branch
17:00
typo check-in: c88b56aa56 user: dgp tags: trunk, main
16:57
typo check-in: 4e706dd449 user: dgp tags: core-9-0-branch
16:06
Update comment: INST_RETURN_CODE_BRANCH isn't needed in asm any more Leaf check-in: 6124291c36 user: dkf tags: no-variable-width-instruction-issue
16:03
merge trunk check-in: 93b8cab106 user: dkf tags: no-variable-width-instruction-issue
15:54
Combine the new jumptable into this branch check-in: 1240aef1a5 user: dkf tags: no-variable-width-instruction-issue
12:31
[78f44214] Document Tcl_InitStringRep: copy description from TIP 445: better than nothing... check-in: 8f9c7f5fd8 user: oehhar tags: trunk, main
08:21
Add INST_IS_EMPTY, a surfacing of Tcl_IsEmpty() to bytecode check-in: 09d3143e29 user: dkf tags: no-variable-width-instruction-issue
08:00
Deprecate (interla) TclVarHashCreateVar() function. It isn't (and shouldn't) be used by any extensio... check-in: 816e9ddf1b user: jan.nijtmans tags: trunk, main
2025-05-01
13:42
Merge TIP #717 Leaf check-in: 9bd701df41 user: jan.nijtmans tags: tip-626
09:19
Rebase to trunk Leaf check-in: 33d2191098 user: jan.nijtmans tags: attemptcreatehashentry
05:50
Add framework for testing nested lists in different list type combinations check-in: 00e93be613 user: apnadkarni tags: apn-tip636-appl
2025-04-29
13:49
Merge 9.0 (indenting) check-in: 92c2629d8c user: jan.nijtmans tags: trunk, main
13:48
Indenting and comments, backported from 9.1 check-in: 98ab04e3c6 user: jan.nijtmans tags: core-9-0-branch
11:13
Rebase to tip-716 Leaf check-in: fd647584e8 user: jan.nijtmans tags: tclsh90c.exe-for-tip-716-compatibility
09:20
Convert [try ... on ... finally ...] to use a jump table Closed-Leaf check-in: 1e20438f02 user: dkf tags: numeric-jumptable
08:51
Unbreak (gcc) build Leaf check-in: 479fc6ad0d user: jan.nijtmans tags: tip-716
08:35
typo (breaks static MSVC build) check-in: a325a7c061 user: jan.nijtmans tags: tclsh90c.exe-for-tip-716-compatibility
2025-04-28
21:22
Use a jump table for [try] without 'trap' or 'finally' check-in: 8ab844bb19 user: dkf tags: numeric-jumptable
15:10
Have both tclsh90.exe (full compatibility) and tclsh90c.exe (without UTF-8 in manifest) side-by-side check-in: 41388a9d8f user: jan.nijtmans tags: tclsh90c.exe-for-tip-716-compatibility
11:30
Fix cmdAH tests. See comments below. Tcl_GetEncodingForUser will not be available until 9.1 for stu... check-in: 17bd2a7748 user: apnadkarni tags: tip-716
10:16
Pick up lindex fixes from 9.0 check-in: 0561604ee7 user: apnadkarni tags: apn-tip636-appl
10:15
Start on test suite for all internal list representations check-in: 1e5378782c user: apnadkarni tags: apn-tip636-appl
10:03
Minor tweak. Pass interp as NULL as error thrown away. check-in: 45dd11d70c user: apnadkarni tags: trunk, main
09:51
Minor tweak. Pass interp as NULL as error thrown away. check-in: 0d79e0d16c user: apnadkarni tags: core-9-0-branch
09:20
Fix [7d3101bf28] and [452b103a74] - lseq indexing crashes. check-in: b8d82ec520 user: apnadkarni tags: trunk, main
09:03
Preparing to use a numeric jump table in [try]... but that's tricky to get right so it'll be in a la... check-in: 0f6da785c1 user: dkf tags: numeric-jumptable
09:01
Fix [7d3101bf28] and [452b103a74] - lseq indexing crashes. check-in: 1869372b12 user: apnadkarni tags: core-9-0-branch
07:37
Attempt to fix cmdAH test failures. Doesn't work. check-in: 8a040c000a user: jan.nijtmans tags: tip-716
03:05
Fix compiled indexlist for lseq Closed-Leaf check-in: 5bbf3063e7 user: apnadkarni tags: apn-bug-452b-7d31
2025-04-27
14:59
Partial fix and test cases for bug [452b103a74] - lseq nested indices check-in: 7f6c4fe803 user: apnadkarni tags: apn-bug-452b-7d31
10:48
Fix [7d3101bf28] - crash on out of bounds lindex into lseq check-in: 39e56660b9 user: apnadkarni tags: apn-bug-452b-7d31
10:42
Fix lindex crash on non-numeric index into lseq check-in: 0e93ef825b user: apnadkarni tags: apn-bug-452b-7d31
10:29
Crash tests for bugs [45b2] and [7d31] check-in: 8e3891ade0 user: apnadkarni tags: apn-bug-452b-7d31
2025-04-26
15:52
Convert [subst] to use a numeric jump table instead of magic offset computations check-in: 5e433c4971 user: dkf tags: numeric-jumptable
15:08
Whether a value is new to a jump table matters. check-in: 31fb6746de user: dkf tags: numeric-jumptable
13:36
merge no-variable-width-instruction-issue check-in: 67639380cb user: dkf tags: numeric-jumptable
2025-04-25
15:08
Fix cut-n-paste-ism check-in: 75e3058cd5 user: dkf tags: no-variable-width-instruction-issue
14:37
Add INST_DICT_REMOVE to go with INST_DICT_PUT check-in: fe10fad281 user: dkf tags: no-variable-width-instruction-issue
13:52
More towards the new jump table opcode check-in: 8f095b650c user: dkf tags: numeric-jumptable
08:11
Protect TclWinGetUserEncoding() for environments it doen't exist, e.g. Tcl 9.0.0/9.0.1 Leaf check-in: 5f8aa1fdaa user: jan.nijtmans tags: encoding-user