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

2003-11-07 Thread stas
stas2003/11/07 12:32:33 Modified:t/response/TestAPR table.pm Log: typo Revision ChangesPath 1.11 +1 -1 modperl-2.0/t/response/TestAPR/table.pm Index: table.pm === RCS file: /home/cvs/mo

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

2003-11-07 Thread stas
stas2003/11/07 12:30:47 Modified:t/response/TestAPR table.pm Log: drop the space line Revision ChangesPath 1.10 +1 -1 modperl-2.0/t/response/TestAPR/table.pm Index: table.pm === RCS fil

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

2003-11-07 Thread stas
stas2003/11/07 12:30:21 Modified:t/response/TestAPR table.pm Log: use t_cmp so we can see why ok has failed Revision ChangesPath 1.9 +7 -2 modperl-2.0/t/response/TestAPR/table.pm Index: table.pm ===

cvs commit: modperl-2.0 Makefile.PL

2003-11-07 Thread stas
stas2003/11/07 01:46:56 Modified:.Makefile.PL Log: this is silly, but people do carry _0x dev released of ExtUtils::MakeMaker ("6.10_03" > 6.10 doesn't make perl happy) Revision ChangesPath 1.132 +2 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

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

2003-11-07 Thread stas
stas2003/11/07 01:04:01 Modified:src/modules/perl modperl_perl.h Log: simplify the MP_MAINTAIN_PPID define to require perl>=5.8 and THREADS_HAVE_PIDS (the latter define doesn't exist in the real 5.8.0) Revision ChangesPath 1.14 +3 -4 modperl-2.0/src/module

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

2003-11-07 Thread stas
stas2003/11/07 00:58:50 Modified:src/modules/perl modperl_io_apache.c Log: move the macro IO_DUMP_FIRST_CHUNK outside #ifdef MP_IO_TIE_PERLIO since its needed in modperl_request_read, running under any perl setup Revision ChangesPath 1.13 +10 -10modperl-2.0

cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm read.pm

2003-11-07 Thread stas
stas2003/11/07 00:55:32 Modified:t/response/TestApache cgihandler.pm read.pm Log: fix copy-n-paste (s/ct/cl/ as in content-length) Revision ChangesPath 1.8 +3 -3 modperl-2.0/t/response/TestApache/cgihandler.pm Index: cgihandler.pm ===

cvs commit: modperl-2.0/t/response/TestModules cgi2.pm cgipost2.pm cgiupload2.pm

2003-11-07 Thread stas
stas2003/11/07 00:52:44 Added: t/modules cgi2.t cgipost2.t cgiupload2.t t/response/TestModules cgi2.pm cgipost2.pm cgiupload2.pm Log: replicate all cgi tests to run as well under 'SetHandler modperl' (requires CGI.pm 3.01, not released at the moment ;) Rev

cvs commit: modperl-2.0/t/response/TestModules cgipost.pm

2003-11-07 Thread stas
stas2003/11/07 00:51:57 Added: t/modules cgipost.t t/response/TestModules cgipost.pm Log: - a new cgipost test (testing non-multipart POST via CGI.pm) Submitted by: Geoffrey Young Revision ChangesPath 1.1 modperl-2.0/t/modules/cgipo

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

2003-11-07 Thread randyk
randyk 2003/11/07 00:48:21 Modified:perl-framework/Apache-Test Makefile.PL perl-framework/Apache-Test/lib/Apache TestConfig.pm lib/Apache Build.pm Log: Reviewed by: stas use devnull() from File::Spec to specify a portable /dev/null. Revision Ch

cvs commit: modperl-2.0/build win32_fetch_apxs

2003-11-07 Thread randyk
randyk 2003/11/07 00:38:24 Modified:.Changes Makefile.PL Added: buildwin32_fetch_apxs Log: Reviewed by: stas add a build/win32_fetch_apxs script (called within the top-level Makefile.PL) to offer to fetch and install Win32 development versions of apxs and (a

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

2003-11-07 Thread stas
stas2003/11/07 00:31:18 Modified:src/modules/perl modperl_perl.h Log: guessing that this is the right fix for the fake 5.8.0 on RH (which is really semi-5.8.1) Revision ChangesPath 1.13 +5 -1 modperl-2.0/src/modules/perl/modperl_perl.h Index: modperl_