Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-16 Thread Alex Shinn
Fixed. On Tue, Jan 4, 2011 at 8:08 PM, Christian Kellermann ck...@pestilenz.org wrote: Dear Alex, * Alex Shinn alexsh...@gmail.com [110104 03:38]: I'll double check some of these cases and release a new version shortly. While you are at the code, can you change the one 'noop' symbol to

[Chicken-users] Re: utf8 open tickets

2011-01-16 Thread Alex Shinn
Hi, sorry for the delay. On Sat, Jan 15, 2011 at 12:30 AM, .alyn.post. alyn.p...@lodockikumazvati.org wrote: I have two open tickets against the utf8 egg:  https://bugs.call-cc.org/ticket/423 I haven't decided how to handle this yet, but it will probably result in splitting all of the utf8

Re: [Chicken-users] Need help on sxpath/txpath

2011-01-16 Thread Peter Bex
On Sun, Jan 16, 2011 at 03:49:41PM +0900, Daishi Kato wrote: Hi, I'm porting one of my projects from chicken-3.2.0 to chicken-4.6.0. (And thus found a bug in http-client.) It seems like the previous sxpath doesn't work on the new one. Could anybody help how I can fix this? The sxpath

Re: [Chicken-users] http-client and set-cookie

2011-01-16 Thread Peter Bex
On Sun, Jan 16, 2011 at 11:29:16AM +0900, Daishi Kato wrote: It worked. Thanks so much. You're welcome, and thanks for reporting this! I've tagged a new http-client version (0.4) containing several other bugfixes as well. So, (get-param 'path c) actually returns a uri-common object. I see.

Re: [Chicken-users] Need help on sxpath/txpath

2011-01-16 Thread Daishi Kato
Here you go. --daishi CHICKEN (c)2008-2010 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.6.0 linux-unix-gnu-x86 [ manyargs dload ptables ] compiled 2011-01-11 on spirits (Linux) #;1 (use sxpath htmlprag utils) ; loading /usr/local/chicken-4.6.0/lib/chicken/5/sxpath.import.so ... ;

Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicken 4.6.0)

2011-01-16 Thread Felix
From: David Dreisigmeyer dwdreisigme...@gmail.com Subject: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicken 4.6.0) Date: Sat, 15 Jan 2011 10:03:13 -0500 void setup (void) { CHICKEN_run(C_toplevel); printf(Chicken setup successful); } Should this use

Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicken 4.6.0)

2011-01-16 Thread Felix
From: David Dreisigmeyer dwdreisigme...@gmail.com Subject: Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicken 4.6.0) Date: Sat, 15 Jan 2011 12:00:43 -0500 Also, if I use this Makefile: CC = gcc-4.2 CHICKEN_LIB = /usr/local/lib LIB = /usr/lib CHICKEN_INC =

Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicken 4.6.0)

2011-01-16 Thread Felix
From: David Dreisigmeyer dwdreisigme...@gmail.com Subject: Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicken 4.6.0) Date: Sat, 15 Jan 2011 15:19:17 -0500 Using this: CHICKEN_run(CHICKEN_default_toplevel); gets my code running. This would seem to be fine if I was

Re: [Chicken-users] Re: utf8 open tickets

2011-01-16 Thread Alan Post
On Sun, Jan 16, 2011 at 06:41:34PM +0900, Alex Shinn wrote: Hi, sorry for the delay. On Sat, Jan 15, 2011 at 12:30 AM, .alyn.post. alyn.p...@lodockikumazvati.org wrote: I have two open tickets against the utf8 egg:  https://bugs.call-cc.org/ticket/423 I haven't decided how to handle

[Chicken-users] Re: sqlite3 egg still failing in experimental branch

2011-01-16 Thread Alan Post
On Sat, Jan 15, 2011 at 03:51:45PM +0100, Thomas Chust wrote: 2011/1/15 Alan Post alanp...@sunflowerriver.org: 2011/1/14 .alyn.post. alyn.p...@lodockikumazvati.org: [...] The sqlite3 is still failing to compile in the experimental branch: [...] [...] I believe the attached patch

[Chicken-users] Re: sqlite3 egg still failing in experimental branch

2011-01-16 Thread Thomas Chust
2011/1/16 Alan Post alanp...@sunflowerriver.org: [...] I notice that you removed code adding |current-milliseconds| (presumably now |current-seconds|) to the timeout.  This was intentional? [...] Hello Alan, yes, this was intentional: The way I understand it, thread-sleep! can either be

[Chicken-users] coops

2011-01-16 Thread schugk
Hi, i am playing around with coops and have some problems with list and pair. I know that are fixed in version 1.1 but i can download 1.0 only via chicken-install. The next point is that the performance is not as good as expected. Are there any tricks? For example i have a method

Re: [Chicken-users] coops

2011-01-16 Thread Felix
From: sch...@uni-potsdam.de Subject: [Chicken-users] coops Date: Mon, 17 Jan 2011 03:39:45 +0100 Hi, i am playing around with coops and have some problems with list and pair. I know that are fixed in version 1.1 but i can download 1.0 only via chicken-install. The version you install is