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

2003-10-10 Thread stas
stas2003/10/10 15:08:24 Modified:src/modules/perl modperl_module.c Log: check SvPOK before coercing the returned value into PV, to avoid undef warnings Revision ChangesPath 1.16 +2 -1 modperl-2.0/src/modules/perl/modperl_module.c Index: modperl_module

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-10-10 Thread stas
stas2003/10/10 15:45:37 Modified:t/conf modperl_extra.pl Log: ModPerl::Test::exit_handler needs to return a valid status Apache::OK; Revision ChangesPath 1.34 +3 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-10-10 Thread stas
stas2003/10/10 15:48:59 Modified:t/conf modperl_extra.pl Log: prevent Unrecognized escape \T passed through in regex; marked by <-- HERE in m/^C:\T <-- HERE emp\modperl-2.0/ at C:/Temp/modperl-2.0/t/conf/modperl_extra.pl line 18. on win32 PR: Submitted by: Steve Hay <[

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-10-10 Thread stas
stas2003/10/10 12:34:45 Modified:t/conf modperl_extra.pl Log: prevent "Unquoted string "threads" may clash with future reserved word at" warnings with 5.6.x which doesn't have the module threads.pm Revision ChangesPath 1.33 +1 -1 modperl-2.0/t/conf/modpe

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2003-10-10 Thread stas
stas2003/10/10 12:47:12 Modified:xs/APR/PerlIO apr_perlio.c Log: perl 5.6.x with -Duseperlio works with PerlIO*, not FILE*. prevent incompatible type compilation warnings, by using the right type based on whether perlio is enabled or not Revision ChangesPath 1.35

cvs commit: modperl-2.0/lib/Bundle Apache2.pm

2003-10-10 Thread stas
stas2003/10/10 00:29:51 Modified:lib/Bundle Apache2.pm Log: update the mp2 bundle Revision ChangesPath 1.3 +4 -0 modperl-2.0/lib/Bundle/Apache2.pm Index: Apache2.pm === RCS file: /home