Re: apr_brigade_create's list arg?

2005-01-21 Thread Ben Hyde
On Jan 20, 2005, at 5:54 PM, Cliff Woolley wrote: On Thu, 20 Jan 2005, Ben Hyde wrote: Should not the second argument to apr_brigade_create be named bucket_alloc, rather than list. It was supposed to mean freelist. It got its name before we came up with a name for the bucket allocator (cleverly

Re: apr_brigade_create's list arg?

2005-01-21 Thread Cliff Woolley
On Thu, 20 Jan 2005, Ben Hyde wrote: The mnemonic b is widely used for both buckets and brigades. Sometimes e means bucket. :) Buckets and brigades both have a field named list, but one is a doubly linked list and the other is one of the many flavors of heap. heh I don't think anybody

[PATCH] brigade * bucket list args

2005-01-21 Thread Ben Hyde
On Jan 20, 2005, at 5:54 PM, Cliff Woolley wrote: On Thu, 20 Jan 2005, Ben Hyde wrote: Should not the second argument to apr_brigade_create be named bucket_alloc, rather than list. It was supposed to mean freelist. It got its name before we came up with a name for the bucket allocator (cleverly

1.1.0-rc1 Done

2005-01-21 Thread Paul Querna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is my first time as a release manager, so please let me know if anything wasn't done correctly. APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ Please Test help test! Later on Friday I hope to

Using APR Newbie Question

2005-01-21 Thread Reid Spencer
Hi, I'm new to APR and starting to use it for my project. I've reviewed the doxygen documentation available on the web site but I'm finding that its not answering all my questions. So, my first question is .. is there additional programming guide documentation available? I couldn't find it, if

Re: 1.1.0-rc1 Done

2005-01-21 Thread Paul Querna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Querna wrote: | This is my first time as a release manager, so please let me know if | anything wasn't done correctly. Well, I made a fatal mistake in the packaging of APR-Util and I didnt notice until after I sent the email out. I had included

Re: 1.1.0-rc1 Done

2005-01-21 Thread Justin Erenkrantz
On Thu, Jan 20, 2005 at 10:27:56PM -0800, Paul Querna wrote: APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ Please Test help test! +1 for release. apr and apr-util (updated rc1) looks fine via testall on Solaris 9. testsockets doesn't

Re: 1.1.0-rc1 Done

2005-01-21 Thread Mads Toftum
On Thu, Jan 20, 2005 at 10:27:56PM -0800, Paul Querna wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is my first time as a release manager, so please let me know if anything wasn't done correctly. APR and APR-Util in tar.{bz2,gz,Z} are available at:

Re: 1.1.0-rc1 Done

2005-01-21 Thread Graham Leggett
Paul Querna said: APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ Please Test help test! Brad Nicholes and I just nailed an apr-util LDAP bug that required a non intuitive workaround within the client (httpd). Let me sort the patch out

Re: 1.1.0-rc1 Done

2005-01-21 Thread Graham Leggett
Paul Querna said: APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ Please Test help test! A request to people testing - when you build apr-util, please add the --with-ldap compile flag so that the LDAP stuff gets tested too. Many

Re: svn commit: r125933 - /apr/apr-util/trunk/build/apu-conf.m4 /apr/apr-util/trunk/include/apr_ldap.h.in /apr/apr-util/trunk/include/apr_ldap.hnw /apr/apr-util/trunk/include/apr_ldap.hw /apr/apr-util

2005-01-21 Thread Joe Orton
On Fri, Jan 21, 2005 at 02:53:54PM -, Graham Leggett wrote: Author: minfrin Date: Fri Jan 21 06:53:53 2005 New Revision: 125933 URL: http://svn.apache.org/viewcvs?view=revrev=125933 Log: The Mozilla SDK has a different vendor string to the Netscape and Solaris SDK, but works the same

Re: svn commit: r125933 - /apr/apr-util/trunk/build/apu-conf.m4 /apr/apr-util/trunk/include/apr_ldap.h.in /apr/apr-util/trunk/include/apr_ldap.hnw /apr/apr-util/trunk/include/apr_ldap.h

2005-01-21 Thread Graham Leggett
Joe Orton said: APR_HAS_LDAPSSL_INSTALL_ROUTINES does not look like it needs to be exported via apr_ldap.h, so it should just be flagged in apu_config.h using: AC_DEFINE(HAVE_LDAPSSL_INSTALL_ROUTINES, 1, [Defined if...]) ...nothing that can be kept private should be exported in the API,

Re: 1.1.0-rc1 Done

2005-01-21 Thread Graham Leggett
Paul Querna said: APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ The following compile warnings are thrown on Solaris v2.9 for apr: /bin/bash /usr/tmp/minfrin/apr-1.1.0/libtool --silent --mode=compile gcc -g -O2 -pthreads

Re: 1.1.0-rc1 Done

2005-01-21 Thread Graham Leggett
Paul Querna wrote: APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ Please Test help test! With the patches I have committed so far, I have tested builds of the following and got them to work if necessary: - RPM builds on RHEL3, works fine -

Re: 1.1.0-rc1 Done

2005-01-21 Thread Joe Orton
On Fri, Jan 21, 2005 at 07:57:03PM +0200, Graham Leggett wrote: Paul Querna said: APR and APR-Util in tar.{bz2,gz,Z} are available at: http://www.apache.org/~pquerna/dev/apr-1.1.0-rc1/ The following compile warnings are thrown on Solaris v2.9 for apr: I'd guess this is not a regression