Re: [Chicken-users] http egg can't parse valid HTTP headers

2009-02-06 Thread Drew Hess
Peter Bex writes: > For the time being, I changed the HTTP egg's regex to remove the > "nonspace character" match at the start of the submatch group, so > "Foo: " and "Foo:" are allowed header values. Please give the new trunk > a shot, and let me know whether it works for you. Hi Peter, Yes, t

[Chicken-users] Scheme-based build system for Chicken

2009-02-06 Thread Ivan Raikov
Dear all, Some time last December, I made a partial port of the Chicken build system to Scheme, and I got as far as getting Chicken 3 to build under Linux, Mac OS, and Mingw+msys. The code consists mainly of the PLT make macro, some FFI definitions to support I/O pipe functionality under bot

Re: [Chicken-users] SDL egg: SDL_GL_SwapBuffers() not implemented?

2009-02-06 Thread Stephen Eilert
On Tue, Feb 3, 2009 at 2:40 PM, felix winkelmann wrote: > On Tue, Feb 3, 2009 at 2:08 PM, Koen Weddepohl > wrote: > > Greetings, > > > > I'm interested in using Chicken for homebrew game development. > > > > Anyway, I've been trying to get the SDL egg to work with the OpenGL egg. > > However, I

Re: [Chicken-users] http egg can't parse valid HTTP headers

2009-02-06 Thread Peter Bex
On Thu, Feb 05, 2009 at 04:28:59PM -0800, Drew Hess wrote: > Hi Peter, > > Yes, that fix works for the particular case I was having a problem > with. Thanks for updating the egg. Any idea when it'll be released? I just released it. It should appear in the egg repository shortly. Thanks for repor

Re: [Chicken-users] Scheme-based build system for Chicken

2009-02-06 Thread felix winkelmann
On Fri, Feb 6, 2009 at 1:57 AM, Ivan Raikov wrote: > > Dear all, > > Some time last December, I made a partial port of the Chicken > build system to Scheme, and I got as far as getting Chicken 3 to build > under Linux, Mac OS, and Mingw+msys. The code consists mainly of the > PLT make macro, s

Re: [Chicken-users] chicken-primitive-inlines.scm

2009-02-06 Thread felix winkelmann
On Thu, Feb 5, 2009 at 7:34 AM, Jim Ursetto wrote: > On Mon, Feb 2, 2009 at 12:07 PM, Kon Lovett wrote: >> (##sys#slot l 1) -> (%cdr l) >> (##sys#setslot l 1 x) -> (%set-cdr l x) > > I was wondering. The compiler already inlines primitives when > usual-integrations is in effect. Would it not

Re: [Chicken-users] Cryptographic eggs

2009-02-06 Thread Alaric Snell-Pym
A new version of aes with the hexstring stuff stripped out, and a new crypto-tools egg with the hexstring stuff in *and* an implementation of CBC in are now in SVN. I'd like to add some other modes to the crypto-tools egg, such as HMAC stuff, as time permits. But, first, I'm going to go and add