Timeline
Not logged in

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

99 check-ins using file generic/tclBinary.c version 70de8afc34

2025-05-23
06:31
Move new list implementations to 9.1 check-in: 79b702703a user: apnadkarni tags: apn-tip636-appl-91
06:07
Create new branch named "apn-tip636-appl-91" check-in: 390fdcd881 user: apnadkarni tags: apn-tip636-appl-91
2025-05-22
19:36
Clean up the stat buffer renderer a bit check-in: 3a3e7ebd08 user: dkf tags: trunk, main
14:35
tidy up spaces Closed-Leaf check-in: b718f4700e user: dkf tags: no-variable-width-instruction-issue
12:05
Merge 9.0 check-in: 104313fe81 user: jan.nijtmans tags: trunk, main
09:39
Improvements to TRACE macros and reduce warnings (on some platforms/configs) check-in: 66df16b6ff user: dkf tags: no-variable-width-instruction-issue
08:11
MSVC doesn't like #ifdef in arguments to a macro check-in: 70353dcd7e user: dkf tags: no-variable-width-instruction-issue
2025-05-21
15:55
[3328635] remove interp doc comment about absolute time. Leaf check-in: a5866bcc9f user: oehhar tags: tkt3328635-posix-monotonic-clock
13:02
[1e2c6ce4], TIP 723: document interp limit to be dependent on monotonic clock on Windows platform Leaf check-in: 8c56c95f93 user: oehhar tags: 1e2c6ce4-mswin-monotonic-clock
10:52
Use the right internal macro check-in: 4ad899d098 user: dkf tags: no-variable-width-instruction-issue
10:47
more bools Closed-Leaf check-in: cc075d6e41 user: dkf tags: experiment-stdbool
10:09
Rebase to latest trunk Closed-Leaf check-in: d265be08af user: jan.nijtmans tags: tip-712
09:13
rebase check-in: 791e524b6c user: dkf tags: experiment-stdbool
08:16
merge fix check-in: 597c5d2e9c user: dkf tags: lappend-expansion
08:16
merge fix check-in: 63802397a4 user: dkf tags: extra-push-constants
08:14
merge fix Leaf check-in: 5c152737dc user: dkf tags: remove-deprecated-opcodes-level2
08:14
merge fix Leaf check-in: 34e2313ebd user: dkf tags: remove-deprecated-opcodes-level1
08:03
Add back missing file. I don't know why it keeps getting nuked... check-in: 69b4429ec8 user: dkf tags: no-variable-width-instruction-issue
2025-05-20
13:06
merge mark check-in: 87976dca94 user: dkf tags: remove-deprecated-opcodes-level2
13:04
Missed two table entries that should have been deprecated too check-in: dce05176d3 user: dkf tags: remove-deprecated-opcodes-level1
12:37
Remove the deprecated opcodes more thoroughly check-in: 4751a3bc9d user: dkf tags: remove-deprecated-opcodes-level2
11:35
Remove the deprecated opcodes check-in: 428a4026f3 user: dkf tags: remove-deprecated-opcodes-level1
08:43
merge trunk (indirectly) check-in: 23e5dd51bc user: dkf tags: no-variable-width-instruction-issue
08:41
fix (rare) merge error Closed-Leaf check-in: 67b36d0658 user: dkf tags: no-var-width-plus-opnd-types
08:39
Rebase to trunk check-in: fa51c76f46 user: jan.nijtmans tags: attemptgetstring
08:39
merge trunk check-in: ba10bf48c4 user: dkf tags: no-var-width-plus-opnd-types
08:26
Fix TEBC internal operand signedness/width; use better variable names for operands check-in: d4bb97417b user: dkf tags: trunk, main
07:58
merge no-variable-width-instruction-issue check-in: d59d4ad39d user: dkf tags: no-var-width-plus-opnd-types
07:56
merge trunk check-in: c8b66ce407 user: dkf tags: no-variable-width-instruction-issue
07:55
A few more corrections to Tcl_BounceRefCount usage; definitely no leaks in test suite check-in: 300f51cb4e user: dkf tags: no-variable-width-instruction-issue
05:30
Fix [3335120320]. Create include dir for installing extensions in non-default locations check-in: a5086d777b user: apnadkarni tags: trunk, main
2025-05-19
12:21
This would be nicer... but needs wider testing Leaf check-in: f7e36e4ea0 user: dkf tags: tidy-up-deprecation-markers
12:01
Disable deprecation notices with MSVC; they can get them if they turn on support for C23 check-in: cce703166d user: dkf tags: no-variable-width-instruction-issue
11:58
Promote IsEmptyToken to TclIsEmptyToken, and use in other relevant places check-in: 4672337c5b user: dkf tags: no-variable-width-instruction-issue
10:28
Update version in .project file check-in: 65b8773591 user: jan.nijtmans tags: trunk, main
09:04
Don't generate the next clause of [for] if it's known to be empty check-in: efb380ca16 user: dkf tags: no-variable-width-instruction-issue
07:44
Use the sense of space-ness from the parser, not the unicode support check-in: 918c894b21 user: dkf tags: no-variable-width-instruction-issue
2025-05-18
20:26
fix errors check-in: ecf86c6434 user: dkf tags: no-variable-width-instruction-issue
16:28
Extra opcodes to push special values check-in: c6e9590b87 user: dkf tags: extra-push-constants
2025-05-17
15:10
merge tebc-opnd-types check-in: cd03d973f4 user: dkf tags: no-var-width-plus-opnd-types
2025-05-16
14:18
Can't just blithely use unsigned; need more Tcl_Size. But that works. Closed-Leaf check-in: c0703f04ed user: dkf tags: tebc-opnd-types
11:17
A bit of tweaking to reduce warnings. check-in: 1702fa9202 user: dkf tags: tebc-opnd-types
09:51
Fix TEBC internal operand signedness/width check-in: 9da0533fe9 user: dkf tags: tebc-opnd-types
2025-05-15
15:14
New function Tcl_AttemptGetString(). WIP check-in: 68a2b7038d user: jan.nijtmans tags: attemptgetstring
15:10
Actually, standards-compliant compilers should use the standard form for deprecation check-in: d0f5e9f35c user: dkf tags: no-variable-width-instruction-issue
15:01
Minor optimisation in light of TIP 717 check-in: 9104f4a84a user: dkf tags: no-variable-width-instruction-issue
14:55
merge no-variable-width-instruction-issue check-in: b9d2f6eff0 user: dkf tags: lappend-expansion
14:54
merge trunk check-in: 2592ccf185 user: dkf tags: no-variable-width-instruction-issue
13:15
Need to test _MSVC_VER to see if we're in 19.0 or later to enable [[deprecated]] check-in: 41967fdd86 user: dkf tags: no-variable-width-instruction-issue
13:03
Drop reference counts on duplicated objects on error: DICT_PUT and DICT_REMOVE check-in: cacc9261f5 user: dkf tags: no-variable-width-instruction-issue
11:52
Something changed in the Github CI environment. Does this fix filename-16.14 testcase? check-in: 22313fe35a user: jan.nijtmans tags: trunk, main
2025-05-14
13:19
remove TODO comment check-in: cc3bc571f5 user: dkf tags: lappend-expansion
12:19
Make the [lappend] command into one that handles expansion natively check-in: de527efde4 user: dkf tags: lappend-expansion
11:00
typo Leaf check-in: 424502dc0e user: jan.nijtmans tags: bug-fbc56b259e
10:58
Proposed fix for [fbc56b259e]: Add support for \z in regex as end-of-string anchor check-in: 31c03110d4 user: jan.nijtmans tags: bug-fbc56b259e
09:19
Merge 9.0 check-in: 044e8417a7 user: jan.nijtmans tags: trunk, main
08:09
TIP 717: New function: Tcl_AttemptCreateHashEntry() check-in: 96471d0503 user: jan.nijtmans tags: trunk, main
06:56
Remove the dependency on WIN32_USE_TICKCOUNT on Windows. check-in: 4a8a046a81 user: oehhar tags: tkt3328635-posix-monotonic-clock
06:30
[3328635] : some left-over of last cleanup-round check-in: 37f639d5c5 user: oehhar tags: tkt3328635-posix-monotonic-clock
2025-05-13
19:58
[1e2c6ce4] Monotonic clock for MS-Windows. Extracted from branch [tkt3328635-posix-monotonic-clock] ... check-in: 8ea9c4081c user: oehhar tags: 1e2c6ce4-mswin-monotonic-clock
15:58
Merge trunk Closed-Leaf check-in: 06cca012b7 user: jan.nijtmans tags: attemptcreatehashentry
15:42
Merge 9.0 check-in: ad1156305e user: jan.nijtmans tags: trunk, main
10:43
Expand comments and tidy up a little in the [lappend] compiler check-in: 15e4f4a3ed user: dkf tags: no-variable-width-instruction-issue
10:02
Ticket [3328635]: make Windows work, remove Windows XP code, as not supported by 9.0. check-in: 2e9374edd5 user: oehhar tags: tkt3328635-posix-monotonic-clock
07:27
merge trunk check-in: ff3b30dbbc user: dkf tags: no-variable-width-instruction-issue
05:42
merge main check-in: 726b3c583c user: oehhar tags: tkt3328635-posix-monotonic-clock
2025-05-12
11:33
Remove Tcl_GetString() stub entry: it isn't used anywhere any more check-in: fdcf6c024c user: jan.nijtmans tags: trunk, main
08:46
Merge 9.0 check-in: faf9473589 user: jan.nijtmans tags: trunk, main
06:46
fix INST_LAPPEND_LIST semantics with zero-length lists check-in: c6dd4da962 user: dkf tags: no-variable-width-instruction-issue
2025-05-10
14:49
[3328635] Merge main. Only tested on Windows. check-in: 6ff6edf427 user: oehhar tags: tkt3328635-posix-monotonic-clock
09:26
Notes on expanded-lappend: requires a deep fix elsewhere, so for a future date check-in: e3f52d026d user: dkf tags: no-variable-width-instruction-issue
2025-05-09
18:10
[fd1585e2a1] Adopt efficient internal indexing calculation utility TclMSB(). check-in: 7d9a0d7b95 user: dgp tags: trunk, main
17:55
Shift stubs entry Closed-Leaf check-in: fe9d2567a7 user: dgp tags: dgp-msb
17:52
merge trunk check-in: da74eede34 user: dgp tags: dgp-msb
14:07
Merge 9.0 check-in: 117cf85b54 user: jan.nijtmans tags: attemptcreatehashentry
13:16
merge trunk check-in: a9536c9ffe user: dkf tags: no-variable-width-instruction-issue
12:09
Final set of changes check-in: ac4754b22d user: dkf tags: no-variable-width-instruction-issue
11:55
Revive rfe-3057b6261 Leaf check-in: 265567e5da user: jan.nijtmans tags: rfe-3057b6261
2025-05-08
15:20
Merge 9.0 check-in: c49cedbcfe user: jan.nijtmans tags: trunk, main
2025-05-07
21:22
Merge-mark check-in: 0b190f5098 user: jan.nijtmans tags: trunk, main
2025-05-06
13:42
merge trunk check-in: 4c643fa292 user: dkf tags: no-variable-width-instruction-issue
13:41
Fix comment indentation check-in: 3ab7ea7f4a user: dkf tags: no-variable-width-instruction-issue
09:06
Change implementation, using 2 new stub entries check-in: 46f7908c62 user: jan.nijtmans tags: attemptcreatehashentry
07:58
Merge mark for update 9.0 changes.md check-in: 399d648cc3 user: apnadkarni tags: trunk, main
07:45
Merge 9.0 check-in: b4881542d1 user: jan.nijtmans tags: trunk, main
2025-05-05
20:14
Preparing to be able to disable the opcodes at some later date; we do not want to alter the opcode n... check-in: 7d0e5d4663 user: dkf tags: no-variable-width-instruction-issue
15:34
merge trunk check-in: f4d78777f3 user: dkf tags: no-variable-width-instruction-issue
15:34
Merge tclCompUtils.h into tclCompile.h check-in: 6e3b4f4d86 user: dkf tags: no-variable-width-instruction-issue
14:49
[42d14c495a] Parsing long floating point strings check-in: 013063b5fc user: oehhar tags: trunk, main
14:43
Clean up a bit check-in: f7cd80b77c user: dkf tags: no-variable-width-instruction-issue
09:53
Merge 9.0 check-in: 47b79725b5 user: jan.nijtmans tags: trunk, main
2025-05-04
16:43
Minor tinkering check-in: 3bc5395f95 user: dkf tags: no-variable-width-instruction-issue
2025-05-02
18:31
merge 9.0 check-in: 00c25cdad1 user: dgp tags: trunk, main
17:58
merge 9.0 check-in: 2b575428da user: dgp tags: trunk, main
17:00
typo check-in: c88b56aa56 user: dgp tags: trunk, main
16:06
Update comment: INST_RETURN_CODE_BRANCH isn't needed in asm any more 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
12:31
[78f44214] Document Tcl_InitStringRep: copy description from TIP 445: better than nothing... check-in: 8f9c7f5fd8 user: oehhar tags: trunk, main
08:00
Deprecate (internal) TclVarHashCreateVar() function. It isn't (and shouldn't) be used by any extensi... check-in: 816e9ddf1b user: jan.nijtmans tags: trunk, main