diff options
-rw-r--r-- | libguile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <mdj@barbara.nada.kth.se> + + * 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 <mdj@mdj.nada.kth.se> * readline.c (rl_cleanup_after_signals, rl_free_line_state): New |