Re: Unbuffered socket I/O

2007-03-05 Thread Kevin Ryde
[EMAIL PROTECTED] (Ludovic Courtès) writes: > > +SCM_DEFINE (scm_setvbuf_output, "setvbuf-output", 2, 0, 0, > + (SCM port, SCM size), Can that take a mode, so it's possible to set _IOLBF ? setvbuf-input could also take a mode, though _IOLBF wouldn't be wanted there, but it'd make the args

Re: make-vtable

2007-03-05 Thread Kevin Ryde
I'm looking at the code below for my new `make-vtable'. I'm still not completely convinced it's a great idea, but it does at least find a use in stacks.c, so it can't be all bad! --- struct.c.~1.111.2.6.~ 2007-03-06 11:19:49.0 +1100 +++ struct.c 2007-03-06 11:20:55.0 +1100 @@ -560