Start new section for post-1.0 changes.
[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 Wrote substantial portions of guile.texi, and surely others.
11 Changes to: eval.c, ioext.c, posix.c, gscm.c, scm.h, socket.c,
12 gsubr.c, sys.c, test.scm, stime.c, and unif.c.
13
14 Gary Houston: changes to many files in libguile.
15 wrote: libguile/socket.c, ice-9/expect.scm
16
17 Tom Lord: Many changes throughout.
18 In the subdirectory ctax, wrote:
19 Makefile.in configure.in hashtabs.scm macros.scm scm-ops.scm
20 c-ops.scm grammar.scm lexer.scm reader.scm
21 In the subdirectory gtcltk-lib, wrote:
22 Makefile.in guile-tcl.c guile-tk.c
23 configure.in guile-tcl.h guile-tk.h
24 In the subdirectory guile, wrote:
25 Makefile.in getopt.c getopt1.c
26 configure.in getopt.h guile.c
27 In the subdirectory ice-9, wrote:
28 Makefile.in configure.in lineio.scm poe.scm
29 boot-9.scm hcons.scm mapping.scm
30 In the subdirectory lang, wrote:
31 Makefile.in grammar.scm lr0.scm pp.scm
32 configure.in lex.scm lr1.scm
33 In the subdirectory rx, wrote:
34 Makefile.in runtests.c rxbitset.h rxnfa.c rxspencer.c
35 TESTS rx.c rxcontext.h rxnfa.h rxspencer.h
36 TESTS2C.sed rx.h rxcset.c rxnode.c rxstr.c
37 _rx.h rxall.h rxcset.h rxnode.h rxstr.h
38 configure.in rxanal.c rxdbug.c rxposix.c rxsuper.c
39 hashrexp.c rxanal.h rxgnucomp.c rxposix.h rxsuper.h
40 inst-rxposix.h rxbasic.c rxgnucomp.h rxproto.h rxunfa.c
41 rgx.c rxbasic.h rxhash.c rxsimp.c rxunfa.h
42 rgx.h rxbitset.c rxhash.h rxsimp.h testcases.h
43 In the subdirectory doc, wrote:
44 ctax.texi gtcltk.texi in.texi lang.texi
45 and portions of guile.texi.
46
47 Anthony Green: wrote the original code in the 'threads' directory, and
48 ice-9/threads.scm.
49
50 Mikael Djurfeldt:
51 In the subdirectory libguile, wrote:
52 backtrace.c debug.c options.c root.c srcprop.c stacks.c
53 backtrace.h debug.h options.h root.h srcprop.h stacks.h
54 In the subdirectory threads, rewrote:
55 coop-threads.c coop.c mit-pthreads.c threads.c
56 coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
57 Many other changes throughout.