Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    2e51cd52
    More ANSI test fixes: · 2e51cd52
    rtoy authored
    o FILE-STRING-LENGTH can be used on BROADCAST-STREAM's where the
      result is 1.
    o Graphic characters are not printed using the character name (hence
      #\space is printed #\ )
    o Make INPUT-STREAM-P and OUTPUT-STREAM-P work correctly on synonym
      streams.
    o MAKE-STRING-INPUT-STREAM was not accepting NIL for the optional END
      argument.
    o Close string-input streams.  (We weren't before.)
    2e51cd52
    History
    More ANSI test fixes:
    rtoy authored
    o FILE-STRING-LENGTH can be used on BROADCAST-STREAM's where the
      result is 1.
    o Graphic characters are not printed using the character name (hence
      #\space is printed #\ )
    o Make INPUT-STREAM-P and OUTPUT-STREAM-P work correctly on synonym
      streams.
    o MAKE-STRING-INPUT-STREAM was not accepting NIL for the optional END
      argument.
    o Close string-input streams.  (We weren't before.)