summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbron <tclcore@tclcode.com>2025-05-06 08:46:45 (GMT)
committersbron <tclcore@tclcode.com>2025-05-06 08:46:45 (GMT)
commitadb1650aa30981743e3d79d882b60d07395e48dd (patch)
tree99db3a161c806bf9dade13494e2fc288f2133d34
parent218a91458aabb963b41181fae04b95cac5d8641a (diff)
downloadtcl-adb1650aa30981743e3d79d882b60d07395e48dd.zip
tcl-adb1650aa30981743e3d79d882b60d07395e48dd.tar.gz
tcl-adb1650aa30981743e3d79d882b60d07395e48dd.tar.bz2
Fix links to tickets.
-rw-r--r--changes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/changes.md b/changes.md
index a4be411..503725c 100644
--- a/changes.md
+++ b/changes.md
@@ -11,8 +11,8 @@ to the userbase.
# Bug fixes
- [Better error-message than "interpreter uses an incompatible stubs mechanism"](https://core.tcl-lang.org/tcl/tktview/fc3509)
- - [$interp eval $lambda] after [eval $lambda] or vice versa fails](https://core.tcl-lang.org/tcl/tktview/98006f)
- - [tcl::mathfunc::isunordered inconsistency with some integer values](https://core.tcl-lang.org/tcl/tktview/67d5f7)
+ - [\[$interp eval $lambda\] after \[eval $lambda\] or vice versa fails](https://core.tcl-lang.org/tcl/tktview/67d5f7)
+ - [tcl::mathfunc::isunordered inconsistency with some integer values](https://core.tcl-lang.org/tcl/tktview/98006f)
- [test lseq hangs with -Os](https://core.tcl-lang.org/tcl/tktview/d2a3c5)
- [exec does not handle app execution aliases on Windows](https://core.tcl-lang.org/tcl/tktview/4f0b57)
- [auto_execok does not find several built-in cmd commands](https://core.tcl-lang.org/tcl/tktview/4e2c8b)