armedbear / abcl

Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge
https://abcl.org#rdfs:seeAlso<https://gitlab.common-lisp.net/abcl/abcl>
Other
288 stars 29 forks source link

Fix gray-read-line return #647

Closed yitzchak closed 9 months ago

yitzchak commented 9 months ago

READ-LINE should always return a second value indicating EOF as per the spec. If eof-error-p is NIL then the return should be (values eof-value T). I checked CCL, CLASP, ECL, CMUCL and SBCL and this is in fact what they do.