Raymond Toy pushed to branch issue-140-stream-element-type-two-way-stream at cmucl / cmucl
Commits: 334be4e0 by Raymond Toy at 2022-09-27T14:53:35-07:00 Update release notes for issue #140.
- - - - -
1 changed file:
- src/general-info/release-21e.md
Changes:
===================================== src/general-info/release-21e.md ===================================== @@ -52,6 +52,7 @@ public domain. * ~~#122~~ gcc 11 can't build cmucl * ~~#127~~ Linux unix-getpwuid segfaults when given non-existent uid. * ~~#128~~ `QUIT` accepts an exit code + * ~~#140~~ External format of `two-way-stream` returns the common format of the input and output streams if possible; otherwise, return `:default`. * 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/334be4e0666f767ce56332cd...