diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 56427ffa7..12c8c54c4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2000-06-14 Gary Houston + + * scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not + defined, add SA_RESTART to the sigaction flags correctly + (thanks to Dale P. Smith). + 2000-06-13 Mikael Djurfeldt * strings.c: #include . (Thanks to Bill Schottstaedt.)