cvs commit: modperl-2.0/lib/ModPerl Code.pm

2001-12-04 Thread stas
stas01/12/04 18:22:25 Modified:lib/Apache Build.pm lib/ModPerl Code.pm Log: remove the caching of the noedit preamble and generate a fresh noedit header + trace for each invocation. the caching was wrong, since it was using the same trace for more than one

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

2001-12-04 Thread stas
stas01/12/04 03:29:36 Modified:lib/Apache Reload.pm Log: - document the debug mode Revision ChangesPath 1.2 +8 -1 modperl-2.0/lib/Apache/Reload.pm Index: Reload.pm === RCS file:

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

2001-12-04 Thread dougm
dougm 01/12/04 21:48:39 Modified:t/response/TestModperl readline.pm Log: always untie/tie STDIN else we may create a zombie request_rec Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestModperl/readline.pm Index: readline.pm

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

2001-12-04 Thread dougm
dougm 01/12/04 14:42:29 Modified:xs/maps apache_functions.map Log: properly default next_filter for subrequest methods to r-output_filters-next rather than NULL Revision ChangesPath 1.40 +3 -3 modperl-2.0/xs/maps/apache_functions.map Index:

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

2001-12-04 Thread dougm
dougm 01/12/04 14:43:07 Modified:src/modules/perl mod_perl.c Log: flush main output buffer before running a subrequest Revision ChangesPath 1.98 +6 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-12-04 Thread dougm
dougm 01/12/04 14:44:29 Modified:t/api.cvsignore Added: t/response/TestAPI lookup_uri2.pm Log: add another lookup_uri test that mixes subrequest output with main request output Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/api/.cvsignore