Raymond Toy pushed to branch issue-140-stream-element-type-two-way-stream at cmucl / cmucl
Commits: d6bbeb16 by Raymond Toy at 2022-11-22T07:46:47-08:00 Update release notes with clearer summary
- - - - -
1 changed file:
- src/general-info/release-21e.md
Changes:
===================================== src/general-info/release-21e.md ===================================== @@ -60,7 +60,7 @@ public domain. * ~~#134~~ Handle the case of `(expt complex complex-rational)` * ~~#136~~ `ensure-directories-exist` should return the given pathspec * #139 `*default-external-format*` defaults to `:utf-8` - * ~~#140~~ External format of `two-way-stream` + * ~~#140~~ External format for streams that are not `file-stream`'s * ~~#141~~ Disallow locales that are pathnames to a localedef file * ~~#142~~ `(random 0)` signals incorrect error * ~~#147~~ `stream-line-column` method missing for `fundamental-character-output-stream`
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d6bbeb1604938cff19dbac75...