Skip to content
Snippets Groups Projects
Commit 09dc96ef authored by toy's avatar toy
Browse files

Some ANSI compliance fixes found by Paul Dietz's tests.

o PEEK-CHAR wasn't signaling end-of-file when recursive-p was true.
  o GENERALIZED-PEEKING-MECHANISM needs to handle EOF-DETECTED-FORM
    when the peek-type is NIL.
  o Make PEEK-CHAR with peek-type NIL handle RECURSIVE-P.

o WRITE-LINE didn't like an explicit :END NIL.

o READ-SEQUENCE didn't like reading things into a bit-vector from a
  "good" stream element type.  If the sequence is a bit-vector, use
  the general read-into-vector to read the data.

o READ-SEQUENCE wasn't returning the right value when reading into
  simple-strings with a non-zero :START value.
parent 335f876a
No related branches found
No related tags found
Loading
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