Skip to content

Commit

Permalink
changes.md: [6ce3c0] is fixed. Add some more "known bugs"
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Nov 24, 2024
1 parent 634eb23 commit 33242b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Release Tcl 9.0.1 arises from the check-in with tag `core-9-0-1`.
- [cannot build .chm help file (Windows)](https://core.tcl-lang.org/tcl/tktview/bb110c)
- [TIP 701 - Tcl_FSTildeExpand C API](https://core.tcl-lang.org/tips/doc/trunk/tip/701.md)
- [buffer overwrite for non-BMP characters in utf-16](https://core.tcl-lang.org/tcl/tktview/66da4d)
- [Temporary folder with file "tcl9registry13.dll" remains after "exit"](https://core.tcl-lang.org/tcl/tktview/6ce3c0)

Release Tcl 9.0.0 arises from the check-in with tag `core-9-0-0`.

Expand Down Expand Up @@ -153,5 +154,9 @@ writing Tcl scripts.
# Known bugs
- [changed behaviour wrt command names, namespaces and resolution](https://core.tcl-lang.org/tcl/tktview/f14b33)
- [windows dos device paths inconsistencies and missing functionality](https://core.tcl-lang.org/tcl/tktview/d8f121)
- [Temporary folder with file "tcl9registry13.dll" remains after "exit"](https://core.tcl-lang.org/tcl/tktview/6ce3c0)
- [load library (dll) from zipfs-library causes a leak in temporary folder](https://core.tcl-lang.org/tcl/tktview/a8e4f7)
- [Wrong handling of "24:00" for weekdays](https://core.tcl-lang.org/tcl/tktview/882da1)
- [lsearch -stride with -subindices and -inline -all gives unexpected result](https://core.tcl-lang.org/tcl/tktview/5a1aaa)
- [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)

0 comments on commit 33242b8

Please sign in to comment.