diff options
-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. |