Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-09-02
| ||
| 19:56 | merge 9.0: fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested... Leaf check-in: 498cc0652c user: sebres tags: trunk, main | |
| 16:52 | merge trunk Leaf check-in: 3b02e9295c user: dgp tags: core-9-1-b1-rc | |
| 11:19 | amend to [a8133670760aa4a8]: added missing initialization for flags in DuplicateProc (doesn't exist ... Leaf check-in: 3d107522cb user: sebres tags: core-9-0-branch | |
| 08:52 | Clean up grapheme command a bit. Verified that it can be exposed in a safe interp check-in: 936b5af238 user: dkf tags: trunk, main | |
|
2026-09-01
| ||
| 21:45 | merge 8.6: amend to [e533296a92d89044], fixes [f6afe6b71d26e111]: same logic of lamda command init i... check-in: a813367076 user: sebres tags: core-9-0-branch | |
| 21:38 | small amend Leaf check-in: 2984630280 user: sebres tags: core-8-6-branch | |
| 21:16 | amend to [e533296a92d89044], fixes [f6afe6b71d26e111]: same logic of lamda command init in disassemb... check-in: 20f3163dcb user: sebres tags: core-8-6-branch | |
| 11:01 | merge 8.6: ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack ... check-in: 0449bde0a1 user: sebres tags: core-9-0-branch | |
| 10:32 | ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested c... check-in: e76affb84c user: sebres tags: core-8-6-branch | |
| 10:24 | new apply test (covering shimmer of lambda during its evaluation, similar to regexp-27.8) Closed-Leaf check-in: beada2b515 user: sebres tags: bug-e533296a92-sebres-optimized | |
|
2026-08-31
| ||
| 21:35 | merge fix for [e533296a92d89044] from 8.6: reset cmd in procPtr after lambda invocation; avoid reset... check-in: e20417820f user: sebres tags: core-9-0-branch | |
| 21:07 | fixes [e533296a92d89044]: reset cmd in procPtr after lambda invocation; avoid reset of lambda info i... check-in: 107a8d20dd user: sebres tags: core-8-6-branch | |
| 21:03 | tests/apply.test: cherry-picked test from optimized branch Closed-Leaf check-in: dfab4ecfbb user: sebres tags: bug-e533296a92-sebres | |
| 20:53 | real refcounting for owned procPtr->cmdPtr of lambda check-in: 93426b6cb7 user: sebres tags: bug-e533296a92-sebres-optimized | |
| 15:50 | merge trunk check-in: 92114cd791 user: dgp tags: core-9-1-b1-rc | |
| 15:45 | amend (added init for var res) check-in: e5c1baca0c user: sebres tags: bug-e533296a92-sebres-optimized | |
| 09:14 | Merge trunk Leaf check-in: 3bab2658b0 user: jan.nijtmans tags: tip-700 | |
| 09:02 | Doc fixes, backported from TIP 700 branch check-in: b0decb1140 user: jan.nijtmans tags: trunk, main | |
|
2026-08-30
| ||
| 21:09 | - first 8 final conversions of Tcl C API manual pages - add Tk C API mapping for use in links in Tcl... check-in: db507d35a4 user: Torsten tags: tip-700 | |
| 11:30 | Spruce up tclIO.c in a few spots check-in: 903c8c643f user: dkf tags: trunk, main | |
|
2026-08-29
| ||
| 09:14 | [04d1d40a] correct expr ?: documentation (9.0 and main) check-in: 864bf536bc user: oehhar tags: core-9-0-branch | |
| 09:12 | [04d1d40a] correct expr ?: documentation (9.0 and main) check-in: 9176ea0dc5 user: oehhar tags: trunk, main | |
|
2026-08-28
| ||
| 13:06 | more tests, reset cmdPtr->nsPtr after reference decrement (in case if NS is dead) check-in: 3f19b5ad4b user: sebres tags: bug-e533296a92-sebres-optimized | |
| 12:24 | Fix [17960b80db]: Missing libtcl?.?.dll.a in Cygwin check-in: f7c5b35922 user: jan.nijtmans tags: core-8-6-branch | |
|
2026-08-27
| ||
| 22:25 | workaround for OO, differentiating cmdPtr between OO and lamda (lamdas procPtr owns cmdPtr now), no ... check-in: 7c7c1cc508 user: sebres tags: bug-e533296a92-sebres-optimized | |
| 21:46 | small amend referencing nsPtr in lambda command (don't allow eval of lamdas in dead namespaces); tod... check-in: 4d92c46427 user: sebres tags: bug-e533296a92-sebres-optimized | |
| 21:01 | experimental: try to optimize lambda invocation (apply, frame info, TIP #280, etc) check-in: 1198dc89a5 user: sebres tags: bug-e533296a92-sebres-optimized | |
| 17:53 | backport the idea [a7a8993cca8e49c9] from 8.5 as NRE-capable version: fill this info and reset the a... check-in: 4ca6eb5618 user: sebres tags: bug-e533296a92-sebres | |
| 15:08 | Merge-mark check-in: 7bf36b1379 user: jan.nijtmans tags: core-9-0-branch | |
| 14:57 | chw's proposed patch for [e533296a92] Closed-Leaf check-in: 152c3d8cd6 user: jan.nijtmans tags: bug-e533296a92 | |
| 14:36 | Formatting, missing sentinels check-in: 61456a8920 user: jan.nijtmans tags: core-8-6-branch | |
| 14:04 | ultimate fix for segfault [e533296a92d89044]: avoid reset of lambda info in frames stack by nested c... Closed-Leaf check-in: a7a8993cca user: sebres tags: bug-e533296a92d89044-segfault | |
|
2026-08-26
| ||
| 21:43 | fixes [e533296a92d89044]: reset cmd in procPtr after lambda invocation (cmd is in local stack frame) check-in: 6bb3074c0f user: sebres tags: bug-e533296a92d89044-segfault | |
| 21:42 | tests/info.test: illustrating [e533296a92d89044] check-in: 221842947f user: sebres tags: bug-e533296a92d89044-segfault | |
| 12:48 | Testcases for [3b2a527ed3]: grapheme.test failures with Unicode 18 Leaf check-in: 28dad48b93 user: jan.nijtmans tags: bug-3b2a527ed3, core-bug-3b2a527ed3 | |
|
2026-08-25
| ||
| 17:19 | merge trunk check-in: bbff0c172c user: dgp tags: core-9-1-b1-rc | |
| 12:07 | Update utf8proc.c for Unicode 18. Most GraphemeBreakTest testcases now pass. Only 4 fail, those are ... check-in: 9ec5286ed2 user: jan.nijtmans tags: trunk, main | |
| 07:32 | Disable io-29.26 run in CI environment. Needs further investigation check-in: 1c9cfff9b4 user: jan.nijtmans tags: trunk, main | |
| 07:31 | Disable io-29.26 run in CI environment. Needs further investigation check-in: c38ed1e311 user: jan.nijtmans tags: core-9-0-branch | |
|
2026-08-24
| ||
| 19:04 | merge trunk check-in: ff434a8f09 user: dgp tags: core-9-1-b1-rc | |
| 17:59 | Update CI build to ubuntu-26.04 check-in: 8fc5d32146 user: jan.nijtmans tags: trunk, main | |
| 17:53 | Update to latest unicode 18 tables check-in: fc480be2b8 user: jan.nijtmans tags: trunk, main | |
| 17:51 | Update testcases too Closed-Leaf check-in: 96820f5a95 user: jan.nijtmans tags: unicode-18 | |
| 16:38 | Update to latest Unicode 18 tables check-in: 7b319874a9 user: jan.nijtmans tags: unicode-18 | |
| 15:59 | merge trunk check-in: 782dcf6a65 user: dgp tags: core-9-1-b1-rc | |
| 14:27 | Update CI build to ubuntu-26.04 (except for onefiledist) check-in: 5dfe8d9dbb user: jan.nijtmans tags: core-9-0-branch | |
|
2026-08-23
| ||
| 19:30 | update tclsh.svg to new Tcl logo check-in: 1572613317 user: pbrooks tags: trunk, main | |
| 11:04 | Error string compaction Leaf check-in: 88c80c8187 user: dkf tags: tip-757 | |
| 05:24 | Initial version - expr language extensions : ---------------------------- assignement, separator (T... Leaf check-in: a87ab08c12 user: florentis tags: tip-759_tcl90 | |
| 05:01 | Initial version Arithmetic substitution for Tcl. ---------------------------------- Synopsis : - ... check-in: 079d93a429 user: florentis tags: tip-759_tcl90 | |