updating authors

This commit is contained in:
Alex Shinn 2012-08-26 14:30:46 +09:00
parent eaf41d2ce8
commit df71fe8ecf

View file

@ -5,6 +5,15 @@ The `dynamic-wind' implementation is adapted from the implementation
in the appendix to the Scheme48 reference manual, reportedly first
written by Chris Hanson and John Lamping.
The (scheme time) module includes code for handling leap seconds
from Alan Watson's Scheme clock library at
http://code.google.com/p/scheme-clock/ under the same license.
The benchmarks are based on the Racket versions of the classic
Gabriel benchmarks from
http://www.cs.utah.edu/~mflatt/benchmarks-20100126/log3/index.html.
They are not installed or needed but are included for convenience.
Thanks to the following people for patches and bug reports:
* Alan Watson