From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Unbuffered socket I/O Date: Tue, 06 Mar 2007 10:15:36 +1100 Message-ID: <877itv1duv.fsf@zip.com.au> References: <87mz34ol6r.fsf@laas.fr> <87abz13kxl.fsf@zip.com.au> <877iu59fm8.fsf@laas.fr> <87slcsfqk4.fsf@zip.com.au> <87fy8qlik1.fsf@laas.fr> <874pp69ex0.fsf@zip.com.au> <87bqjd6y6m.fsf@laas.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1173136559 1258 80.91.229.12 (5 Mar 2007 23:15:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2007 23:15:59 +0000 (UTC) To: Guile-Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 06 00:15:53 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HOMPH-0000Mz-Uh for guile-devel@m.gmane.org; Tue, 06 Mar 2007 00:15:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOMPH-0000Vj-KV for guile-devel@m.gmane.org; Mon, 05 Mar 2007 18:15:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOMPD-0000Vc-0c for guile-devel@gnu.org; Mon, 05 Mar 2007 18:15:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOMPA-0000VQ-Ty for guile-devel@gnu.org; Mon, 05 Mar 2007 18:15:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOMPA-0000VL-PC for guile-devel@gnu.org; Mon, 05 Mar 2007 18:15:44 -0500 Original-Received: from mailout1-8.pacific.net.au ([61.8.2.215] helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOMPA-0001Bj-Bg for guile-devel@gnu.org; Mon, 05 Mar 2007 18:15:44 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 9C29D5BFC1C for ; Tue, 6 Mar 2007 10:15:40 +1100 (EST) Original-Received: from localhost (ppp2766.dyn.pacific.net.au [61.8.39.102]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 25D8F8C57 for ; Tue, 6 Mar 2007 10:15:40 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1HOMP3-0003on-QT for guile-devel@gnu.org; Tue, 06 Mar 2007 10:15:37 +1100 Mail-Copies-To: never In-Reply-To: <87bqjd6y6m.fsf@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Thu, 01 Mar 2007 11:44:01 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6589 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) 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 the same for all three funcs - the input and output versions being the same as the main except only operating on one side. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel