Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • emarsden's avatar
    1d002ae1
    More ANSI compliance fixes: · 1d002ae1
    emarsden authored
      - (fresh-line (make-broadcast-stream)) returns nil instead of t
    
      - STREAM-ELEMENT-TYPE on broadcast-streams should return element-type of
        the last component stream (see CLtS "System Class BROADCAST-STREAM").
        Fix from SBCL.
    
      - WRITE-SEQUENCE handles bit-vectors
    1d002ae1
    History
    More ANSI compliance fixes:
    emarsden authored
      - (fresh-line (make-broadcast-stream)) returns nil instead of t
    
      - STREAM-ELEMENT-TYPE on broadcast-streams should return element-type of
        the last component stream (see CLtS "System Class BROADCAST-STREAM").
        Fix from SBCL.
    
      - WRITE-SEQUENCE handles bit-vectors