From 33623b5ea7b84d7bd66f985052c9dba6daea38cf Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 27 May 1997 02:38:45 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 02a57554d..a22dfba27 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,15 @@ Mon May 26 18:51:29 1997 Jim Blandy + * fports.c (print_pipe_port): New function. + (scm_fptob): Use print_pipe_port instead of scm_prinport; the + latter doesn't even take the right arguments. + + * Makefile.am: Increment shared lib revision number. I think + sometimes the uninstalled Guile finds the installed shared lib; + Gord says doing this might help. As things turned out, I can't + say whether it does. + * Makefile.in: Regenerated. + * gh_init.c (gh_enter): Cast c_main_prog to a void * before passing it as the closure argument to scm_boot_guile. (Bill Janssen)