1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-14 00:58:55 +00:00
parent b145c1720c
commit 0682f7ab1d
3 changed files with 17 additions and 10 deletions

View file

@ -19,9 +19,8 @@ subdirectories ctax, gtcltk-lib, guile, ice-9, lang, and rx. In doc,
wrote ctax.texi, gtcltk.texi, in.texi, lang.texi, and major portions
of guile.texi.
Mikael Djurfeldt: wrote debug.c, debug.h, options.c, options.h,
srcprop.c, srcprop.h. Many changes throughout.
Anthony Green: wrote the original code in the 'threads' directory.
David Keppel wrote the 'qt' threads package. Other contributors
include: Weihaw Chuang, Richard O'Keefe, Laurent Perron, John Polstra,
Shinji Suzuki, and Assar Westerlund. Uwe Reder wrote the HP-PA port.
Mikael Djurfeldt: wrote debug.c, debug.h, options.c, options.h,
srcprop.c, srcprop.h. Rewrote the code in 'threads'. Many changes
throughout.

12
README
View file

@ -49,11 +49,17 @@ ice-9: Guile's module system, initialization code, and other infrastructure.
lang: A Guile module of tools for writing lexical analyzers and parsers.
ctax: A Guile module providing a C-like syntax for Scheme.
gtcltk-lib:
Glue code for talking to tcl/tk from Guile. The Tcl/Tk
Glue code for talking to Tcl/Tk from Guile. The Tcl/Tk
developers have big plans for the next major release of Tcl/Tk
which will make possible a clean, direct interface between
Guile and Tk, so we're providing this very simple-minded
interface until that's ready.
threads: Glue code for using various threads packages from Guile, including
qt (see below).
This distribution also includes `qt', a cooperative threads package
from Washington University, which Guile can use. Qt is under a
separate copyright; see `qt/README' for more details.
The mailing list `guile@cygnus.com' carries discussions, questions,
and often answers, about Guile. To subscribe, send mail to
@ -77,10 +83,6 @@ expression matcher.
Gary Houston wrote the Unix system call support, including the socket
support.
The `qt' threads library was written by David Keppel; contributors to
it include: Weihaw Chuang, Richard O'Keefe, Laurent Perron, John
Polstra, Shinji Suzuki, Assar Westerlund, and Uwe Reder.
Anthony Green wrote the original version of `threads' the interface
between Guile and qt.

View file

@ -6,6 +6,12 @@ Sat Oct 12 21:49:29 1996 Gary Houston <ghouston@actrix.gen.nz>
* stime.c, stime.h: use SCM_P method.
Sat Oct 12 16:16:25 1996 Jim Blandy <jimb@floss.cyclic.com>
* eval.c (scm_nconc2last): Don't accept an empty list; apply must
be given at least two arguments. Insist that lst's last element
be a list, but don't make any requirements of its predecessors.
Fri Oct 11 03:58:25 1996 Jim Blandy <jimb@floss.cyclic.com>
* eval.c (scm_nconc2last): Revert last change; there seems to be