cvs commit: modperl-2.0/t/apr-ext perlio.t

2003-08-20 Thread stas
stas2003/08/20 19:11:30 Modified:xs/APR/APR APR.xs Added: t/apr-ext perlio.t Log: APR::PerlIO needs optional functions which require apr_hook_global_pool to be initialized. unfortunately APR_initialize() doesn't do that (httpd does it manually). fix it for the outsid

cvs commit: modperl-2.0/src/modules/perl modperl_io_apache.c

2003-08-20 Thread stas
stas2003/08/20 18:37:21 Modified:src/modules/perl modperl_io_apache.c Log: fold the wrapper functions into PerlIOApache_read Revision ChangesPath 1.3 +10 -27modperl-2.0/src/modules/perl/modperl_io_apache.c Index: modperl_io_apache.c ==

cvs commit: modperl-2.0/src/modules/perl modperl_io_apache.c

2003-08-20 Thread stas
stas2003/08/20 18:14:27 Modified:src/modules/perl modperl_io_apache.c Log: we have no buffering problem on read with :Apache layer Revision ChangesPath 1.2 +0 -8 modperl-2.0/src/modules/perl/modperl_io_apache.c Index: modperl_io_apache.c

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

2003-08-20 Thread stas
stas2003/08/20 17:06:07 Modified:t/response/TestAPI rflush.pm Log: spelling Revision ChangesPath 1.3 +2 -2 modperl-2.0/t/response/TestAPI/rflush.pm Index: rflush.pm === RCS file: /home

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

2003-08-20 Thread stas
stas2003/08/20 17:03:27 Modified:t/response/TestAPI rflush.pm Log: make the test more elaborate, by dynamically change the values of $| Revision ChangesPath 1.2 +7 -6 modperl-2.0/t/response/TestAPI/rflush.pm Index: rflush.pm =

cvs commit: modperl-2.0/t/response/TestModperl request_rec_tie_api.pm

2003-08-20 Thread stas
stas2003/08/20 17:07:35 Modified:t/response/TestModperl request_rec_tie_api.pm Log: when perlio is used STDOUT is not tied, so skip this test if that's the case Revision ChangesPath 1.4 +8 -1 modperl-2.0/t/response/TestModperl/request_rec_tie_api.pm

cvs commit: modperl-2.0/t/api rflush.t

2003-08-20 Thread stas
stas2003/08/20 16:50:38 Modified:t/apirflush.t Log: disable this test untill the bug is solved in 5.8.1 Revision ChangesPath 1.3 +2 -1 modperl-2.0/t/api/rflush.t Index: rflush.t ===

cvs commit: modperl-2.0 Changes

2003-08-20 Thread stas
stas2003/08/20 16:53:16 Modified:t/response/TestAPR perlio.pm xs/APR/PerlIO apr_perlio.c .Changes Log: APR::PerlIO now accepts the pool object instead of a request/server objects, so it can be used anywhere, including outside mod_perl

cvs commit: modperl-2.0 Changes

2003-08-20 Thread stas
stas2003/08/20 16:20:14 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_io.c modperl_io.h lib/ModPerl Code.pm xs/tables/current/ModPerl FunctionTable.pm .Changes Added: src/modules/perl modpe

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2003-08-20 Thread stas
stas2003/08/20 16:13:28 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: and more tracing Revision ChangesPath 1.38 +13 -0 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h =

cvs commit: modperl-2.0/xs modperl_xs_util.h

2003-08-20 Thread stas
stas2003/08/20 16:12:43 Modified:xs modperl_xs_util.h Log: more tracing Revision ChangesPath 1.16 +1 -0 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h === RCS file: /ho

cvs commit: modperl-2.0/src/modules/perl modperl_util.h

2003-08-20 Thread stas
stas2003/08/20 16:11:23 Modified:src/modules/perl modperl_util.h Log: better tracing Revision ChangesPath 1.45 +1 -1 modperl-2.0/src/modules/perl/modperl_util.h Index: modperl_util.h ===

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c

2003-08-20 Thread stas
stas2003/08/20 16:10:09 Modified:src/modules/perl modperl_filter.c Log: - more tracing to help io debugging - prevent segfaults when tracing, need to check whether the filter is a mod_perl one, before trying to retrieve the perl callback function name Revision Changes

cvs commit: modperl-2.0/ModPerl-Registry/t flush.t

2003-08-20 Thread stas
stas2003/08/20 15:58:17 Modified:ModPerl-Registry/t flush.t Log: Compress::Zlib version 1.09 or higher is required Revision ChangesPath 1.3 +2 -1 modperl-2.0/ModPerl-Registry/t/flush.t Index: flush.t ==

cvs commit: modperl-2.0/t/filter both_str_req_mix.t

2003-08-20 Thread stas
stas2003/08/20 15:14:37 Modified:t/filter both_str_req_mix.t Log: Compress::Zlib::memGunzip was added in 1.09, require that version Revision ChangesPath 1.3 +2 -1 modperl-2.0/t/filter/both_str_req_mix.t Index: both_str_req_mix.t =

cvs commit: modperl-2.0/t/response/TestAPR table.pm

2003-08-20 Thread geoff
geoff 2003/08/20 06:59:45 Modified:t/response/TestAPR table.pm Log: tweak test - table insertion order is guaranteed Submitted by: joe schaeffer Reviewed by: geoff Revision ChangesPath 1.7 +2 -2 modperl-2.0/t/response/TestAPR/table.pm Index: table.p