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

2004-10-18 Thread stas
stas2004/10/18 16:19:13 Modified:src/modules/perl modperl_config.h Log: align macros (no code change) Revision ChangesPath 1.36 +35 -35modperl-2.0/src/modules/perl/modperl_config.h Index: modperl_config.h ===

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

2004-10-18 Thread stas
stas2004/10/18 16:19:52 Modified:src/modules/perl modperl_handler.c Log: dTHX is never a good idea unless you can't avoid it! Revision ChangesPath 1.29 +7 -7 modperl-2.0/src/modules/perl/modperl_handler.c Index: modperl_handler.c =

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-10-18 Thread stas
stas2004/10/18 16:21:07 Modified:t/lib/TestCommon Utils.pm Log: - perl 5.8.0 (only) croaks on eval {} block at compile time when it thinks the application is setgid. workaround: that's why we need to shutdown compile time errors for this function - also pick up the simpler

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

2004-10-18 Thread stas
stas2004/10/18 16:21:28 Modified:t/response/TestModperl post_utf8.pm Log: workaround for perl-5.8.0, which doesn't decode correctly a tainted variable Revision ChangesPath 1.6 +6 -1 modperl-2.0/t/response/TestModperl/post_utf8.pm Index: post_utf8.pm

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

2004-10-18 Thread stas
stas2004/10/18 16:22:35 Modified:t/response/TestModperl post_utf8.pm Log: forgot to load ModPerl::Util Revision ChangesPath 1.7 +3 -2 modperl-2.0/t/response/TestModperl/post_utf8.pm Index: post_utf8.pm

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-10-18 Thread stas
stas2004/10/18 19:48:40 Modified:t/lib/TestCommon Utils.pm Log: perl 5.6.0 still wants at least one char to trigger taint protections Revision ChangesPath 1.5 +5 -3 modperl-2.0/t/lib/TestCommon/Utils.pm Index: Utils.pm ===