diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-09-29 19:59:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-09-29 19:59:22 +0000 |
commit | 61a9ba48629201402fa7032b7cdc6cce020c2268 (patch) | |
tree | fd7d7aaa61f9e359b96a176e59bb6d0c8f758483 | |
parent | 4a1c172e6972a659c00796ce307c56a2b1bd679a (diff) | |
download | guile-61a9ba48629201402fa7032b7cdc6cce020c2268.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 12 | ||||
-rw-r--r-- | qt/ChangeLog | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4ee63587f..5afa7e43b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -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 diff --git a/qt/ChangeLog b/qt/ChangeLog index 0a21ce853..12369f8e2 100644 --- a/qt/ChangeLog +++ b/qt/ChangeLog @@ -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. |