From 0757681299c8240f223b5cb47b42703efa0d5d9a Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 26 Mar 2001 22:43:50 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6856da998..a3da5db42 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,29 @@ +2001-03-27 Marius Vollmer + + * values.h (scm_values_vtable, SCM_VALUESP): Moved here so that + eval.c can use it. + (scm_call_with_values): Removed. + * values.c (values_vtable, scm_values_vtable): Added "scm_" prefix + so that it can be exported. + (scm_call_with_values): Removed. + + * tags.h (SCM_IM_CALL_WITH_VALUES): New isym. + * eval.c: Include "libguile/values.h" + (scm_m_at_call_with_values, scm_sym_at_call_with_values): + New. + (unmemocopy, scm_ceval, scm_deval): Handle new isym. + * eval.h (scm_sym_at_call_with_values, scm_m_at_call_with_values): + New delcarations to support above change. + + * eval.c (scm_primitive_eval_x, scm_primitive_eval): Fix syntax + errors with last change. + +2001-03-25 Marius Vollmer + + * eval.c (scm_primitive_eval_x, scm_primitive_eval, scm_i_eval_x, + scm_i_eval): Moved the application of the system transformer from + scm_i_eval to scm_primitive_eval. + 2001-03-23 Neil Jerram * guile-snarf.awk.in: Substitute "\\" with "\" in .doc output.