Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
d5f1aa5e
by Raymond Toy at 2022-11-01T20:35:49+00:00
1 changed file:
Changes:
... | ... | @@ -51,14 +51,17 @@ public domain. |
51 | 51 | * ~~#113~~ REQUIRE on contribs can pull in the wrong things via ASDF.
|
52 | 52 | * ~~#121~~ Wrong column index in FILL-POINTER-OUTPUT-STREAM
|
53 | 53 | * ~~#122~~ gcc 11 can't build cmucl
|
54 | + * ~~#124~~ directory with `:wild-inferiors` doesn't descend subdirectories
|
|
54 | 55 | * ~~#125~~ Linux `unix-stat` returning incorrect values
|
55 | 56 | * ~~#127~~ Linux unix-getpwuid segfaults when given non-existent uid.
|
56 | 57 | * ~~#128~~ `QUIT` accepts an exit code
|
58 | + * ~~#130~~ Move file-author to C
|
|
57 | 59 | * ~~#132~~ Ansi test `RENAME-FILE.1` no fails
|
58 | 60 | * ~~#134~~ Handle the case of `(expt complex complex-rational)`
|
59 | 61 | * ~~#136~~ `ensure-directories-exist` should return the given pathspec
|
60 | 62 | * #139 `*default-external-format*` defaults to `:utf-8`
|
61 | 63 | * ~~#142~~ `(random 0)` signals incorrect error
|
64 | + * ~~#147~~ `stream-line-column` method missing for `fundamental-character-output-stream`
|
|
62 | 65 | * Other changes:
|
63 | 66 | * Improvements to the PCL implementation of CLOS:
|
64 | 67 | * Changes to building procedure:
|