Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-17
| ||
21:04 | Merge 9.0 Leaf check-in: e3bd8b47de user: jan.nijtmans tags: trunk, main | |
20:53 | Fix warning: variables 'ui' and 'maxSizeDecade' used in loop condition not modified in loop body [-W... Leaf check-in: ab0977d71d user: jan.nijtmans tags: core-9-0-branch | |
20:09 | off-by-8 (thanks, Don!) check-in: 4d6af81b4d user: jan.nijtmans tags: core-9-0-branch | |
17:44 | Re-implement TclLog2() in terms of TclMSB with range limiting wrapped around the core function. NOT... Leaf 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 | |
15:01 | Update macher version in onefiledist.yml so it will work with a thin macOS executable. check-in: aa91d336d5 user: culler tags: core-9-0-branch | |
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] Leaf check-in: d92999333a user: jan.nijtmans tags: conversion-warning | |
09:09 | remove unread field Leaf check-in: 3dc80575dc user: dkf tags: experiment--no-variable-width-instruction-issue | |
09:07 | Add INST_TCLOO_ID/tclooId to TAL check-in: 9032a3eb5e user: dkf tags: experiment--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:34 | Correct false claims in the header comment of RequiredPrecision() check-in: 0082f1252a user: dgp tags: core-9-0-branch | |
17:34 | Correct false claims in the header comment of RequiredPrecision() Leaf check-in: ad842e3313 user: dgp tags: core-8-6-branch | |
17:32 | Correct false claims in the header comment of RequiredPrecision() check-in: 5a20ec6f43 user: dgp tags: trunk, main | |
14:28 | Rebase to TIP #717 Leaf check-in: c381d23c19 user: jan.nijtmans tags: tip-626 | |
13:47 | merge trunk Leaf check-in: 7ef496dfe9 user: dgp tags: dgp-refactor | |
13:26 | Merge from trunk, resolve conflicts check-in: eba3586416 user: dgp tags: dgp-refactor | |
13:13 | merge from trunk, conflict free check-in: 3f1bacdbf2 user: dgp tags: dgp-refactor | |
12:37 | Clean up some code sections affected by change to always using 4-byte jumps check-in: 8d5947bd00 user: dkf tags: experiment--no-variable-width-instruction-issue | |
11:25 | Rebase to trunk Leaf check-in: d6e56ed8bd user: jan.nijtmans tags: core-attemptcreatehashentry, attemptcreatehashentry | |
09:33 | (cherry-pick): Clarify exec manpage << entry that the value is encoded and lineendings converted check-in: f3f3bc23f6 user: jan.nijtmans tags: core-9-0-branch | |
09:32 | Merge trunk check-in: c7480b3df9 user: jan.nijtmans tags: tip-626 | |
09:00 | Merge 9.0. Fix some -Wconversion warnings, see [03cff7a777] check-in: ca9b2d5796 user: jan.nijtmans tags: trunk, main | |
08:02 | Fix TestplatformChmod() test function: It should always translate from UTF-8 to native, since the na... check-in: 8db993fea9 user: jan.nijtmans tags: core-9-0-branch | |
2025-04-15
| ||
12:00 | Fix TestplatformChmod() function, so it can handle more than only ASCII check-in: 87abac372c user: jan.nijtmans tags: core-8-6-branch | |
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: experiment--no-variable-width-instruction-issue | |
16:15 | Fix Unix build. Add basic tests Leaf check-in: dcc5e06d28 user: apnadkarni tags: tip-716 | |
14:06 | Merge 9.0 check-in: c8e787466c user: jan.nijtmans tags: trunk, main | |
13:43 | Review [56f880ad7b|this] commit: Introduce TclNewNamespaceObj() to factor out a common idiom check-in: 8c9d90bf25 user: jan.nijtmans tags: core-9-0-branch | |
13:29 | Add [info object creationid] to fully compiled operations; simplify some instruction descriptors check-in: b5cfceb353 user: dkf tags: experiment--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: experiment--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: experiment--no-variable-width-instruction-issue | |
08:49 | Update changes.md check-in: d24ee67f7b user: jan.nijtmans tags: core-9-0-branch | |
08:43 | Fix [92aeb847f9]: proc with more than 2**31 variables check-in: 3af3ca8d98 user: jan.nijtmans tags: core-9-0-branch | |
08:10 | Error-message cleanup Closed-Leaf check-in: 6cbe9e36b0 user: jan.nijtmans tags: bug-92aeb847f9 | |
2025-04-13
| ||
23:04 | Merge 9.0 check-in: a3c6cf0c6c user: jan.nijtmans tags: trunk, main | |
23:00 | Put back a comment, which should not have been removed check-in: 2c3647f17c user: jan.nijtmans tags: core-9-0-branch | |