
8 Mar
2004
8 Mar
'04
11:55 p.m.
"HÃ¥kon Alstadheim" <haalst@online.no> writes:
swank-cmucl.lisp contains code which makes cmucl break w.r.t. the ansi cl standard; in that it makes READ-SEQUENCE insist on filling its target buffer. The hyperspec says, in 21.2 under READ-SEQUENCE:
You're right. I replaced READ-INTO-SIMPLE-STRING with the version from the CMUCL December snapshot, which calls read-n-bytes in a loop. Thank you for the report. Helmut.