Re: [Chicken-users] tcp-connect open ports problem

2009-04-05 Thread Kon Lovett
On Apr 5, 2009, at 7:03 AM, Matt Jones wrote: Hi folks, I'm having an issue with the tcp-connect function. When it fails to connect, it seems not to clean up properly, so that I end up with lots of open ports. Try this code: (require-extension tcp) (define (error-info e)

Re: [Chicken-users] -prologue

2009-04-05 Thread felix winkelmann
On Thu, Mar 26, 2009 at 5:08 AM, Eduardo Cavazos wayo.cava...@gmail.com wrote: Hello, I just noticed that something like this: csc somefile.scm -dynamic -prologue SOME-DIRECTORY doesn't produce an error. Does it make sense to pass a directory to '-prologue'? Just wondering if maybe

Re: [Chicken-users] tcp-connect open ports problem

2009-04-05 Thread Matt Jones
Kon Lovett wrote: Versions before 3.0 are unsupported AFAIK. Packaged sources are available at the Chicken website: http://call-with-current-continuation.org as are instructions for accessing the source repository. Thanks for the tip. I have upgraded to version 3.4. The problem

Re: [Chicken-users] Re: Trac moving to new server

2009-04-05 Thread felix winkelmann
On Tue, Mar 31, 2009 at 9:24 PM, Arto Bendiken arto.bendi...@gmail.com wrote: Also, I've asked Mario to change the Galinha repository rsync so that http://trac.callcc.org/timeline will start showing the latest updates again. Unless anyone is experiencing some new unexpected problems, this

Re: [Chicken-users] srfi-27 on chicken 4

2009-04-05 Thread felix winkelmann
On Wed, Apr 1, 2009 at 4:25 AM, Kon Lovett klov...@pacbell.net wrote: On Mar 31, 2009, at 7:02 PM, Eduardo Cavazos wrote: Hello, No pressure or rush. :-) I'm just planning ahead. Do y'all intend to offer SRFI-27 for Chicken 4? Short answer - Yes. Long answer - Need to port 'lexmod' 1st

Re: [Chicken-users] tcp-connect open ports problem

2009-04-05 Thread felix winkelmann
On Sun, Apr 5, 2009 at 11:29 PM, Matt Jones m...@momoweb.co.uk wrote: Kon Lovett wrote: Versions before 3.0 are unsupported AFAIK. Packaged sources are available at the Chicken website: http://call-with-current-continuation.org as are instructions for accessing the source repository.

Re: [Chicken-users] tcp-connect open ports problem

2009-04-05 Thread Matt Jones
felix winkelmann wrote: On Sun, Apr 5, 2009 at 11:29 PM, Matt Jones m...@momoweb.co.uk wrote: Kon Lovett wrote: Versions before 3.0 are unsupported AFAIK. Packaged sources are available at the Chicken website: http://call-with-current-continuation.org as are instructions for accessing the

[Chicken-users] Ann.: CHICKEN 4.0.0 released

2009-04-05 Thread felix winkelmann
Yo! Version 4.0.0 of CHICKEN, the portable and practical Scheme system has been released. In addition to many bugfixes and cleaning up, it provides the following significant changes: - PCRE has been replaced by Alex Shinn's excellent IrRegex regular expression package (while still being API

Re: [Chicken-users] tcp-connect open ports problem

2009-04-05 Thread felix winkelmann
On Mon, Apr 6, 2009 at 1:22 AM, Matt Jones m...@momoweb.co.uk wrote: (BTW, this part of my message above The function 'fail appears to close the port -- (##net#close s) -- but somehow these ports end up open and accumulate. refers to the code in Chicken's tcp.scm, in the definition of

Re: [Chicken-users] Ann.: CHICKEN 4.0.0 released

2009-04-05 Thread Leonardo Valeri Manera
\o/ ... again! \o/ Also: kitten-technologies? :3 Finally: elf, did you fix the msvc mess? :D Cheers, Leo ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Ann.: CHICKEN 4.0.0 released

2009-04-05 Thread Elf
Erm, i wasnt aware i was supposed to fix the msvc mess, as i dont have access to a machine running msvc. i thought felix was working on msvc. sorry :) -elf On Mon, 6 Apr 2009, Leonardo Valeri Manera wrote: \o/ ... again! \o/ Also: kitten-technologies? :3 Finally: elf, did you fix the

Re: [Chicken-users] tcp-connect open ports problem

2009-04-05 Thread Matt Jones
felix winkelmann wrote: On Mon, Apr 6, 2009 at 1:22 AM, Matt Jones m...@momoweb.co.uk wrote: (BTW, this part of my message above The function 'fail appears to close the port -- (##net#close s) -- but somehow these ports end up open and accumulate. refers to the code in Chicken's tcp.scm, in

Re: [Chicken-users] Ann.: CHICKEN 4.0.0 released

2009-04-05 Thread Leonardo Valeri Manera
Anyway, Makefile.msvc grief: its using 'cat' where the CMD.EXE mingw makefile isnt. This is a pain because that comes in the coreutils package along with GNU link which causes the msvc linker to be shadowed. Subsequently it falls on its face with a: link -nologo -dll chicken.import.o -out: