guile/AUTHORS

62 lines
2.3 KiB
Text
Raw Normal View History

1996-09-03 04:41:38 +00:00
To find out what should go in this file, see "Information For
Maintainers of GNU Software" (maintain.texi), the section called
"Recording Changes".
1998-02-01 21:05:14 +00:00
Aubrey Jaffer:
is the author of SCM, the Scheme interpreter upon which Guile is
based. Guile started from SCM version 4e1 in November -94 and is
still largely composed of the original SCM code.
1996-08-15 04:23:01 +00:00
George Carrette:
wrote files present in Siod version 2.3, released in December of 1989.
1998-02-01 21:05:14 +00:00
Siod was the starting point for SCM. The major innovations taken from
Siod are the evaluator's use of the C-stack and being able to garbage
collect off the C-stack
1996-08-15 04:23:01 +00:00
1998-01-24 01:49:01 +00:00
Radey Shouman:
In the subdirectory libguile, wrote:
gsubr.c ramap.c unif.c
gsubr.h ramap.h unif.h
1996-08-15 04:23:01 +00:00
Gary Houston: changes to many files in libguile.
1996-11-10 02:10:48 +00:00
wrote: libguile/socket.c, ice-9/expect.scm
1996-08-15 04:23:01 +00:00
1996-11-10 02:10:48 +00:00
Tom Lord: Many changes throughout.
In the subdirectory ice-9, wrote:
Makefile.in configure.in lineio.scm poe.scm
boot-9.scm hcons.scm mapping.scm
1996-09-03 04:41:38 +00:00
Anthony Green: wrote the following files in libguile:
coop-defs.h coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
coop-threads.c coop.c mit-pthreads.c threads.c
and ice-9/threads.scm.
1996-10-11 07:58:43 +00:00
1996-11-10 02:10:48 +00:00
Mikael Djurfeldt:
In the subdirectory libguile, wrote:
backtrace.c debug.c options.c root.c srcprop.c stacks.c
backtrace.h debug.h options.h root.h srcprop.h stacks.h
1998-11-22 12:05:35 +00:00
iselect.c gdbint.c objects.c objprop.c stackchk.c modules.c
iselect.h gdbint.h objects.h objprop.h stackchk.h modules.h
1998-01-24 01:49:01 +00:00
gdb_interface.h
In the subdirectory libguile, rewrote:
1998-01-24 01:49:01 +00:00
coop-threads.c coop.c mit-pthreads.c threads.c print.c
coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h print.h
1996-11-10 02:10:48 +00:00
Many other changes throughout.
1997-02-10 14:43:01 +00:00
Mark Galassi:
Designed and implemented the high-level libguile API (the @code{gh_}
interface), based largely on the defunct @code{gscm_} interface. In the
subdirectory libguile, wrote:
1997-02-10 14:43:01 +00:00
gh.h gh_funcs.c gh_list.c gh_test_repl.c
gh_data.c gh_init.c gh_predicates.c
gh_eval.c gh_io.c gh_test_c.c
1998-01-24 01:49:01 +00:00
Marius Vollmer:
In the subdirectory libguile, wrote:
fluids.c
fluids.h
In the subdirectory libguile, rewrote:
dynl.c dynl-dl.c dynl-shl.c
dynl.h dynl-dld.c