1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-09-29 19:59:22 +00:00
parent 4a1c172e69
commit 61a9ba4862
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,15 @@
1998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
* snarf.h: Add SCM_VCELL_INIT and SCM_GLOBAL_VCELL_INIT macros;
these are analogous to SCM_VCELL and SCM_GLOBAL_VCELL but take a
third argument, a C expression that should result in a SCM value,
which is used to initialize the variable. Reimplemented
SCM_CONST_LONG in terms of SCM_VCELL_INIT. (Thanks to Maciej
Stachowiak.)
* version.h (scm_libguile_config_stamp): Add prototype.
(From Maciej Stachowiak.)
1998-09-26 Jim Blandy <jimb@zwingli.cygnus.com>
* eval.c (scm_force): Assert that x is SCM_NIMP to fix segv when

View file

@ -1,3 +1,7 @@
1998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
* stp.h (stp_create): Doc fix.
1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
* qt.h.in (qt_null, qt_error): Add prototypes for these.