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