X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/0147054b67356fc72211965b915884cb4cc3caf4..60aa332f83f373ec128d54e01ce89b68e86a5014:/AUTHORS?ds=sidebyside diff --git a/AUTHORS b/AUTHORS index 966ed0f73..9df01eb13 100644 --- a/AUTHORS +++ b/AUTHORS @@ -129,6 +129,7 @@ Rob Browning: wrote initial srfi/srfi-8.scm. wrote initial srfi/srfi-11.scm. ported srfi/srfi-19.scm to Guile. + and many other changes throughout. Martin Grabmueller: In the subdirectory libguile, changes to: @@ -188,6 +189,7 @@ Many other changes throughout. Greg Badros: In the subdirectory doc, changes to: data-rep.texi +Many changes throughout. Neil Jerram: In the subdirectory ice-9, wrote: @@ -218,7 +220,7 @@ In the top-level directory, wrote: In the subdirectory ice-9, changes to: boot-9.scm documentation.scm emacs.scm ls.scm session.scm string-fun.scm - threads.scm + threads.scm getopt-long.scm In the subdirectory scripts, wrote: Makefile.am PROGRAM display-commentary generate-autoload @@ -232,6 +234,12 @@ In the subdirectory doc, changes to: intro.texi preface.texi scheme-modules.texi scheme-procedures.texi scheme-scheduling.texi +In the subdirectory test-suite, changes to: + guile-test lib.scm +In the subdirectory test-suite/tests, wrote: + exceptions.test getopt-long.test +In the subdirectory test-suite/tests, changes to: + eval.test Robert Merkel: In the subdirectory doc, co-wrote: @@ -308,3 +316,12 @@ In the subdirectory libguile, changes to: keywords.c list.c strports.c tag.c Makefile.am guile-snarf.awk.in Many other changes throughout. + +Stefan Jahn: +In the subdirectory libguile, changes to: + continuations.h + continuations.c + gc.c + +John W. Eaton, based on code from AT&T Bell Laboratories and Bellcore: + The complex number division method in libguile/numbers.c.