From 7362578878e1cc08687355d82017cbccad916d67 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Fri, 31 Jul 2020 15:24:24 +0900 Subject: [PATCH] attributing lgamma_r --- AUTHORS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 675627ec..28705ad0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,9 @@ 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 lgamma_r implementation for Windows builds is based on code by +Haruhiko Okumura via Ruby. + The following distributed SRFIs use the reference implementations: (srfi 101) is adapted from David van Horn's implementation