On 6/14/05, Peter Bex <[EMAIL PROTECTED]> wrote:
>
> On closer look, the regex "^([\\-A-Za-z0-9]+):[ ]*([^ ].*)$" is obviously
> invalid. The dash after the backslashes is illegal.
> To quote the manpage:
> ``It is illegal for two ranges to share an endpoint, e.g. `a-c-e'.''
>
> If you want to i
On Tue, Jun 14, 2005 at 09:12:52AM +0200, felix winkelmann wrote:
> Oh boy. Do you have PCRE or libc regex? Or are you using pregexp?
I'm not sure. I think it's using libc regex, since ldd doesn't show any
extra libraries (apart from libm) on chicken, libchicken etc.
On closer look, the regex "^
On 6/13/05, felix winkelmann <[EMAIL PROTECTED]> wrote:
> On 6/12/05, Michele Simionato <[EMAIL PROTECTED]> wrote:
> Moreover specifying directories with require-extension is not
> allowed (...and will be documented right now. ;-)
Ok, but then it should NOT work in the interpreter! It gives false
On 6/14/05, Peter Bex <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 14, 2005 at 07:16:33AM +0200, felix winkelmann wrote:
> > I forgot: you also need a new tcp.scm (attached).
> >
> > BTW, is it somehow possible to nail down under what circumstances
> > the error occurs? (client, request/reply data, ..)
On Tue, Jun 14, 2005 at 07:16:33AM +0200, felix winkelmann wrote:
> I forgot: you also need a new tcp.scm (attached).
>
> BTW, is it somehow possible to nail down under what circumstances
> the error occurs? (client, request/reply data, ..)
I didn't think about spiffy-log. I'll see the log when