scm_array_map & co
[bpt/guile.git] / AUTHORS
CommitLineData
087d2a6f
JB
1To find out what should go in this file, see "Information For
2Maintainers of GNU Software" (maintain.texi), the section called
3"Recording Changes".
4
5
eda6112c
JB
6George Carrette:
7wrote files present in Siod version 2.3, released in December of 1989.
8
9Aubrey Jaffer:
eda6112c
JB
10Changes to: eval.c, ioext.c, posix.c, gscm.c, scm.h, socket.c,
11gsubr.c, sys.c, test.scm, stime.c, and unif.c.
12
13Gary Houston: changes to many files in libguile.
6d6e18a9 14wrote: libguile/socket.c, ice-9/expect.scm
eda6112c 15
6d6e18a9 16Tom Lord: Many changes throughout.
6d6e18a9
JB
17In the subdirectory ice-9, wrote:
18 Makefile.in configure.in lineio.scm poe.scm
19 boot-9.scm hcons.scm mapping.scm
087d2a6f 20
3a629497
JB
21Anthony Green: wrote the following files in libguile:
22 coop-defs.h coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
23 coop-threads.c coop.c mit-pthreads.c threads.c
24and ice-9/threads.scm.
1eaceb61 25
6d6e18a9
JB
26Mikael Djurfeldt:
27In the subdirectory libguile, wrote:
28 backtrace.c debug.c options.c root.c srcprop.c stacks.c
29 backtrace.h debug.h options.h root.h srcprop.h stacks.h
3a629497 30In the subdirectory libguile, rewrote:
6d6e18a9
JB
31 coop-threads.c coop.c mit-pthreads.c threads.c
32 coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
33Many other changes throughout.
feaa557d
MG
34
35Mark Galassi:
36Designed and implemented the high-level libguile API (the @code{gh_}
37interface), based largely on the defunct @code{gscm_} interface. In the
2c4f2fd0 38subdirectory libguile, wrote:
feaa557d
MG
39gh.h gh_funcs.c gh_list.c gh_test_repl.c
40gh_data.c gh_init.c gh_predicates.c
2c4f2fd0 41gh_eval.c gh_io.c gh_test_c.c