From 3785f31772a7f7763aeebe14b6ef4e9a8068e3fc Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Sun, 18 Jun 2000 22:30:25 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f5fafe6de..97e004b23 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 18 14:45:21 2000 Greg J. Badros + + * print.c (s_scm_current_pstate): Do not segfault when the + print_state_pool is unitialized in `current-pstate', and better + verify its state before altering it in scm_make_print_state(). + 2000-06-18 Michael Livshin * scmsigs.c (s_scm_sigaction): guard the SIGIOT case with an