mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 22:43:13 -08:00
The null stream should be writable, because it is used by the pretty printer
This commit is contained in:
parent
036b5ec9ca
commit
449e67e94c
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ ECL 0.9l-p1:
|
|||
|
||||
- In compiled files, externalize package objects using FIND-PACKAGE.
|
||||
|
||||
- In RUN-PROGRAM, there were two bugs: first, the keyword :WAIT was not defined
|
||||
in the C core and caused an error when used; second, the input/output streams
|
||||
were not properly arranged.
|
||||
- In RUN-PROGRAM, there were two bugs: first, the keyword :WAIT was not
|
||||
defined in the C core and caused an error when used; second, if the output
|
||||
stream was missing or directed to the standard output, it would fail.
|
||||
|
||||
;;; Local Variables: ***
|
||||
;;; mode:text ***
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue