[patch] PerlIO layer for APR

2001-12-06 Thread Stas Bekman
The APR/Perlio layer is incomplete yet, but you can see what I've done so far and push me into the right direction if I'm on the wrong one. If i've picked the right convention for the filename and put things into right places I won't mind to commit this stuff, since I need it on the parallel work

Re: PerlIO::APR: getting the memory pool

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > While we are at it. I've placed the implementation into > modperl_perlio.c|h and xs/APR/IO/APR_IO.h. Is that OK? should be: xs/APR/PerlIO/APR__PerlIO.h > yes, there is, but the problem is translating errno from APR to Perl's > errno. Perl's SETERRNO

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > > > dougm 01/12/05 11:11:34 > > > > Modified:lib/Apache compat.pm > > Log: > > some whitespace style nits > > remove redundant use of Apache::{Response,RequestRec} > > > why they are redundant? % egrep 'use

Re: more Apache::File compat issues

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > There are a few nits to solve with Apache::File compat: > > - $r->set_content_length doesn't support the call without args in 2.0 ... > The same problem here, in 2.0 you must pass the time argument > > =item $r->update_mtime() ... > =item $r->set_last_

Re: more Apache::File compat issues

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > in fact this one is the opposite, the syntax in 2.0 is only > $r->set_last_modified, with no args. same with the 1.x ap_set_last_modified() function. - To unsubscribe, e-mail: [EMAIL P

Re: current 'make test' status

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > this patch puts things into the desired order: i don't see a patch, but +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: more Apache::File compat issues

2001-12-06 Thread Stas Bekman
Doug MacEachern wrote: > On Thu, 6 Dec 2001, Stas Bekman wrote: > > >>There are a few nits to solve with Apache::File compat: >> >>- $r->set_content_length doesn't support the call without args in 2.0 >> > ... > >>The same problem here, in 2.0 you must pass the time argument >> >>=item $r->up

Re: more Apache::File compat issues

2001-12-06 Thread Doug MacEachern
On Fri, 7 Dec 2001, Stas Bekman wrote: > I know, my question was whether we keep the interface exactly as 1.x was > or we change it and let the compat layer to do the work. If we do make > it fully compatible, should these adjustments live in File__Apache.h or > elsewhere? yeah, we should

Re: [patch] PerlIO layer for APR

2001-12-06 Thread Doug MacEachern
On Fri, 7 Dec 2001, Stas Bekman wrote: cool! one major problem with the file layout/linking however. neither perlio nor apr is tied to httpd, so the APR PerlIO layer shouldn't be either. that is, it should be possible to use the APR PerlIO layer outside of httpd. there's no need to use the .ma

Re: cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > modperl/getc.FAILED tests 1-2 ouch, another one that left STDIN tied to a stale request. try now. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

more random failures

2001-12-06 Thread Stas Bekman
Doug MacEachern wrote: > On Thu, 6 Dec 2001, Stas Bekman wrote: > > >>modperl/getc.FAILED tests 1-2 >> > > ouch, another one that left STDIN tied to a stale request. try now. that works, I didn't see the commit emails though. More failures: t/TEST -v -order=89573612 -tim

Re: http://perl.apache.org/tidbits.html

2001-12-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > On Sun, 28 Oct 2001, Paul DuBois wrote: > > >>I don't know if you're still maintaing the list of publications >>that mention mod_perl...looks like maybe not, given the dates on >>the items. But if you are, this book (by me) has a chapter on >>mod_perl in the con