Skip to content
Snippets Groups Projects
Commit 5795a2f7 authored by rtoy's avatar rtoy
Browse files

Change how the CMUCL extension enabling both character and binary I/O

is done, based on a suggestion from Lynn Quam.

o Add BINARY-TEXT-STREAM structure for streams that support binary and
  character I/O.  This is basically an FD-STREAM.
o Export BINARY-TEXT-STREAM from the EXTENSIONS package.
o OPEN will recognize :class 'ext:binary-text-stream to enable such
  streams.
o Removed *FD-STREAM-ENABLE-CHARACTER-AND-BINARY-INPUT*, since we use
  OPEN to specify that now.

Use boot-2005-03-2.lisp to bootstrap this change.
parent d16586d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment