Re: Symbol renames

2002-05-11 Thread William A. Rowe, Jr.
At 05:07 PM 5/10/2002, Ryan Bloom wrote: Symbol renames in APR are going to cause a problem for the web server. Apache 2.0.36 is using the same major MMN as 2.0.35, but it isn't compatible, because apr_explode_time was removed (as a single example, there are more). We need to have some way to fix

Re: Removing APR_STATUS_IS_SUCCESS macro

2002-05-11 Thread Branko Äibej
Karl Fogel wrote: Justin Erenkrantz <[EMAIL PROTECTED]> writes: Due to some recent confusion with SVN and APR_STATUS_IS_SUCCESS, I'd like to consider removing this macro and just forcing everyone to do either a non-zero check or checking against the APR_SUCCESS value (which isn't strictly needed

Re: Removing APR_STATUS_IS_SUCCESS macro

2002-05-11 Thread David Reid
What was the problem in subversion? Might as well know before going too much further... david > Due to some recent confusion with SVN and APR_STATUS_IS_SUCCESS, > I'd like to consider removing this macro and just forcing > everyone to do either a non-zero check or checking against the > APR_SU

Re: Removing APR_STATUS_IS_SUCCESS macro

2002-05-11 Thread Karl Fogel
"David Reid" <[EMAIL PROTECTED]> writes: > What was the problem in subversion? > > Might as well know before going too much further... There was no technical problem -- just that the code was inconsistent. Sometimes it used APR_STATUS_IS_SUCCESS(), sometimes it tested an apr_status_t directly. N

Outch, or getting to the last mile

2002-05-11 Thread William A. Rowe, Jr.
Well, I'm ready to reverse my earlier position on uuid. Here's the issue; we've recoded apr-iconv in terms of platform-neutral apr. Ergo, we must bake apr before we are ready to put apr-iconv in the oven, but that means we can't build apr_xlate_* into apr. So, move apr_xlate_* into apr-util (along

Re: cvs commit: apr-util/buckets apr_buckets_file.c

2002-05-11 Thread Cliff Woolley
On 11 May 2002 [EMAIL PROTECTED] wrote: > brianp 02/05/11 16:10:24 > > Modified:.CHANGES >include apr_buckets.h >buckets apr_buckets_file.c > Log: > Added a mechanism to prevent mmap of file buckets You need to initialize can_mmap in apr_bu

Re: cvs commit: apr-util/buckets apr_buckets_file.c

2002-05-11 Thread Brian Pane
Cliff Woolley wrote: On 11 May 2002 [EMAIL PROTECTED] wrote: brianp 02/05/11 16:10:24 Modified:.CHANGES include apr_buckets.h buckets apr_buckets_file.c Log: Added a mechanism to prevent mmap of file buckets You need to initialize can_mmap i

Re: cvs commit: apr-util/buckets apr_buckets_file.c

2002-05-11 Thread Cliff Woolley
On 11 May 2002 [EMAIL PROTECTED] wrote: > +f->can_mmap = 1; Great, thanks! -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA