stas2003/11/21 23:38:48
Modified:ModPerl-Registry/t closure.t perlrun_require.t
special_blocks.t
t/modperl cookie.t cookie2.t sameinterp.t
t/response/TestAPR finfo.pm
Log:
fix calls to skip() in tests to work with older Test.p
stas2003/11/21 23:42:12
Modified:.Changes
Log:
a few speling fixes
Revision ChangesPath
1.257 +9 -9 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl-2.0/Changes
stas2003/11/22 00:26:00
Modified:src/modules/perl modperl_util.c
.Changes
Log:
fix slurp_filename to always open the file and not try to guess
whether filename has been already opened, as there is no reliable way
to accomplish that
Revision Change
stas2003/11/22 02:21:54
Modified:src/modules/perl modperl_filter.c
Log:
modperl_wbucket_pass() wasn't always followed by the code to reset wbucket
counter. move it inside that function, to fix the current bug and avoid
future problems
Revision ChangesPath
1.74
stas2003/11/22 02:27:42
Modified:src/modules/perl modperl_io.c
.Changes
Added: t/modules include_subreq.t
t/response/TestModules include_subreq.pm
Log:
Fix :Apache perlio's STDOUT to be reentrant + modules/include_subreq
test
R
stas2003/11/22 02:29:29
Modified:src/modules/perl modperl_io.c
Log:
food for thoughts
Revision ChangesPath
1.21 +2 -0 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
===
R
stas2003/11/22 12:38:54
Modified:src/modules/perl modperl_io.c
Log:
use the macro PerlIO_flush to support older perls
Revision ChangesPath
1.22 +1 -1 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
===
stas2003/11/22 13:37:14
Modified:t/modules apache_status.t cgi.t cgiupload.t
Log:
mod_perl 2.0 needs CGI.pm 2.93 or higher, older versions have all kind of
problems
Revision ChangesPath
1.3 +3 -2 modperl-2.0/t/modules/apache_status.t
Index: apache_st
stas2003/11/22 13:59:21
Modified:t/response/TestAPR finfo.pm
Log:
older Test::skip() requires a second argument
Revision ChangesPath
1.5 +1 -1 modperl-2.0/t/response/TestAPR/finfo.pm
Index: finfo.pm
===