dot, dot-dot and apr_dir_read

2004-02-16 Thread Philip Martin
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231364 is a Debian bug report of an "svnadmin hotcopy" that fails because it appears to try to create a file before the parent directory exists. The bug report prompted me to look at the hotcopy code and I see that it uses svn_io_dir_walk and that i

Fix build on amd64 platform by importing new config.{guess,sub}

2004-02-16 Thread Craig Rodrigues
Hi, This patch imports config.{guess,sub} from autoconf 2.59, and also adds in the Apache specific changes to those files. It fixes building apr on amd64 platforms. -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED] Index: config.guess ===

Re: [PATCH] don't overlay storage selecting on big fd

2004-02-16 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: Jeff Trawick wrote: FD_SET is rather unfriendly if you give it a file descriptor that is >= FD_SETSIZE. It will overlay storage. Any comments? Yeah, the error code sucks. APR_ENOPOLL? APR_ENOSOCKET? What's wrong with APR_EBADF? That give me a good hint of what the

Re: [PATCH] don't overlay storage selecting on big fd

2004-02-16 Thread gregames
Jeff Trawick wrote: FD_SET is rather unfriendly if you give it a file descriptor that is >= FD_SETSIZE. It will overlay storage. Any comments? Yeah, the error code sucks. APR_ENOPOLL? APR_ENOSOCKET? What's wrong with APR_EBADF? That give me a good hint of what the problem is without having

Re: [Fwd: 2 questions about apr_poll]

2004-02-16 Thread Bill Stoddard
Marco Spinetti wrote: Can anyone give me a response? Any kind of response. Please help me. Thanks, regards --Marco I don't think anyone has actually tried to use the pollset API to implement anything useful (I'd be happy to hear othereise). I know a few of us are interested in doing some event dri

[Fwd: 2 questions about apr_poll]

2004-02-16 Thread Marco Spinetti
Can anyone give me a response? Any kind of response. Please help me. Thanks, regards --Marco Original Message Subject:2 questions about apr_poll Date: Mon, 02 Feb 2004 09:29:20 +0100 From: Marco Spinetti <[EMAIL PROTECTED]> To: dev-apr Hi all, I developed a libr