From c29ee3e5094c9a2cb6e46002880c268a54a33b66 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 5 Jun 2000 22:58:12 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 220f54422..13412c688 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2000-06-06 Marius Vollmer + + * scmsigs.c (scm_sigaction): Silently ignore setting handlers for + `program error signals' because they can't currently be handled by + Scheme code. + 2000-06-05 Dirk Herrmann * procs.h (SCM_SET_SUBRF): Added. @@ -32,6 +38,7 @@ validate.h (SCM_VALIDATE_BOOL_COPY, SCM_VALIDATE_PROC): Replace uses of SCM_TRUE_P (x) with SCM_EQ_P (x, SCM_BOOL_T). +>>>>>>> 1.990 2000-06-04 Mikael Djurfeldt * eval.c (scm_badformalsp): New static function.