[STATUS] (apr) Wed Feb 4 23:45:31 EST 2004

2004-02-05 Thread Rodent of Unusual Size
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/11/21 10:42:03 $] Release: 0.9.3 : tagged March 30, 2003 0.9.2 : released March 22, 2003 0.9.1 : released September 11, 2002 0.9.0 : released August 28, 2002

[STATUS] (apr-util) Wed Feb 4 23:45:48 EST 2004

2004-02-05 Thread Rodent of Unusual Size
APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/03/31 05:32:43 $] Release: 0.9.3 : Tagged March 30, 2002 0.9.2 : Released March 22, 2002 (alpha) 0.9.1 : Released September 11, 2002 (alpha) 0.9.0 : Not released

Re: cvs commit: apr-util/xml Makefile.in

2004-02-05 Thread Joe Orton
On Thu, Feb 05, 2004 at 10:16:27AM -, Greg Stein wrote: gstein 2004/02/05 02:16:27 Modified:..cvsignore Makefile.in buildconf configure.in buildapr_rules.mk.in ..cvsignore Makefile.in buildconf configure.in Added: .

[PATCH] optional hook macros

2004-02-05 Thread Joe Orton
gcc 3.4 gives a warning for all (valid or invalid) uses of APR_REGISTER_OPTIONAL_FN and APR_OPTIONAL_HOOK: e.g.: mpm_common.c:894: warning: function called through a non-compatible type (this is emitted even without -Wall) From delving through C99, this appears to be a valid warning, since the

HEAD build busticated

2004-02-05 Thread Brian W. Fitzpatrick
Um. Greg? $ cd /tmp $ cvs -d :ext:[EMAIL PROTECTED]:/home/cvs co apr $ cd apr $ ./buildconf ./configure make ... make[1]: Entering directory `/tmp/apr' make[1]: *** No rule to make target `apr_allocator.h', needed by `atomic/unix/apr_atomic.lo'. Stop. make[1]: Leaving directory `/tmp/apr'

Re: HEAD build busticated

2004-02-05 Thread Brian W. Fitzpatrick
Whoops. Missed Joe's patch in the mail. His patch solves the problem nicely. Joe, do you want to commit it? Looks good to me. -Fitz

Re: cvs commit: apr-util/xml Makefile.in

2004-02-05 Thread Greg Stein
On Thu, Feb 05, 2004 at 11:29:59AM +, Joe Orton wrote: ... Very nice! It doesn't seem to work however :) The dependencies are missing include/ in the header filenames in build-outputs.mk: hehe... sorry about that. I put in the header dependency more or less at the last moment. It looked

why gen-uri-delims in Python?

2004-02-05 Thread Jeff Trawick
It says: # USAGE: # $ gen-uri-delims.py uri/uri_delims.h # # typically invoked by the buildconf script A distributed uri_delims.h would be broken on a non-ASCII box. And yet python is not to be required in order to build a source distribution.

Re: why gen-uri-delims in Python?

2004-02-05 Thread Greg Stein
On Thu, Feb 05, 2004 at 01:27:44PM -0500, Jeff Trawick wrote: It says: # USAGE: # $ gen-uri-delims.py uri/uri_delims.h # # typically invoked by the buildconf script A distributed uri_delims.h would be broken on a non-ASCII box. And yet python is not to be required in