eq?
(eq? car car) => #tshould be replaced by
(eq? car car) => unspecified
list-ref,
"list-tail" should be replaced by
"list-ref".string->number should be replaced
by:
"If the arguments to string->number are a
string and a valid radix as specified, it must produce a
number object or #f ; it may not raise an
exception."
(I.e., string->number may raise an exception
if the argument is not a string.)
The sentence at the end of the entry for append
should be clarified to:
"The return value is made from new pairs for all arguments but the last; the last is merely placed at the end of the new structure."
fxbit-count, "ei" should be "fx".fxbit-set?, fx>= should be fx>=?."Note, however, that Waddell's
thesis describes slightly different semantics for
bound-identifier=? - it specifies that for two identifiers to be
equal in the sense of bound-identifier=?, they must have the same marks and be equal in
the sense of free-identifier=?, whereas this report requires
instead that they must have the same marks and have the same name."