From 9a3c114901f021acf0b54d4f6306b20c4c07a36a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 26 Sep 1998 09:57:49 +0000 Subject: [PATCH] *** empty log message *** --- README | 2 +- libguile/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 8e047c86a..b3cc2d338 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ libguile: for you to link with your programs, and the executable you can run. ice-9: Guile's module system, initialization code, and other infrastructure. -qt: A cooperative threads package from Washington University, +qt: A cooperative threads package from the University of Washington, which Guile can use. If you configure Guile with the --with-threads flag, you will need to link against the -lqt library, found in this directory. Qt is under a separate diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 663337ea0..4ee63587f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +1998-09-26 Jim Blandy + + * eval.c (scm_force): Assert that x is SCM_NIMP to fix segv when + (force 9) is tried. (Thanks to Karl M. Hegbloom.) + 1998-09-06 Jim Blandy * print.c (scm_iprin1): Rather than having one i, and using it in -- 2.20.1