Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
2f9576c3
by Raymond Toy at 2024-06-03T21:02:42-07:00
1 changed file:
Changes:
... | ... | @@ -30,7 +30,6 @@ public domain. |
30 | 30 | * ANSI compliance fixes:
|
31 | 31 | * Bug fixes:
|
32 | 32 | * Gitlab tickets:
|
33 | - *
|
|
34 | 33 | * ~~#154~~ piglatin translation does not work anymore
|
35 | 34 | * ~~#171~~ Readably print `(make-pathname :name :unspecfic)`
|
36 | 35 | * ~~#180~~ Move `get-page-size` to C
|
... | ... | @@ -76,10 +75,12 @@ public domain. |
76 | 75 | * ~~#297~~ Pprint `new-assem:assemble` with less indentation.
|
77 | 76 | * ~~#298~~ Add `with-float-rounding-mode` macro
|
78 | 77 | * ~~#299~~ Enable xoroshiro assembly routine
|
78 | + * ~~#312~~ Compiler error building motif server on Fedora 40
|
|
79 | 79 | * ~~#314~~ tanh incorrect for large args
|
80 | 80 | * ~~#316~~ Support roundtrip character casing
|
81 | 81 | * ~~#320~~ Motif variant not defaulted for `x86_linux_clang` config
|
82 | 82 | * ~~#321~~ Rename Motif Config.x86 to Config.linux
|
83 | + * ~~#323~~ Make string casing functions compliant
|
|
83 | 84 | * Other changes:
|
84 | 85 | * Improvements to the PCL implementation of CLOS:
|
85 | 86 | * Changes to building procedure:
|