mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
*** empty log message ***
This commit is contained in:
parent
eed6e03e7e
commit
9a3c114901
2 changed files with 6 additions and 1 deletions
2
README
2
README
|
@ -38,7 +38,7 @@ libguile:
|
||||||
for you to link with your programs, and the executable you can run.
|
for you to link with your programs, and the executable you can run.
|
||||||
ice-9: Guile's module system, initialization code, and other infrastructure.
|
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
|
which Guile can use. If you configure Guile with the
|
||||||
--with-threads flag, you will need to link against the -lqt
|
--with-threads flag, you will need to link against the -lqt
|
||||||
library, found in this directory. Qt is under a separate
|
library, found in this directory. Qt is under a separate
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
1998-09-26 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
* 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 <jimb@zwingli.cygnus.com>
|
1998-09-06 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* print.c (scm_iprin1): Rather than having one i, and using it in
|
* print.c (scm_iprin1): Rather than having one i, and using it in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue