summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-10-14 00:58:55 +0000
committerJim Blandy <jimb@red-bean.com>1996-10-14 00:58:55 +0000
commit0682f7ab1dfa23adbf85435d5884b0ec91956a53 (patch)
treeb120cbdf366417b0a3c0df0d0f6c4c9151ac81a5
parentb145c1720c808c2cbeb7e98ec462a4e3efd858f1 (diff)
downloadguile-0682f7ab1dfa23adbf85435d5884b0ec91956a53.tar.gz
*** empty log message ***
-rw-r--r--AUTHORS9
-rw-r--r--README12
-rw-r--r--libguile/ChangeLog6
3 files changed, 17 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index 8cba90ace..17903b0a2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
diff --git a/README b/README
index bd83b601b..97bfc3fa2 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 5bb6f45e7..4cf28910f 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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