mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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.
41 lines
1.6 KiB
Text
41 lines
1.6 KiB
Text
To find out what should go in this file, see "Information For
|
|
Maintainers of GNU Software" (maintain.texi), the section called
|
|
"Recording Changes".
|
|
|
|
|
|
George Carrette:
|
|
wrote files present in Siod version 2.3, released in December of 1989.
|
|
|
|
Aubrey Jaffer:
|
|
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.
|
|
|
|
Gary Houston: changes to many files in libguile.
|
|
wrote: libguile/socket.c, ice-9/expect.scm
|
|
|
|
Tom Lord: Many changes throughout.
|
|
In the subdirectory ice-9, wrote:
|
|
Makefile.in configure.in lineio.scm poe.scm
|
|
boot-9.scm hcons.scm mapping.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 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.
|
|
|
|
Mark Galassi:
|
|
Designed and implemented the high-level libguile API (the @code{gh_}
|
|
interface), based largely on the defunct @code{gscm_} interface. In the
|
|
subdirectory libguile, wrote:
|
|
gh.h gh_funcs.c gh_list.c gh_test_repl.c
|
|
gh_data.c gh_init.c gh_predicates.c
|
|
gh_eval.c gh_io.c gh_test_c.c
|