Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 2f9576c3 by Raymond Toy at 2024-06-03T21:02:42-07:00 Update with closed issues
Forgot to add some closed issues with the merges that closed the issues.
- - - - -
1 changed file:
- src/general-info/release-21f.md
Changes:
===================================== src/general-info/release-21f.md ===================================== @@ -30,7 +30,6 @@ public domain. * ANSI compliance fixes: * Bug fixes: * Gitlab tickets: - * * ~~#154~~ piglatin translation does not work anymore * ~~#171~~ Readably print `(make-pathname :name :unspecfic)` * ~~#180~~ Move `get-page-size` to C @@ -76,10 +75,12 @@ public domain. * ~~#297~~ Pprint `new-assem:assemble` with less indentation. * ~~#298~~ Add `with-float-rounding-mode` macro * ~~#299~~ Enable xoroshiro assembly routine + * ~~#312~~ Compiler error building motif server on Fedora 40 * ~~#314~~ tanh incorrect for large args * ~~#316~~ Support roundtrip character casing * ~~#320~~ Motif variant not defaulted for `x86_linux_clang` config * ~~#321~~ Rename Motif Config.x86 to Config.linux + * ~~#323~~ Make string casing functions compliant * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2f9576c33d38346f26cb72f1...