From 6dabf6a95cc6e653dced403a52e446b20a9d014c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 7 Jun 1998 02:14:42 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2d1acf906..89a4af103 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +1998-06-07 Mikael Djurfeldt + + * debug.h, debug.c (scm_start_stack): New function. Implements + the guts of old scm_m_start_stack. + + * debug.c (scm_m_start_stack): Use scm_start_stack. + + * init.c (scm_start_stack, scm_restart_stack): Renamed to + start_stack and restart_stack. (These have static scope.) + 1998-05-19 Mikael Djurfeldt * readline.c (rl_cleanup_after_signals, rl_free_line_state): New