[Chicken-users] wishlist: tcp.scm (tcp-port-numbers)

2005-11-15 Thread Daishi Kato
As far as I understand, there is no way in tcp.scm, to get port numbers of connected sockets. tcp-addresses is available, which returns only IP addresses. tcp-addresses could be modified so that it returns four values including port numbers, however, for backward compatibility I would suggest

Re: [Chicken-users] foreign record and names

2005-11-15 Thread felix winkelmann
On 11/13/05, Pupeno [EMAIL PROTECTED] wrote: Hello, Is there any way to define how the selectors and setters are going to be called in a foreign record ? XEvent-sent_event is... well, not nice. I have added a declaration construct to `define-foreign-record', so you would want to do something

Re: [Chicken-users] udp.scm on cygwin

2005-11-15 Thread felix winkelmann
On 11/12/05, David Janssens [EMAIL PROTECTED] wrote: Hello, udp-recvfrom doesnt seem to work under cygwin with chicken v2.2. (Bad address error) The problem is actually not the `let-location', but the type of the last parameter to `udp-recvfrom'. I have fixed that and uploaded a new version,

[Chicken-users] Re: a http-server bug

2005-11-15 Thread felix winkelmann
On 11/10/05, Daishi Kato [EMAIL PROTECTED] wrote: Well, here is another bug report for http-server. When a client requests to a server with HTTP/1.1 or HTTP/1.0 with a Connection: keep-alive header, and the server does not have the resouce and responsing 404, the server sends Connection:

[Chicken-users] sassy

2005-11-15 Thread felix winkelmann
Hi! sassy, Jonathan Kraut's x86 assembler is available as an egg now: http://www.call-with-current-continuation.org/eggs/sassy.html cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org

A word about serialization (Re: [Chicken-users] s11n + rpc)

2005-11-15 Thread felix winkelmann
Some technical information about the current implementation of serialization may be in order: As long as no procedures or continuations are serializated, it shouldn't be too hard to add more robustness and portability to its format. But once procedures enter the scene things can get so ugly, that

Re: [Chicken-users] sassy and libffi

2005-11-15 Thread Brandon J. Van Every
felix winkelmann wrote: Hi! sassy, Jonathan Kraut's x86 assembler is available as an egg now: http://www.call-with-current-continuation.org/eggs/sassy.html I notice it requires libffi. Anyone know how deeply tied to libffi it is? As a Windows guy who'd like to get away with MinGW for

Re: [Chicken-users] sassy and libffi

2005-11-15 Thread Alex Shinn
At Tue, 15 Nov 2005 16:52:21 -0800, Brandon J. Van Every wrote: felix winkelmann wrote: Hi! sassy, Jonathan Kraut's x86 assembler is available as an egg now: http://www.call-with-current-continuation.org/eggs/sassy.html I notice it requires libffi. Anyone know how deeply tied

[Chicken-users] tagging pointers.

2005-11-15 Thread Pupeno
Hello, I am playing with tagging pointers, I get a pointer somehow [1] and then try to tag it: #;4 (tag-pointer dpy 'x-display) Error: unprintable non-immediate object encountered As Riastradh suggested, it seems the printer can't deal with tagged pointers. So I thought about working with it

Re: [Chicken-users] tagging pointers.

2005-11-15 Thread Pupeno
I tried with the lattest from darcs, same result. -- Pupeno [EMAIL PROTECTED] (http://pupeno.com) pgpQqzu4fQbXp.pgp Description: PGP signature ___ Chicken-users mailing list Chicken-users@nongnu.org