From 198befde139830d44e6b6cecadf23fff26af2b80 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 8 Jan 1997 01:28:55 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 9 +++++++++ libguile/ChangeLog | 3 +++ 2 files changed, 12 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index c948210e3..26f2bdd3d 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,12 @@ +Tue Jan 7 20:02:24 1997 Jim Blandy + + * boot-9.scm (and=>): Rename THUNK argument to PROCEDURE, 'cos + that's what it is. + + * lineio.scm (make-line-buffering-input-port): Properly test for + the case of an empty buffer list. The old code assumed that '() + was false. + Mon Jan 6 01:13:53 1997 Mikael Djurfeldt * * boot-9.scm (use-modules): New macro (from Marius Vollmer). diff --git a/libguile/ChangeLog b/libguile/ChangeLog index cd51ed2ff..d1dcb898d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ Tue Jan 7 18:11:24 1997 Jim Blandy + * objprop.c (scm_object_property): No need to take the CDR of the + value returned by scm_object_properties, since Aug 20 change. + * configure.in: When checking for struct linger, #include as well as . I've never known to cause any portability problems, and Solaris's