From 0682f7ab1dfa23adbf85435d5884b0ec91956a53 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 14 Oct 1996 00:58:55 +0000 Subject: [PATCH] *** empty log message *** --- AUTHORS | 9 ++++----- README | 12 +++++++----- libguile/ChangeLog | 6 ++++++ 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 * stime.c, stime.h: use SCM_P method. +Sat Oct 12 16:16:25 1996 Jim Blandy + + * 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 * eval.c (scm_nconc2last): Revert last change; there seems to be