* Makefile.am (DISTCLEANFILES): Get rid of .x files.
[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 Aubrey Jaffer:
7 is the author of SCM, the Scheme interpreter upon which Guile is
8 based. Guile started from SCM version 4e1 in November -94 and is
9 still largely composed of the original SCM code.
10
11 George Carrette:
12 wrote files present in Siod version 2.3, released in December of 1989.
13 Siod was the starting point for SCM. The major innovations taken from
14 Siod are the evaluator's use of the C-stack and being able to garbage
15 collect off the C-stack
16
17 Radey Shouman:
18 In the subdirectory libguile, wrote:
19 gsubr.c ramap.c unif.c
20 gsubr.h ramap.h unif.h
21
22 Gary Houston: changes to many files in libguile.
23 wrote: libguile/socket.c, ice-9/expect.scm
24
25 Jim Blandy: Many changes throughout.
26 In the subdirectory libguile, wrote:
27 script.c (partially)
28
29 Tom Lord: Many changes throughout.
30 In the subdirectory ice-9, wrote:
31 Makefile.in configure.in lineio.scm poe.scm
32 boot-9.scm hcons.scm mapping.scm
33
34 Anthony Green: wrote the following files in libguile:
35 coop-defs.h coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
36 coop-threads.c coop.c mit-pthreads.c threads.c
37 and ice-9/threads.scm.
38
39 Mikael Djurfeldt:
40 In the subdirectory ice-9, wrote:
41 emacs.scm syncase.scm
42 In the subdirectory libguile, wrote:
43 backtrace.c debug.c options.c root.c srcprop.c stacks.c
44 backtrace.h debug.h options.h root.h srcprop.h stacks.h
45 iselect.c gdbint.c objects.c objprop.c stackchk.c modules.c
46 iselect.h gdbint.h objects.h objprop.h stackchk.h modules.h
47 random.c
48 random.h
49 gdb_interface.h
50 In the subdirectory libguile, rewrote:
51 coop-threads.c coop.c mit-pthreads.c threads.c print.c
52 coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h print.h
53 Many other changes throughout.
54
55 Mark Galassi:
56 Designed and implemented the high-level libguile API (the @code{gh_}
57 interface), based largely on the defunct @code{gscm_} interface. In the
58 subdirectory libguile, wrote:
59 gh.h gh_funcs.c gh_list.c gh_test_repl.c
60 gh_data.c gh_init.c gh_predicates.c
61 gh_eval.c gh_io.c gh_test_c.c
62
63 Marius Vollmer:
64 In the subdirectory libguile, wrote:
65 fluids.c
66 fluids.h
67 In the subdirectory libguile, rewrote:
68 dynl.c dynl-dl.c dynl-shl.c
69 dynl.h dynl-dld.c
70
71 R. Kent Dybvig:
72 In the subdirectory ice-9, wrote:
73 psyntax.ss
74
75 Roland Orre:
76 In the subdirectory libguile, wrote:
77 sort.c
78 sort.h
79 In the subdirectory ice-9, wrote:
80 session.scm
81
82 Michael N. Livshin:
83 In the subdirectory libguile, wrote:
84 guardians.c
85 guardians.h
86
87 Tim Pierce:
88 In the subdirectory libguile, wrote:
89 regex-posix.c
90 regex-posix.h