* raw-ltdl.h: add SCM_INSERTED_DLSYMLIST_STRUCT_DECL so we can
[bpt/guile.git] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 1a1aa0c..9df01eb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,7 +19,7 @@ In the subdirectory libguile, wrote:
     gsubr.c  ramap.c  unif.c
     gsubr.h  ramap.h  unif.h
 
-Gary Houston: 
+Gary Houston:
 In the subdirectory libguile, wrote:
     rw.c
 In the subdirectory ice-9, wrote:
@@ -129,22 +129,27 @@ 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:
+    backtrace.c     eval.c       strorder.c   script.c
+    strop.c         strop.h      struct.c     macros.c
+    numbers.c       posix.h      posix.c      symbols.c
+    gh_data.c       strports.h   strports.c   validate.h
+    read.c
+    and many docstrings changes throughout.
 In the subdirectory srfi, wrote:
-    srfi-9.scm
-    srfi-10.scm
-    srfi-13.scm
-    srfi-14.scm
-    srfi-13.c
-    srfi-14.c
-    srfi-16.scm
+    srfi-1.scm      srfi-9.scm     srfi-10.scm
+    srfi-13.scm     srfi-14.scm    srfi-13.c
+    srfi-14.c       srfi-13.h      srfi-14.h
+    srfi-16.scm     srfi-4.c       srfi-4.h
+    srfi-4.scm
 In the subdirectory scripts, wrote:
     doc-snarf
 In the subdirectory doc, wrote:
-    script-getopt.texi
-    srfi-modules.texi
-    repl-modules.texi
+    script-getopt.texi    srfi-modules.texi
+    repl-modules.texi     misc-modules.texi
 In the subdirectory doc, changes to:
     guile.texi      intro.texi      posix.texi
     scheme-binding.texi             scheme-control.texi
@@ -156,7 +161,9 @@ In the subdirectory doc, changes to:
 In the subdirectory example, wrote
     scripts  modules     safe
     box      box-module  box-dynamic
-    
+In the subdirectory test-suite/tests, wrote:
+    srfi-4.test    srfi-9.test     srfi-10.test
+    srfi-13.test
 
 Will Fitzgerald:
   wrote initial srfi/srfi-19.scm.
@@ -171,7 +178,7 @@ In the subdirectory doc, changes to:
 In the subdirectory libguile, rewrote:
     environments.c, environments.h
 In the subdirectory libguile, changes to:
-    error.c, gc.c, gc.h, numbers.c, strings.c, symbols.c 
+    error.c, gc.c, gc.h, numbers.c, strings.c, symbols.c
 In the subdirectory test-suite, rewrote:
     lib.scm
 In the subdirectory test-suite/tests, wrote:
@@ -182,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:
@@ -212,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
@@ -226,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:
@@ -235,6 +249,12 @@ Marc Feeley:
 In the subdirectory doc, wrote:
     pretty-print.scm
 
+Matthias Koeppe:
+In the subdirectory test-suite/tests, wrote:
+    format.test, srfi-19.test, optargs.test
+In the subdirectory test-suite/tests, changes to:
+    ports.test
+
 The file libguile/gc_os_dep.c is from the Boehm-Weiser conservative
 collector.  A lot of people have contributed to it, but probably not
 all to the code in gc_os_dep.c:
@@ -278,3 +298,30 @@ all to the code in gc_os_dep.c:
     (Blame for misinstallation of these modifications goes to the
     first author, however.)
 
+Keisuke Nishida: [added by ttn; kei, please review]
+In the top-level directory, changes to:
+    libguile.h
+In the subdirectory ice-9, wrote:
+    channel.scm     history.scm         time.scm
+    match.scm
+In the subdirectory ice-9, changes to:
+    boot-9.scm      receive.scm         safe-r5rs.scm
+    common-list.scm
+In the subdirectory emacs, wrote:
+    guile.el        guile-scheme.el     guile-emacs.scm
+In the subdirectory libguile, changes to:
+    goops.c         vectors.h       vectors.c
+    eval.c          hashtab.h       hashtab.c
+    environments.c  smob.h          smob.c
+    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.