summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-05-27 02:38:45 +0000
committerJim Blandy <jimb@red-bean.com>1997-05-27 02:38:45 +0000
commit33623b5ea7b84d7bd66f985052c9dba6daea38cf (patch)
tree3007d92a429621f163b2017750e7876182ecf3da
parent2221ecf5eedbbff652f4b79237d2e3637d1bc6fd (diff)
downloadguile-33623b5ea7b84d7bd66f985052c9dba6daea38cf.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog10
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)