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