summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-06-05 17:43:16 +0000
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-06-05 17:43:16 +0000
commit97b4221044e15d1af16c0ad926c7b01605d85b8a (patch)
tree75fca86ef8614102a112cdaa7b907f8b13d67561 /AUTHORS
parente01970a51d505106f81806d2ad5ca7685808d8f7 (diff)
downloadguile-97b4221044e15d1af16c0ad926c7b01605d85b8a.tar.gz
Added authorship information.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS9
1 files changed, 8 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 1a1aa0c77..db912e6f3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -131,6 +131,12 @@ Rob Browning:
ported srfi/srfi-19.scm to Guile.
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
+ and changed many docstrings throughout.
In the subdirectory srfi, wrote:
srfi-9.scm
srfi-10.scm
@@ -156,7 +162,8 @@ 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-9.test srfi-10.test srfi-13.test
Will Fitzgerald:
wrote initial srfi/srfi-19.scm.