Re: [PATCH] First pass at moving util_uri to apr-util...

2001-05-21 Thread Greg Stein
On Fri, May 18, 2001 at 02:33:00AM -0700, Justin Erenkrantz wrote: ... --- srclib/apr-util/uri/Makefile.in 2001/01/07 01:35:51 1.3 +++ srclib/apr-util/uri/Makefile.in 2001/05/18 09:18:41 @@ -1,2 +1,12 @@ +TARGETS = uri_delims.h apr_uri.lo +CLEAN_TARGETS = gen_uri_delims uri_delims.h

Re: [PATCH] First pass at moving util_uri to apr-util...

2001-05-21 Thread Justin Erenkrantz
On Sun, May 20, 2001 at 06:50:32PM -0700, Greg Stein wrote: When moving functions from one place to another (or whole files!), we can't make any changes during the move. It is practically impossible to see and review the changes made in transit. The more ideal way to do this would be to

RE: Problems with APR under Linux...

2001-05-21 Thread GOMEZ Henri
May I recommand you Pier, try another Redhat release than the 7.1. It's a new release and for example I've got problems building latest Apache 2.0 under RH 7.1. Better test with Redhat 6.2 which is very stable and known. Regards - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED]

RE: [PATCH] APR Stackable Memory System

2001-05-21 Thread Sander Striker
I've committed the first two patches. While I was at it, I threw in a couple more styleguide cleanups that I spotted with the second commit. Thx. sms-abort.patch.2 Adds an abort_fn member to the apr_sms_t. This includes code calling the abort_fn, if present, on APR_ENOMEM. The code to

Re: Problems with APR under Linux...

2001-05-21 Thread jean-frederic clere
Greg Stein wrote: On Sat, May 19, 2001 at 01:05:17AM +0100, Pier P. Fumagalli wrote: Pier P. Fumagalli at [EMAIL PROTECTED] wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: I'm a dork, I sent it only to Bill without including the mailing list...

RE: Declaration of apr_terminate() and Win32

2001-05-21 Thread Ian Holsman
Compiling... generate_index.c c:\src\apache\httpd-2.0\modules\mod_mbox\generate_index.c(82) : error C2152: 'function' : pointers to functions with different attributes c:\src\apache\httpd-2.0\modules\mod_mbox\generate_index.c(82) : warning C4024: 'atexit' : different types for formal and actual

Re: [PATCH] First pass at moving util_uri to apr-util...

2001-05-21 Thread rbb
On Sun, 20 May 2001, Greg Stein wrote: When moving functions from one place to another (or whole files!), we can't make any changes during the move. It is practically impossible to see and review the changes made in transit. The more ideal way to do this would be to simply cvs add util_uri.c

RE: [PATCH] APR Stackable Memory System

2001-05-21 Thread Cliff Woolley
On Mon, 21 May 2001, Sander Striker wrote: dreid Why not stick to the standard apr format of dreid dreid apr_status_t abort_fn(char *sourcefile, int lineno); striker Ahh, there is such a function? I need to do a lot of digging into APR. Hmm... yeah, that's a point. Then again, if the

Re: Problems with APR under Linux...

2001-05-21 Thread rbb
On Mon, 21 May 2001, jean-frederic clere wrote: Greg Stein wrote: On Sat, May 19, 2001 at 01:05:17AM +0100, Pier P. Fumagalli wrote: Pier P. Fumagalli at [EMAIL PROTECTED] wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: I'm a dork, I

RE: [PATCH] APR Stackable Memory System

2001-05-21 Thread Greg Marr
At 12:16 PM 05/21/2001, Cliff Woolley wrote: On Mon, 21 May 2001, Sander Striker wrote: dreid Why not stick to the standard apr format of dreid dreid apr_status_t abort_fn(char *sourcefile, int lineno); striker Ahh, there is such a function? I need to do a lot of digging into APR.