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