From 34104aed70571fa3828e1aa9a23a7ad1bea73fb1 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 26 Aug 2017 23:29:45 +0900 Subject: [PATCH] updating AUTHORS --- AUTHORS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8dabc680..2f784aa9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,11 @@ Alex Shinn wrote the initial version of chibi-scheme and all distributed modules. +The Emscripten build, SRFI 139 implementation, and various other +patches were contributed by Marc Nieper-Wißkirchen. + +The image handling code in gc_heap.c was written by Chris Walsh. + 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. @@ -9,8 +14,6 @@ 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 image handling code in gc_heap.c was written by Chris Walsh. - 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.