-- cgit v0.12 From 99d97ce43f312dd0080c57d22116d6f2138ab011 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 16 Jun 2025 19:01:44 +0000 Subject: Dup test name --- tests/encoding.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/encoding.test b/tests/encoding.test index 9712073..052e68f 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -1230,7 +1230,7 @@ test encoding-bug-7346adc50f-failindex {OOM on convertfrom truncated iso2022 - f unset -nocomplain failix } -result [list \u304A\u8A66 7] -test encoding-bug-7346adc50f-strict {OOM on convertfrom truncated iso2022 - replace} -body { +test encoding-bug-7346adc50f-replace {OOM on convertfrom truncated iso2022 - replace} -body { encoding convertfrom -profile replace iso2022-jp "\x1b\$B\$*;n\$" } -result \u304A\u8A66\uFFFD -- cgit v0.12 From 94b7fc5ca76cb063dd3ba44eb46aae8888d939b6 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 16 Jun 2025 19:04:20 +0000 Subject: makeFile hygiene --- tests/exec.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exec.test b/tests/exec.test index fc5f1fa..baaf04f 100644 --- a/tests/exec.test +++ b/tests/exec.test @@ -825,7 +825,7 @@ unset cmdBuiltin # ---------------------------------------------------------------------- # cleanup -foreach file {gorp.file gorp.file2 echo echo2 cat wc sh sh2 sleep exit err} { +foreach file {gorp.file gorp.file2 echo echo2 echobin cat wc sh sh2 sleep exit err} { removeFile $file } unset -nocomplain path -- cgit v0.12 From 2a51e8e6407e3b00ca523664c430f6596fd20182 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 30 Jun 2025 21:23:58 +0000 Subject: Note the new releases of bundled packages in the changes. --- changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes.md b/changes.md index 0135ee1..06e6172 100644 --- a/changes.md +++ b/changes.md @@ -47,7 +47,10 @@ to the userbase. - [The ActiveCodePage element has been removed from the Windows executable manifest for tclsh](https://core.tcl-lang.org/tips/doc/trunk/tip/716.md) # Updated bundled packages, libraries, standards, data + - Itcl 4.3.3 - sqlite3 3.49.1 + - Thread 3.0.2 + - TDBC\* 1.1.11 - tzdata 2025b Release Tcl 9.0.1 arises from the check-in with tag `core-9-0-1`. -- cgit v0.12 From 66c3ad95b6cb232bd3455116791c77408df9b6d4 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 1 Jul 2025 15:23:13 +0000 Subject: Edits to the changes file --- changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.md b/changes.md index 06e6172..3a03f57 100644 --- a/changes.md +++ b/changes.md @@ -41,7 +41,7 @@ to the userbase. - [use after free on TSD in Winsock](https://core.tcl-lang.org/tcl/tktview/40b181) - [use after free on Windows pipe handles](https://core.tcl-lang.org/tcl/tktview/7c2716) - [tcl::build-info not documented](https://core.tcl-lang.org/tcl/tktview/ef7042) - - [interp limit commands still seems to be 32 bits](https://core.tcl-lang.org/tcl/tktview/9dfae3) + - [Fix 32 bit overflow in interp limit](https://core.tcl-lang.org/tcl/tktview/9dfae3) # Incompatibilities - [The ActiveCodePage element has been removed from the Windows executable manifest for tclsh](https://core.tcl-lang.org/tips/doc/trunk/tip/716.md) @@ -228,5 +228,5 @@ writing Tcl scripts. - [windows dos device paths inconsistencies and missing functionality](https://core.tcl-lang.org/tcl/tktview/d8f121) - [load library (dll) from zipfs-library causes a leak in temporary folder](https://core.tcl-lang.org/tcl/tktview/a8e4f7) - [lsearch -sorted -inline -subindices incorrect result](https://core.tcl-lang.org/tcl/tktview/bc4ac0) - - ["No error" when load fails due to a missing secondary DLL](https://core.tcl-lang.org/tcl/tktview/bc4ac0) + - ["No error" when load fails due to a missing secondary DLL](https://core.tcl-lang.org/tcl/tktview/66aa81c90a) -- cgit v0.12