Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    5795a2f7
    Change how the CMUCL extension enabling both character and binary I/O · 5795a2f7
    rtoy authored
    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.
    5795a2f7
    History
    Change how the CMUCL extension enabling both character and binary I/O
    rtoy authored
    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.