Errors in vmsort.scm Will M. Farr (30 Sep 2005 17:33 UTC)
Re: Errors in vmsort.scm Michael Sperber (03 Oct 2005 17:13 UTC)

Errors in vmsort.scm Will M. Farr 30 Sep 2005 17:33 UTC
Hello all,

I found an error today in the reference implementation; vblit is called
from %vector-merge! with too few arguments.  The attached patch fixes
the problem.  I don't know if anyone really cares since this SRFI has
been withdrawn for the past few years, but I thought I would send it
along anyway.

Thanks,
Will