1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-01-08 01:28:55 +00:00
parent 332ab3605f
commit 198befde13
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,12 @@
Tue Jan 7 20:02:24 1997 Jim Blandy <jimb@floss.cyclic.com>
* boot-9.scm (and=>): Rename THUNK argument to PROCEDURE, 'cos
that's what it is.
* lineio.scm (make-line-buffering-input-port): Properly test for
the case of an empty buffer list. The old code assumed that '()
was false.
Mon Jan 6 01:13:53 1997 Mikael Djurfeldt <mdj@kenneth>
* * boot-9.scm (use-modules): New macro (from Marius Vollmer).

View file

@ -1,5 +1,8 @@
Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
* objprop.c (scm_object_property): No need to take the CDR of the
value returned by scm_object_properties, since Aug 20 change.
* configure.in: When checking for struct linger, #include
<sys/types.h> as well as <sys/socket.h>. I've never known
<sys/types.h> to cause any portability problems, and Solaris's