Re: New apr_poll() implementation

2002-07-09 Thread Justin Erenkrantz
On Sat, Jul 06, 2002 at 12:11:59PM -0700, Ryan Bloom wrote: > parameters. I would like to fix that mistake for apr_poll now, as long > as we are changing the implementation. Getting back to this conversation for a brief second, I think the additional parameter with the fd count is unneeded (but f

RE: New apr_poll() implementation

2002-07-09 Thread Sander Striker
> From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] > Sent: 09 July 2002 09:44 > On Sat, Jul 06, 2002 at 12:11:59PM -0700, Ryan Bloom wrote: > > parameters. I would like to fix that mistake for apr_poll now, as long > > as we are changing the implementation. > > Getting back to this conversation

Re: New Test Suite

2002-07-09 Thread Pier Fumagalli
Ryan Bloom <[EMAIL PROTECTED]> wrote: > Check is a lot more than two files, and the port to Windows could be > kind of tough. The problem is that it requires fork() for a lot of what > it does, and although I haven't looked at the code in great depth, the > parts I have looked at just look very U

RE: New Test Suite

2002-07-09 Thread Sander Striker
> From: Ryan Bloom [mailto:[EMAIL PROTECTED] > Sent: 08 July 2002 16:06 > Okay, I have looked at two different test suite options. > > 1) Check -- GPL licensed. Doesn't work on Windows. > http://check.sourceforge.net/ > > 2) CuTest -- Zlib license. Doesn't currently work on Unix, but I

[PATCH] Modifications to egd/prngd support

2002-07-09 Thread Victor J. Orlikowski
The following patch, for which I have to give much credit for the inspiration to the OpenSSL guys, allows one to simply do a --with-egd when doing a configure, which will cause the probe of a set of pre-determined sockets for egd. One can still do a --with-egd=blah with this patch. Looking for com

RE: New apr_poll() implementation

2002-07-09 Thread Ryan Bloom
> From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] > > On Sat, Jul 06, 2002 at 12:11:59PM -0700, Ryan Bloom wrote: > > parameters. I would like to fix that mistake for apr_poll now, as long > > as we are changing the implementation. > > Getting back to this conversation for a brief second, I th

RE: New Test Suite

2002-07-09 Thread Ryan Bloom
> > Okay, I have looked at two different test suite options. > > > > 1) Check -- GPL licensed. Doesn't work on Windows. > > http://check.sourceforge.net/ > > > > 2) CuTest -- Zlib license. Doesn't currently work on Unix, but I > > have patches already. I'll be submitting them later today

RE: New apr_poll() implementation

2002-07-09 Thread Ryan Bloom
> From: Ryan Bloom [mailto:[EMAIL PROTECTED] > > > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] > > > > On Sat, Jul 06, 2002 at 12:11:59PM -0700, Ryan Bloom wrote: > > > parameters. I would like to fix that mistake for apr_poll now, as > long > > > as we are changing the implementation. > >

Re: New Test Suite

2002-07-09 Thread Ben Collins-Sussman
"Sander Striker" <[EMAIL PROTECTED]> writes: > Why don't you take a look at the test framework that was cooked up > in subversion? > > http://svn.collab.net/repos/svn/trunk/subversion/tests/ > > It is currently only used for subversion, but I think you will be able > to leverage that code wi

RE: New Test Suite

2002-07-09 Thread Sander Striker
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 09 July 2002 16:47 > "Sander Striker" <[EMAIL PROTECTED]> writes: > > > Why don't you take a look at the test framework that was cooked up > > in subversion? > > > > http://svn.collab.net/repos/svn/trunk/subversion/tests/ > > > > I

Re: [PATCH] Modifications to egd/prngd support

2002-07-09 Thread Jeff Trawick
"Victor J. Orlikowski" <[EMAIL PROTECTED]> writes: > The following patch, for which I have to give much credit for the > inspiration to the OpenSSL guys, allows one to simply do a --with-egd > when doing a configure, which will cause the probe of a set of > pre-determined sockets for egd. One can

Re: started applying Marcus' patch

2002-07-09 Thread Karl Fogel
Marcus Comstedt <[EMAIL PROTECTED]> writes: > These are policy questions, so they have to be discussed a bit more. > For the moment, only inexact translation is offered by apr_xlate > anyway, so there's no need to rush. Agreed.

Re: started applying Marcus' patch

2002-07-09 Thread Karl Fogel
Sorry, folks, I accidentally CC'd a Subversion message to the APR list a moment ago. Here is the message I *meant* to CC to [EMAIL PROTECTED]: Marcus Comstedt <[EMAIL PROTECTED]> writes: > ... avoid the call to iconv_open if both charsets are the same. > (That's not just an optimization, at least

RE: New apr_poll() implementation

2002-07-09 Thread Sander Striker
> From: Ryan Bloom [mailto:[EMAIL PROTECTED] > Sent: 09 July 2002 15:46 >> From: Ryan Bloom [mailto:[EMAIL PROTECTED] >>> From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] >>> On Sat, Jul 06, 2002 at 12:11:59PM -0700, Ryan Bloom wrote: parameters. I would like to fix that mistake for apr_pol