cvs commit: modperl-2.0/t/response/TestAPI response.pm

2001-05-04 Thread dougm
dougm 01/05/04 18:17:39 Added: t/response/TestAPI response.pm Log: add tests for Apache::Response Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPI/response.pm Index: response.pm ==

cvs commit: modperl-2.0/util xs_check.pl

2001-05-04 Thread dougm
dougm 01/05/04 18:00:04 Modified:util xs_check.pl Log: point @INC to xs/tables/current Revision ChangesPath 1.2 +1 -1 modperl-2.0/util/xs_check.pl Index: xs_check.pl === RCS file: /

Re: gdb & mod_perl-2.0?

2001-05-04 Thread barries
On Fri, May 04, 2001 at 02:21:25PM -0700, Doug MacEachern wrote: > > Running glibc-2.1.3 on va-linux's > > tweaked RedHat 6.2, FWIW. Typical gdb-5.0 session below, the 19941004 > > gdb that came installed on his box behaves similarly. > > it looks fine to me, what is the problem exactly? Sorry,

cvs commit: modperl-2.0/xs/maps apr_types.map

2001-05-04 Thread dougm
dougm 01/05/04 14:21:57 Modified:lib/ModPerl WrapXS.pm t/response/TestAPI request_rec.pm xs typemap xs/maps apr_types.map Log: apr_time_t needs conversion to/from time_t Revision ChangesPath 1.17 +3 -1 modpe

Re: gdb & mod_perl-2.0?

2001-05-04 Thread Doug MacEachern
On Fri, 4 May 2001, barries wrote: > Should I be able to use gdb-5.0 (or even 19991004) to single-step into > and out of mod_perl-2.0's code? yes. > Running glibc-2.1.3 on va-linux's > tweaked RedHat 6.2, FWIW. Typical gdb-5.0 session below, the 19941004 > gdb that came installed on his box beh

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

2001-05-04 Thread dougm
dougm 01/05/04 12:46:30 Modified:lib/Apache compat.pm Log: need to use APR::Table for $r->content Revision ChangesPath 1.8 +1 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RC

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

2001-05-04 Thread dougm
dougm 01/05/04 12:04:19 Modified:lib/Apache compat.pm Added: t/apache compat.t t/response/TestApache compat.pm Log: add 1.x versions of content and args, plus tests Revision ChangesPath 1.7 +36 -0 modperl-2.0/lib/Apache/compat.pm I

gdb & mod_perl-2.0?

2001-05-04 Thread barries
Should I be able to use gdb-5.0 (or even 19991004) to single-step into and out of mod_perl-2.0's code? I see support for running the test server under gdb, so I'm hopeful. Running glibc-2.1.3 on va-linux's tweaked RedHat 6.2, FWIW. Typical gdb-5.0 session below, the 19941004 gdb that came install

RE: Apache::Test modperl_extra.pl

2001-05-04 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 4:38 PM > To: Geoffrey Young > Cc: '[EMAIL PROTECTED]' > Subject: Re: Apache::Test modperl_extra.pl [snip] > > > at any rate, my simple harness is just: > > > > Apache::TestRun->ne