*** empty log message ***
[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 In the subdirectory ice-9, wrote:
24 expect.scm networking.scm popen.scm posix.scm
25
26 Jim Blandy: Many changes throughout.
27 In the subdirectory libguile, wrote:
28 script.c (partially)
29
30 Tom Lord: Many changes throughout.
31 In the subdirectory ice-9, wrote:
32 Makefile.in configure.in lineio.scm poe.scm
33 boot-9.scm hcons.scm mapping.scm
34
35 Anthony Green: wrote the following files in libguile:
36 coop-defs.h coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
37 coop-threads.c coop.c mit-pthreads.c threads.c
38 and ice-9/threads.scm.
39
40 Mikael Djurfeldt:
41 In the subdirectory ice-9, wrote:
42 emacs.scm syncase.scm
43 In the subdirectory libguile, wrote:
44 backtrace.c debug.c options.c root.c srcprop.c stacks.c
45 backtrace.h debug.h options.h root.h srcprop.h stacks.h
46 iselect.c gdbint.c objects.c objprop.c stackchk.c modules.c
47 iselect.h gdbint.h objects.h objprop.h stackchk.h modules.h
48 random.c
49 random.h
50 gdb_interface.h
51 In the subdirectory libguile, rewrote:
52 coop-threads.c coop.c mit-pthreads.c threads.c print.c
53 coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h print.h
54 Many other changes throughout.
55
56 Mark Galassi:
57 Designed and implemented the high-level libguile API (the @code{gh_}
58 interface), based largely on the defunct @code{gscm_} interface. In the
59 subdirectory libguile, wrote:
60 gh.h gh_funcs.c gh_list.c gh_test_repl.c
61 gh_data.c gh_init.c gh_predicates.c
62 gh_eval.c gh_io.c gh_test_c.c
63
64 Marius Vollmer:
65 In the subdirectory libguile, wrote:
66 fluids.c
67 fluids.h
68 In the subdirectory libguile, rewrote:
69 dynl.c dynl-dl.c dynl-shl.c
70 dynl.h dynl-dld.c
71
72 R. Kent Dybvig:
73 In the subdirectory ice-9, wrote:
74 psyntax.ss
75
76 Roland Orre:
77 In the subdirectory libguile, wrote:
78 sort.c
79 sort.h
80 In the subdirectory ice-9, wrote:
81 session.scm
82
83 Michael N. Livshin:
84 Implemented support for double-word heap cells and converted some
85 smobs to use them.
86 In the subdirectory libguile, wrote:
87 guardians.c
88 guardians.h
89
90 Tim Pierce:
91 In the subdirectory libguile, wrote:
92 regex-posix.c
93 regex-posix.h