- (most important) The vector->bitvector and reverse-vector-bitvector procedures were intended to accept optional start and end arguments like all the other conversion functions (except conversions from lists), but these arguments were left out of the SRFI.
- Clarify that bitvector-prefix-length, bitvector-suffix-length, bitvector-prefix?, bitvector-suffix? do not require their arguments to be of the same length.
- make-bitvector-accumulator does not take an argument, because no SRFI 158 accumulator constructor does; you call one, get an empty accumulator, and load it with values. It is generator constructors that take arguments.
- The definition of bitvector-field-rotate speaks of high-order bits, an undefined term in this SRFI. Changed to speak of bits with lower indices.
- Clean up formatting of the conversion procedures so they all look the same.
I've tagged this version as final.1 in Git.
Thanks to Shiro.