From 335df0e83e89618be6426849d1f2347c3c41a8e7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 11 Oct 1998 20:35:28 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 98c6f1b79..8a801b589 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 1998-10-11 Jim Blandy + * libguile.h: Don't omit the dynamic linking functions. (Thanks + to Greg Badros.) + * genio.c (scm_do_read_line): Count lines correctly when the file doesn't end in a newline.