diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-04-24 06:32:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-04-24 06:32:52 +0000 |
commit | 3a629497d24fa093b23e81750535821c3c0fc78d (patch) | |
tree | 6dcb3d36287f534768a35e2647dde8f5b06d6a3d /AUTHORS | |
parent | ebe2a6c136062b14bd03d820efbfa8ddbf2b62fa (diff) |
Changes for reduced Guile distribution: one configure script,
no plugins.
* configure.in: Merged the old text from qt/configure.in and
libguile/configure.in; Tom Tromey says automake only wants one
configure.in script. This seems fishy, but...
* Makefile.am: List the subdirectories explicitly; no more PLUGIN
gubbish.
* acconfig.h, acinclude.m4: Moved here from libguile, since
libguile's configure script lives here now.
* AUTHORS, INSTALL, README: Updated.
* Makefile.in, aclocal.m4 configure: Regenerated. Just like
amputated amphibian limbs.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 34 |
1 files changed, 5 insertions, 29 deletions
@@ -7,7 +7,6 @@ George Carrette: wrote files present in Siod version 2.3, released in December of 1989. Aubrey Jaffer: -Wrote substantial portions of guile.texi, and surely others. Changes to: eval.c, ioext.c, posix.c, gscm.c, scm.h, socket.c, gsubr.c, sys.c, test.scm, stime.c, and unif.c. @@ -15,43 +14,20 @@ Gary Houston: changes to many files in libguile. wrote: libguile/socket.c, ice-9/expect.scm Tom Lord: Many changes throughout. -In the subdirectory ctax, wrote: - Makefile.in configure.in hashtabs.scm macros.scm scm-ops.scm - c-ops.scm grammar.scm lexer.scm reader.scm -In the subdirectory gtcltk-lib, wrote: - Makefile.in guile-tcl.c guile-tk.c - configure.in guile-tcl.h guile-tk.h -In the subdirectory guile, wrote: - Makefile.in getopt.c getopt1.c - configure.in getopt.h guile.c In the subdirectory ice-9, wrote: Makefile.in configure.in lineio.scm poe.scm boot-9.scm hcons.scm mapping.scm -In the subdirectory lang, wrote: - Makefile.in grammar.scm lr0.scm pp.scm - configure.in lex.scm lr1.scm -In the subdirectory rx, wrote: - Makefile.in runtests.c rxbitset.h rxnfa.c rxspencer.c - TESTS rx.c rxcontext.h rxnfa.h rxspencer.h - TESTS2C.sed rx.h rxcset.c rxnode.c rxstr.c - _rx.h rxall.h rxcset.h rxnode.h rxstr.h - configure.in rxanal.c rxdbug.c rxposix.c rxsuper.c - hashrexp.c rxanal.h rxgnucomp.c rxposix.h rxsuper.h - inst-rxposix.h rxbasic.c rxgnucomp.h rxproto.h rxunfa.c - rgx.c rxbasic.h rxhash.c rxsimp.c rxunfa.h - rgx.h rxbitset.c rxhash.h rxsimp.h testcases.h -In the subdirectory doc, wrote: - ctax.texi gtcltk.texi in.texi lang.texi -and portions of guile.texi. -Anthony Green: wrote the original code in the 'threads' directory, and -ice-9/threads.scm. +Anthony Green: wrote the following files in libguile: + coop-defs.h coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h + coop-threads.c coop.c mit-pthreads.c threads.c +and ice-9/threads.scm. Mikael Djurfeldt: In the subdirectory libguile, wrote: backtrace.c debug.c options.c root.c srcprop.c stacks.c backtrace.h debug.h options.h root.h srcprop.h stacks.h -In the subdirectory threads, rewrote: +In the subdirectory libguile, rewrote: coop-threads.c coop.c mit-pthreads.c threads.c coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h Many other changes throughout. |