From da6929b4b8aef2ca819633079ba3b23a12dbd588 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 14 Jun 1999 16:30:10 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 922f675c4..79e89f3b2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +1999-06-14 Jim Blandy + + * fports.c (local_seek): Signal an error if the seek fails. + * ports.c (scm_lseek): Don't check return value of port's seek + function; it's its job to signal an error if there's a problem. + 1999-06-12 Jim Blandy * strports.c (scm_call_with_output_string): Don't include the