From ed6a2db9d7cd31d0b7483c5c7d6803e226439efb Mon Sep 17 00:00:00 2001 From: Dirk Herrmann Date: Wed, 24 Jan 2001 16:06:20 +0000 Subject: [PATCH] * Ooops: Forgot to credit Neil for the bug report. --- THANKS | 1 + libguile/ChangeLog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/THANKS b/THANKS index 1b3ca3414..14825bf91 100644 --- a/THANKS +++ b/THANKS @@ -20,6 +20,7 @@ For fixes or providing information which led to a fix: I. N. Golubev Martin Grabmueller Andres Holst + Neil Jerram Brad Knotwell Matthias Köppe Bruce Korb diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 586663225..3fa5ceda2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2001-01-24 Dirk Herrmann + This patch modifies scm_display_error to perform parameter + checking. Thanks to Neil Jerram for the bug report. + * backtrace.[ch] (scm_i_display_error): New function. * backtrace.c (scm_display_error): Added parameter check and