diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-05-27 02:38:45 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-05-27 02:38:45 +0000 |
commit | 33623b5ea7b84d7bd66f985052c9dba6daea38cf (patch) | |
tree | 3007d92a429621f163b2017750e7876182ecf3da | |
parent | 2221ecf5eedbbff652f4b79237d2e3637d1bc6fd (diff) | |
download | guile-33623b5ea7b84d7bd66f985052c9dba6daea38cf.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <jimb@floss.cyclic.com> + * 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) |