Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
69 check-ins using file generic/tclClock.c version 25a288f77c
|
2025-05-22
| ||
| 14:35 | tidy up spaces Closed-Leaf check-in: b718f4700e user: dkf tags: no-variable-width-instruction-issue | |
| 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
| ||
| 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 | |
| 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 | merge trunk check-in: ba10bf48c4 user: dkf tags: no-var-width-plus-opnd-types | |
| 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 | |
|
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 | |
| 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-15
| ||
| 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 | |
|
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 | |
|
2025-05-13
| ||
| 10:43 | Expand comments and tidy up a little in the [lappend] compiler check-in: 15e4f4a3ed user: dkf tags: no-variable-width-instruction-issue | |
| 07:27 | merge trunk check-in: ff3b30dbbc user: dkf tags: no-variable-width-instruction-issue | |
|
2025-05-12
| ||
| 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
| ||
| 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
| ||
| 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 | |
|
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 | |
|
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:43 | Clean up a bit check-in: f7cd80b77c user: dkf tags: no-variable-width-instruction-issue | |
|
2025-05-04
| ||
| 16:43 | Minor tinkering check-in: 3bc5395f95 user: dkf tags: no-variable-width-instruction-issue | |
|
2025-05-02
| ||
| 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 | |
| 15:54 | Combine the new jumptable into this branch check-in: 1240aef1a5 user: dkf tags: no-variable-width-instruction-issue | |
| 08:21 | Add INST_IS_EMPTY, a surfacing of Tcl_IsEmpty() to bytecode check-in: 09d3143e29 user: dkf tags: no-variable-width-instruction-issue | |
|
2025-04-29
| ||
| 09:20 | Convert [try ... on ... finally ...] to use a jump table Closed-Leaf check-in: 1e20438f02 user: dkf tags: numeric-jumptable | |
|
2025-04-28
| ||
| 21:22 | Use a jump table for [try] without 'trap' or 'finally' check-in: 8ab844bb19 user: dkf tags: numeric-jumptable | |
| 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 | |
|
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 | |
|
2025-04-23
| ||
| 08:50 | Starting to develop a new jump table type for numeric keys check-in: 4980453105 user: dkf tags: numeric-jumptable | |
|
2025-04-22
| ||
| 15:16 | Make [switch -exact -nocase] compiled check-in: 611fd53a69 user: dkf tags: no-variable-width-instruction-issue | |
| 14:59 | Better comments check-in: 94c0c37d4b user: dkf tags: no-variable-width-instruction-issue | |
| 13:49 | An experiment with including stdbool.h and using that in internal APIs Closed-Leaf check-in: 990a0e861f user: dkf tags: experiment-stdbool | |
|
2025-04-21
| ||
| 16:52 | Generate correct arguments to INST_TAILCALL so we don't need to patch them in TEBC check-in: e5149a5d68 user: dkf tags: no-variable-width-instruction-issue | |
| 15:37 | Factor out some clock-related constants into their own enum check-in: 545456b06f user: dkf tags: no-variable-width-instruction-issue | |