Re: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-09-15 Thread Doug MacEachern
On Sun, 16 Sep 2001, Stas wrote: > > Style police (should have pointed it out earlier): > > > +{ > > +local $| = 0; > > +ok 9 == $r->print("buffered\n"); > > +ok 0 == $r->print(); > > +local $| = 1; > > +ok 13 == $r->print('n','o','t',' ','b','u','f','f','e'

Re: [patch] perlrequire test + APACHE_TEST_CONFIGURE

2001-09-15 Thread Doug MacEachern
On Sun, 16 Sep 2001, Stas wrote: > The actual test is the smallest example I can come up with. What I want > is to create two identical .pm files, with different contents and make > sure that vh interpreter loads a file different from the main > interpreter. The test passes if each one fetche

Re: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-09-15 Thread Stas
Style police (should have pointed it out earlier): > +{ > +local $| = 0; > +ok 9 == $r->print("buffered\n"); > +ok 0 == $r->print(); > +local $| = 1; > +ok 13 == $r->print('n','o','t',' ','b','u','f','f','e','r','e','d',"\n"); > +} > + shouldn't

Re: [patch] perlrequire test + APACHE_TEST_CONFIGURE

2001-09-15 Thread Stas
Doug MacEachern wrote: > On Sat, 15 Sep 2001, Stas Bekman wrote: > >>OK, here is the patch that: >> >>- adds the writefile sub to genfile+throw content in >>- adds a scan for APACHE_TEST_CONFIGURE and its execution >> > > those both look good, how about if you go ahead commit both as separate >

Re: [patch] perlrequire test + APACHE_TEST_CONFIGURE

2001-09-15 Thread Doug MacEachern
On Sat, 15 Sep 2001, Stas Bekman wrote: > > OK, here is the patch that: > > - adds the writefile sub to genfile+throw content in > - adds a scan for APACHE_TEST_CONFIGURE and its execution those both look good, how about if you go ahead commit both as separate patches? > - implements the Perl

Re: [Patch] APR::Table->do(sub,[@filter]) Take #3

2001-09-15 Thread Doug MacEachern
On Sat, 15 Sep 2001, Philippe M . Chiasson wrote: > Right now, my patch implements filtering on the modperl side with apr_tables to > hold the filter list, but the best solution would be to call vdo directly, but > I've read in many places that there is no way to fake a va_list to pass along > t

Re: [Patch] $r->print() "Take 1"

2001-09-15 Thread Doug MacEachern
On Fri, 14 Sep 2001, Philippe M . Chiasson wrote: > The only reason is that I am slowly starting to understand how all the XS > stuff gets discovered/parsed/written, and I have to play around with cut and > paste ;-) I am starting to understand how it works better every day and I promised > Sta

Re: ANNOUNCE: modperl docs 2.0 documentation project mailing listand cvs rep.

2001-09-15 Thread Stas Bekman
On Sat, 15 Sep 2001, Philippe M . Chiasson wrote: > > > Can you make sure it's also avaliable thru rsync://cvs.apache.org/modperl-docs ? > > > > Who is supposed to do that? Did you check that it doesn't work already? > > I'd think that these things happen automatically, since it's a generic > > l

Re: ANNOUNCE: modperl docs 2.0 documentation project mailing list and cvs rep.

2001-09-15 Thread Philippe M . Chiasson
On Sat, Sep 15, 2001 at 08:04:14PM +0800, Stas Bekman wrote: > On Sat, 15 Sep 2001, Philippe M . Chiasson wrote: > > > On Sat, Sep 15, 2001 at 07:39:17PM +0800, Stas Bekman wrote: > > > [This message is crossposted to all mod_perl lists. It is possible that > > > we will concentrate all mod_perl

Re: ANNOUNCE: modperl docs 2.0 documentation project mailing listand cvs rep.

2001-09-15 Thread Stas Bekman
On Sat, 15 Sep 2001, Philippe M . Chiasson wrote: > On Sat, Sep 15, 2001 at 07:39:17PM +0800, Stas Bekman wrote: > > [This message is crossposted to all mod_perl lists. It is possible that > > we will concentrate all mod_perl projects docs in one place.] > > > > A new cvs rep and two mailing list

Re: ANNOUNCE: modperl docs 2.0 documentation project mailing list and cvs rep.

2001-09-15 Thread Philippe M . Chiasson
On Sat, Sep 15, 2001 at 07:39:17PM +0800, Stas Bekman wrote: > [This message is crossposted to all mod_perl lists. It is possible that > we will concentrate all mod_perl projects docs in one place.] > > A new cvs rep and two mailing lists were created and we're starting to > commit shorlty to thi

ANNOUNCE: modperl docs 2.0 documentation project mailing list andcvs rep.

2001-09-15 Thread Stas Bekman
[This message is crossposted to all mod_perl lists. It is possible that we will concentrate all mod_perl projects docs in one place.] A new cvs rep and two mailing lists were created and we're starting to commit shorlty to this repository shortly after this announcement. If you are interested in

Re: [patch] perlrequire test + APACHE_TEST_CONFIGURE

2001-09-15 Thread Philippe M . Chiasson
My bad, sorry, works all right now. Don't mind me anymore ;-p On Sat, Sep 15, 2001 at 04:35:00PM +0800, Stas Bekman wrote: > On Sat, 15 Sep 2001, Philippe M . Chiasson wrote: > > > On Sat, Sep 15, 2001 at 02:04:13AM +0800, Stas Bekman wrote: > > > > > > OK, here is the patch that: > > > > > > -

Re: [patch] perlrequire test + APACHE_TEST_CONFIGURE

2001-09-15 Thread Stas Bekman
On Sat, 15 Sep 2001, Philippe M . Chiasson wrote: > On Sat, Sep 15, 2001 at 02:04:13AM +0800, Stas Bekman wrote: > > > > OK, here is the patch that: > > > > - adds the writefile sub to genfile+throw content in > > - adds a scan for APACHE_TEST_CONFIGURE and its execution > > - implements the Perl