[STATUS] (apr) Wed Mar 12 23:45:18 EST 2003

2003-03-13 Thread Rodent of Unusual Size
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/03/07 21:38:40 $] Release: 0.9.2 : in progress 0.9.1 : released September 11, 2002 0.9.0 : released August 28, 2002 2.0a9 : released December 12, 2000 2.0a8 : re

[STATUS] (apr-util) Wed Mar 12 23:45:32 EST 2003

2003-03-13 Thread Rodent of Unusual Size
APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/01/22 17:45:20 $] Release: 0.9.2 : in progress 0.9.1 : Released as alpha on September 11, 2002 0.9.0 : Not released 2.0a9 : released December 12, 2000 RELEASE SHOWST

apr-util configure failure

2003-03-13 Thread Schieber, Dustin
Title: Message Built/installed apr, now trying to build apr-util.  Any way to get around this error?  This is on Solaris 2.8.     # ./configure./configure: line 1237: syntax error near unexpected token `APR_CONFIG_NICE(config.nice)'./configure: line 1237: `APR_CONFIG_NICE(config.nice)'

Cleanup ordering, WAS: RE: cvs commit: apr/include apr_pools.h

2003-03-13 Thread Sander Striker
> From: Ben Laurie [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 8:58 PM [...] > ISTR Ben Hyde ranting to me about how this isn't strictly true... in > particular, if you do this: > > 1. Register cleanup 1 in pool A > 2. Make subpool B in A > 3. Register cleanup 2 in B > 4. Registe

Re: apr_generate_random_bytes() blocks forever

2003-03-13 Thread Aaron Bannert
You just need to get your machine to gather entropy from more sources. It's not like you create repositories that often, right? I could see us having a flag to ask for blocking good entropy or non-blocking not-as-good entropy. -aaron On Tuesday, March 11, 2003, at 02:31 PM, Ben Collins-Sussman wro

Re: cvs commit: apr/include apr_pools.h

2003-03-13 Thread Aaron Bannert
On Wednesday, March 12, 2003, at 11:57 AM, Ben Laurie wrote: [EMAIL PROTECTED] wrote: striker 2003/03/11 12:02:06 Modified:include apr_pools.h Log: * include/apr_pools.h Add a comment about the order in which cleanups are run. This has been the case for quite a while, bu

[PATCH] adding (e) to macros in apr_buckets.h

2003-03-13 Thread Jim Carlson
Hello, I just joined this list a minute ago, so forgive me if this has already been suggested, but it looks like you could use some more parentheses in the macros definitions in apr_buckets.h. I'm getting precedence problems when using APR_BUCKET_IS_EOS(*bucket_ptr), for instance. Here's a pat

Re: [PATCH] adding (e) to macros in apr_buckets.h

2003-03-13 Thread Jeff Trawick
Jim Carlson wrote: Hello, I just joined this list a minute ago, so forgive me if this has already been suggested, but it looks like you could use some more parentheses in the macros definitions in apr_buckets.h. I'm getting precedence problems when using APR_BUCKET_IS_EOS(*bucket_ptr), for inst