Deprecating functions

2002-06-07 Thread William A. Rowe, Jr.
I just got bit by apr_parent_get_pool (bad, bad name). So I've hacked up a example patch for apr_allocator_max_free_set. First, adding -D APR_STRICT, coders can test that they don't use deprecated symbols when building their code against apr headers. Second, if the user defines APR_FAST_COMPAT, the

apr_bucket_poll

2002-06-07 Thread Cliff Woolley
[Moved here from [EMAIL PROTECTED] On Thu, 6 Jun 2002, Justin Erenkrantz wrote: > On Thu, Jun 06, 2002 at 04:51:10PM -0700, Aaron Bannert wrote: > > I'd *love* to see progress on something like this, but whenver I start > > thinking about this kind of a MPM I run into the problem where brigades