From 61a9ba48629201402fa7032b7cdc6cce020c2268 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 29 Sep 1998 19:59:22 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 12 ++++++++++++ qt/ChangeLog | 4 ++++ 2 files changed, 16 insertions(+) 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 + + * 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 * 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 + + * stp.h (stp_create): Doc fix. + 1998-07-30 Jim Blandy * qt.h.in (qt_null, qt_error): Add prototypes for these.