diff --git a/THANKS b/THANKS index 9259aa44e..8c7483475 100644 --- a/THANKS +++ b/THANKS @@ -6,13 +6,14 @@ The Guile core distribution: Bug reports and fixes from: + Greg Badros Aleksandar Bakic Marcus Daniels Fred Fish Jesse N. Glick Bill Janssen -Christopher Lee Shiro Kawai +Christopher Lee Roland McGrath Clark McGrew Thomas Morgan diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4cf1e326b..f8eb2ce97 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 3 12:23:06 1997 Jim Blandy + + * ports.c (scm_close_port): Make sure the port is open before + trying to close it. + + * guile-snarf.in: Pass args through to gcc in a way that preserves + whitespace boundaries. (Thanks to Greg Badros.) + 1997-12-02 Tim Pierce * stacks.c (scm_frame_procedure): Reverse the logic in the return