cvs commit: modperl-2.0/t/lib/TestAPRlib - New directory

2004-07-13 Thread randyk
randyk 2004/07/13 18:54:33 modperl-2.0/t/lib/TestAPRlib - New directory

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

2004-07-14 Thread randyk
randyk 2004/07/14 18:32:26 Modified:t/apr-ext table.t t/response/TestAPR table.pm Added: t/lib/TestAPRlib table.pm Log: put common tests for APR::Table under t/lib/TestAPRlib/table.pm, to be run from both t/apr-ext/table.t and t/apr/table.t. Revision

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

2004-07-14 Thread randyk
randyk 2004/07/14 20:28:28 Modified:t/apr-ext table.t t/lib/TestAPRlib table.pm t/response/TestAPR table.pm Log: rename the sub within t/lib/TestAPRlib/table.pm returning the number of tests run from 'number' to 'num_of_tests'.

cvs commit: modperl-2.0/t/lib/TestAPRlib table.pm

2004-07-14 Thread randyk
randyk 2004/07/14 20:34:39 Modified:t/lib/TestAPRlib table.pm Log: make $filter_count global, and reset it at the beginning of the test. Revision ChangesPath 1.3 +2 -1 modperl-2.0/t/lib/TestAPRlib/table.pm Index: table.pm

cvs commit: modperl-2.0 Makefile.PL

2004-07-15 Thread randyk
randyk 2004/07/15 00:15:30 Modified:.Makefile.PL Log: Submitted by: Markus Wichitill Reviewed by: stas, randyk On Win32, add to the PATH the apr bin directory (or the directory containing apache.exe, if the latter isn't available) when running the tests, so

cvs commit: modperl-2.0 Makefile.PL

2004-07-15 Thread randyk
randyk 2004/07/15 00:20:50 Modified:.Makefile.PL Log: Forgot to add some comments. Revision ChangesPath 1.148 +2 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:16:50 Modified:t/response/TestAPR base64.pm Added: t/apr-ext base64.t t/lib/TestAPRlib base64.pm Log: Reviewed by: stas move common base64 tests into t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:25:36 Modified:t/response/TestAPR bucket.pm Added: t/apr-ext bucket.t t/lib/TestAPRlib bucket.pm Log: Reviewed by: stas put common bucket tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:26:51 Modified:t/response/TestAPR date.pm Added: t/apr-ext date.t t/lib/TestAPRlib date.pm Log: Reviewed by: stas put common date tests under t/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision Changes

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:28:03 Modified:t/response/TestAPR finfo.pm Added: t/apr-ext finfo.t t/lib/TestAPRlib finfo.pm Log: Reviewed by: stas put common finfo tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:29:12 Modified:t/response/TestAPR string.pm Added: t/apr-ext string.t t/lib/TestAPRlib string.pm Log: Reviewed by: stas put common string tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:30:24 Modified:t/response/TestAPR threadmutex.pm Added: t/apr-ext threadmutex.t t/lib/TestAPRlib threadmutex.pm Log: Reviewed by: stas put common threadmutex tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:31:28 Modified:t/response/TestAPR uri.pm Added: t/apr-ext uri.t t/lib/TestAPRlib uri.pm Log: Reviewed by: stas put common uri tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision Changes

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:32:32 Modified:t/response/TestAPR util.pm Added: t/apr-ext util.t t/lib/TestAPRlib util.pm Log: Reviewed by: stas put common util tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision Changes

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

2004-07-15 Thread randyk
randyk 2004/07/15 08:33:37 Modified:t/response/TestAPR pool.pm Added: t/apr-ext pool.t t/lib/TestAPRlib pool.pm Log: Reviewed by: stas put common pool tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision Changes

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

2004-07-15 Thread randyk
randyk 2004/07/15 09:14:30 Modified:t/apr-ext uuid.t t/response/TestAPR uuid.pm Added: t/lib/TestAPRlib uuid.pm Log: Reviewed by: stas move common uuid tests under t/lib/TestAPRlib/, and call them from both t/apr/ and t/apr-ext/. Revision Changes

cvs commit: modperl-2.0/t/lib/TestAPRlib pool.pm

2004-07-15 Thread randyk
randyk 2004/07/15 10:36:46 Modified:t/lib/TestAPRlib pool.pm Log: provide a few more details on the specific failure of the commented-out pool tests on windows. Revision ChangesPath 1.2 +7 -1 modperl-2.0/t/lib/TestAPRlib/pool.pm Index: pool.pm

cvs commit: modperl-2.0/xs/APR/aprext Makefile.PL

2004-08-01 Thread randyk
randyk 2004/08/01 12:44:01 Modified:.Makefile.PL lib/ModPerl BuildMM.pm lib/Apache Build.pm xs/APR/APR Makefile.PL xs/APR/aprext Makefile.PL Log: Reviewed by: stas use a constant Apache::Build::BUILD_APREXT to

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

2004-10-01 Thread randyk
randyk 2004/10/01 20:15:37 Modified:src/modules/perl mod_perl.h modperl_common_util.h Log: Reviewed by: stas Introduce MP_FUNC_NONSTD_T, which differs from MP_FUNC_T on Win32 by the absence of _stdcall, and use it defining modperl_var_modify_t. Revision ChangesPath

svn commit: r106310 - /perl/modperl/trunk/README-SVN

2004-11-23 Thread randyk
Author: randyk Date: Tue Nov 23 08:16:05 2004 New Revision: 106310 Modified: perl/modperl/trunk/README-SVN Log: Testing commit access Modified: perl/modperl/trunk/README-SVN Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/README-SVN?view=diff&rev=106310&p1=perl/modperl/trunk/RE

svn commit: r110088 - /perl/modperl/trunk/lib/Apache/Build.pm

2004-12-06 Thread randyk
Author: randyk Date: Mon Dec 6 22:04:20 2004 New Revision: 110088 URL: http://svn.apache.org/viewcvs?view=rev&rev=110088 Log: Win32 apu-config prepends /I to the Apache includes Modified: perl/modperl/trunk/lib/Apache/Build.pm Modified: perl/modperl/trunk/lib/Apache/Build.pm Url:

svn commit: r111578 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2004-12-10 Thread randyk
Author: randyk Date: Fri Dec 10 21:44:44 2004 New Revision: 111578 URL: http://svn.apache.org/viewcvs?view=rev&rev=111578 Log: adjust order of declarations to satisfy some compilers Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified: perl/modperl/trunk/src/modules/

svn commit: r122944 - /perl/modperl/trunk/src/modules/perl/modperl_cmd.c

2004-12-20 Thread randyk
Author: randyk Date: Mon Dec 20 22:09:10 2004 New Revision: 122944 URL: http://svn.apache.org/viewcvs?view=rev&rev=122944 Log: put declarations earlier to satisfy some compilers Modified: perl/modperl/trunk/src/modules/perl/modperl_cmd.c Modified: perl/modperl/trunk/src/modules/

svn commit: r123271 - /perl/modperl/trunk/Changes /perl/modperl/trunk/lib/Apache/Build.pm /perl/modperl/trunk/lib/ModPerl/BuildMM.pm

2004-12-23 Thread randyk
Author: randyk Date: Thu Dec 23 19:59:54 2004 New Revision: 123271 URL: http://svn.apache.org/viewcvs?view=rev&rev=123271 Log: speed up the 'perl Makefile.PL' stage - in ModPerl::BuildMM, introduce an overall $build, and call build_config() to define it only when it's not d

svn commit: r123292 - /perl/modperl/trunk/lib/Apache/Build.pm

2004-12-24 Thread randyk
Author: randyk Date: Fri Dec 24 08:04:01 2004 New Revision: 123292 URL: http://svn.apache.org/viewcvs?view=rev&rev=123292 Log: s/defined/exists/ && s/who_am_i/caller_package/g Modified: perl/modperl/trunk/lib/Apache/Build.pm Modified: perl/modperl/trunk/lib/Apache/Build.p

svn commit: r123437 - /perl/modperl/trunk/xs/APR/URI/APR__URI.h

2004-12-27 Thread randyk
Author: randyk Date: Mon Dec 27 10:47:17 2004 New Revision: 123437 URL: http://svn.apache.org/viewcvs?view=rev&rev=123437 Log: declare variable earlier for some compilers Modified: perl/modperl/trunk/xs/APR/URI/APR__URI.h Modified: perl/modperl/trunk/xs/APR/URI/APR__URI.h Url:

svn commit: r156534 - perl/modperl/branches/apache2-rename-unstable/t/filter/out_str_req_mix.t

2005-03-08 Thread randyk
Author: randyk Date: Tue Mar 8 07:01:07 2005 New Revision: 156534 URL: http://svn.apache.org/viewcvs?view=rev&rev=156534 Log: chomp the response. Modified: perl/modperl/branches/apache2-rename-unstable/t/filter/out_str_req_mix.t Modified: perl/modperl/branches/apache2-rename-unstab

svn commit: r156559 - in perl/modperl/branches/apache2-rename-unstable: lib/Apache2/compat.pm t/response/TestCompat/apache_file.pm t/response/TestCompat/apache_util.pm t/response/TestCompat/conn_rec.pm

2005-03-08 Thread randyk
Author: randyk Date: Tue Mar 8 10:41:56 2005 New Revision: 156559 URL: http://svn.apache.org/viewcvs?view=rev&rev=156559 Log: fixes for the compat tests. Modified: perl/modperl/branches/apache2-rename-unstable/lib/Apache2/compat.pm perl/modperl/branches/apache2-rename-unstab

svn commit: r156619 - in perl/modperl/branches/apache2-rename-unstable/t/filter: both_str_req_mix.t out_str_req_mix.t

2005-03-08 Thread randyk
Author: randyk Date: Tue Mar 8 21:47:04 2005 New Revision: 156619 URL: http://svn.apache.org/viewcvs?view=rev&rev=156619 Log: remove line endings from response. Modified: perl/modperl/branches/apache2-rename-unstable/t/filter/both_str_req_mix.t perl/modperl/branches/apache2-re

svn commit: r157386 - in perl/modperl/branches/apache2-rename-unstable/t: apache2/ api/ apr/ compat/ directive/ filter/ hooks/ modperl/ modules/

2005-03-13 Thread randyk
Author: randyk Date: Sun Mar 13 21:05:55 2005 New Revision: 157386 URL: http://svn.apache.org/viewcvs?view=rev&rev=157386 Log: synch to trunk changes to skip some tests unless HTML::HeadParser is available (http://svn.apache.org/viewcvs?view=rev&rev=157163) Modified: perl/modperl/

svn commit: r157515 - in perl/modperl/branches/apache2-rename-unstable: Changes lib/ModPerl/BuildMM.pm

2005-03-14 Thread randyk
Author: randyk Date: Mon Mar 14 21:12:55 2005 New Revision: 157515 URL: http://svn.apache.org/viewcvs?view=rev&rev=157515 Log: synch with trunk change: http://svn.apache.org/viewcvs?view=rev&rev=157373 Modified: perl/modperl/branches/apache2-rename-unstable/Changes perl

svn commit: r157522 - perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/MM.pm

2005-03-14 Thread randyk
Author: randyk Date: Mon Mar 14 21:55:55 2005 New Revision: 157522 URL: http://svn.apache.org/viewcvs?view=rev&rev=157522 Log: remove overridden MakeMaker MOD_INSTALL macro, so 3rd party modules will use MakeMaker's MOD_INSTALL, rather than invoking ModPerl::MM::install. Modified:

svn commit: r157564 - perl/modperl/branches/apache2-rename-unstable/build/source_scan.pl

2005-03-15 Thread randyk
Author: randyk Date: Tue Mar 15 08:57:06 2005 New Revision: 157564 URL: http://svn.apache.org/viewcvs?view=rev&rev=157564 Log: s/Apache/Apache2/g Modified: perl/modperl/branches/apache2-rename-unstable/build/source_scan.pl Modified: perl/modperl/branches/apache2-rename-unstable/b

svn commit: r160126 - perl/modperl/trunk/lib/ModPerl/BuildMM.pm

2005-04-04 Thread randyk
Author: randyk Date: Mon Apr 4 20:00:15 2005 New Revision: 160126 URL: http://svn.apache.org/viewcvs?view=rev&rev=160126 Log: Win32 typically doesn't generate nor install man pages. Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm Modified: perl/modperl/trunk/lib/ModPerl/Build

svn commit: r160128 - perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm

2005-04-04 Thread randyk
Author: randyk Date: Mon Apr 4 20:26:24 2005 New Revision: 160128 URL: http://svn.apache.org/viewcvs?view=rev&rev=160128 Log: update functiontable to reflect recent name changes. Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm Modified: perl/modperl/trunk/xs/ta

svn commit: r160327 - in perl/modperl/trunk: lib/Apache2/Build.pm xs/Apache2/Access/Apache2__Access.h xs/Apache2/Directive/Apache2__Directive.h xs/Apache2/Filter/Apache2__Filter.h xs/Apache2/Log/Apache2__Log.h xs/Apache2/SubProcess/Apache2__SubProcess.h

2005-04-06 Thread randyk
Author: randyk Date: Wed Apr 6 14:17:18 2005 New Revision: 160327 URL: http://svn.apache.org/viewcvs?view=rev&rev=160327 Log: Some of the patch referenced in (and subsequently applied in trunk) at http://marc.theaimsgroup.com/?l=apache-modperl&m=79742801206&w=2 did not surviv

svn commit: r161757 - perl/modperl/trunk/lib/Apache2/SizeLimit.pm

2005-04-18 Thread randyk
Author: randyk Date: Mon Apr 18 06:53:33 2005 New Revision: 161757 URL: http://svn.apache.org/viewcvs?view=rev&rev=161757 Log: use Apache2::RequestUtil->request Modified: perl/modperl/trunk/lib/Apache2/SizeLimit.pm (contents, props changed) Modified: perl/modperl/trunk/lib/

svn commit: r162009 - in perl/modperl/trunk: t/apr-ext/status.t t/lib/TestAPRlib/status.pm t/response/TestAPR/status.pm t/response/TestError/runtime.pm xs/APR/Status/ xs/APR/Status/APR__Status.h xs/maps/apr_functions.map

2005-04-19 Thread randyk
Author: randyk Date: Tue Apr 19 20:59:06 2005 New Revision: 162009 URL: http://svn.apache.org/viewcvs?view=rev&rev=162009 Log: Add APR::Status to provide perl glue to the APR_STATUS_IS_* macros of apr_errno.h. Added: perl/modperl/trunk/t/apr-ext/status.t (with props) perl/modperl/t

svn commit: r162013 - perl/modperl/trunk/Changes

2005-04-19 Thread randyk
Author: randyk Date: Tue Apr 19 21:15:16 2005 New Revision: 162013 URL: http://svn.apache.org/viewcvs?view=rev&rev=162013 Log: update Changes with addition of APR::Status. Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/

svn commit: r164423 - in /perl/modperl/trunk/t: apr-ext/brigade.t lib/TestAPRlib/brigade.pm response/TestAPR/brigade.pm

2005-04-23 Thread randyk
Author: randyk Date: Sat Apr 23 15:29:04 2005 New Revision: 164423 URL: http://svn.apache.org/viewcvs?rev=164423&view=rev Log: add apr-ext tests for APR::Brigade Added: perl/modperl/trunk/t/apr-ext/brigade.t (with props) perl/modperl/trunk/t/lib/TestAPRlib/brigade.pm (with p

svn commit: r168524 - in /perl/modperl/trunk: ModPerl-Registry/lib/ModPerl/RegistryCooker.pm xs/APR/Status/APR__Status.h xs/maps/apr_functions.map

2005-05-05 Thread randyk
Author: randyk Date: Thu May 5 22:42:25 2005 New Revision: 168524 URL: http://svn.apache.org/viewcvs?rev=168524&view=rev Log: Add APR_STATUS_IS_EACCES and APR_STATUS_IS_ENOENT to functions in APR::Status, and use in ModPerl::RegistryCooker. Modified: perl/modperl/trunk/ModPerl-Registry

svn commit: r169055 - /perl/modperl/trunk/src/modules/perl/modperl_util.c

2005-05-06 Thread randyk
Author: randyk Date: Fri May 6 23:55:20 2005 New Revision: 169055 URL: http://svn.apache.org/viewcvs?rev=169055&view=rev Log: remove check on size so that the SLURP_SUCCESS() calls later have an opportunity to set the error, if encountered. Modified: perl/modperl/trunk/src/modules/

svn commit: r169080 - /perl/modperl/trunk/Changes

2005-05-07 Thread randyk
Author: randyk Date: Sat May 7 06:55:07 2005 New Revision: 169080 URL: http://svn.apache.org/viewcvs?rev=169080&view=rev Log: add Changes item describing the fixes used to get the 404.t and redirect.t ModPerl-Registry tests working on Win32. Modified: perl/modperl/trunk/Changes Modi

svn commit: r169487 - in /perl/modperl/trunk: t/protocol/TestProtocol/echo_bbs.pm t/protocol/TestProtocol/echo_bbs2.pm t/protocol/TestProtocol/echo_filter.pm t/protocol/TestProtocol/echo_nonblock.pm t/protocol/TestProtocol/echo_timeout.pm xs/APR/Status/APR__Status.h xs/maps/apr_functions.map

2005-05-10 Thread randyk
Author: randyk Date: Tue May 10 09:07:55 2005 New Revision: 169487 URL: http://svn.apache.org/viewcvs?rev=169487&view=rev Log: Add is_EOF, is_ECONNABORTED, and is_TIMEUP functions to APR::Status, and use these in the t/protocol/ tests, rather than checking directly against the appropriate

svn commit: r171257 - /perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm

2005-05-21 Thread randyk
Author: randyk Date: Sat May 21 14:34:14 2005 New Revision: 171257 URL: http://svn.apache.org/viewcvs?rev=171257&view=rev Log: use utime $now, $now, $file;, rather than utime undef, undef, $file;, as on perl-5.8.0 on Win32 the latter causes an uninitialized value warning. Modified:

svn commit: r190060 - /perl/modperl/trunk/src/modules/perl/modperl_module.c

2005-06-10 Thread randyk
Author: randyk Date: Fri Jun 10 19:29:51 2005 New Revision: 190060 URL: http://svn.apache.org/viewcvs?rev=190060&view=rev Log: Move declaration earlier, for benefit of Win32 compilers. Modified: perl/modperl/trunk/src/modules/perl/modperl_module.c Modified: perl/modperl/trunk/src/mod

svn commit: r307133 - /perl/modperl/trunk/t/response/TestDirective/perldo.pm

2005-10-07 Thread randyk
Author: randyk Date: Fri Oct 7 07:33:22 2005 New Revision: 307133 URL: http://svn.apache.org/viewcvs?rev=307133&view=rev Log: adjust expected output so as to accommodate Win32, which uses Apache.exe [Steve Hay] Modified: perl/modperl/trunk/t/response/TestDirective/perldo.pm Modified:

svn commit: r396298 - /perl/modperl/trunk/lib/Apache2/Build.pm

2006-04-23 Thread randyk
Author: randyk Date: Sun Apr 23 10:40:21 2006 New Revision: 396298 URL: http://svn.apache.org/viewcvs?rev=396298&view=rev Log: Avoid bogus "Note (probably harmless): No library found for ..." warnings on Win32. Modified: perl/modperl/trunk/lib/Apache2/Build.pm Modified: perl

svn commit: r397004 - /perl/modperl/trunk/t/response/TestAPI/add_config.pm

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 15:33:04 2006 New Revision: 397004 URL: http://svn.apache.org/viewcvs?rev=397004&view=rev Log: Add svn:eol-style native Modified: perl/modperl/trunk/t/response/TestAPI/add_config.pm (props changed) Propchange: perl/modperl/trunk/t/response/Tes

svn commit: r397010 - /perl/modperl/trunk/build/win32_fetch_apxs

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 15:59:32 2006 New Revision: 397010 URL: http://svn.apache.org/viewcvs?rev=397010&view=rev Log: Recognize on Win32 that the Apache2 binary name has been changed to httpd.exe for Apache/2.2. Modified: perl/modperl/trunk/build/win32_fetch_apxs Modified:

svn commit: r397021 - /perl/modperl/trunk/lib/Apache2/Build.pm

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 16:40:23 2006 New Revision: 397021 URL: http://svn.apache.org/viewcvs?rev=397021&view=rev Log: Recognize on Win32 that libapr.lib and libaprutil.lib for Apache/2.2 have been renamed to libapr-1.lib and libaprutil-1.lib, respectively. Modified: perl/mod

svn commit: r397082 - /perl/modperl/trunk/Changes

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 21:27:25 2006 New Revision: 397082 URL: http://svn.apache.org/viewcvs?rev=397082&view=rev Log: Record changes to allow Win32 to build against Apache/2.2. Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache

svn commit: r397083 - /perl/modperl/trunk/Changes

2006-04-25 Thread randyk
Author: randyk Date: Tue Apr 25 21:30:48 2006 New Revision: 397083 URL: http://svn.apache.org/viewcvs?rev=397083&view=rev Log: Fix typo in recent commit concerning the name of the aprutil library on Win32 in Apache/2.2. Modified: perl/modperl/trunk/Changes Modified: perl/modperl/t

svn commit: r409078 - /perl/modperl/trunk/xs/APR/APR/Makefile.PL

2006-05-23 Thread randyk
Author: randyk Date: Tue May 23 23:13:04 2006 New Revision: 409078 URL: http://svn.apache.org/viewvc?rev=409078&view=rev Log: For Win32, change regex expression to allow capture of apr and aprutil library names with numbers in their names. Modified: perl/modperl/trunk/xs/APR/APR/Makefil

svn commit: r410427 - /perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm

2006-05-30 Thread randyk
Author: randyk Date: Tue May 30 21:05:02 2006 New Revision: 410427 URL: http://svn.apache.org/viewvc?rev=410427&view=rev Log: On Win32, there's a bug in the apr library supplied with Apache/2.2 that causes the FPROT_WREAD and FPROT_WWRITE tests to fail. This is slated to be fixed

svn commit: r411352 - /perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm

2006-06-02 Thread randyk
Author: randyk Date: Fri Jun 2 18:17:43 2006 New Revision: 411352 URL: http://svn.apache.org/viewvc?rev=411352&view=rev Log: For the file to be tested, use the httpd.conf generated by testing, so that it has a ctime that won't (usually) encounter a bug in Win32's stat() function f

svn commit: r411353 - /perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm

2006-06-02 Thread randyk
Author: randyk Date: Fri Jun 2 18:20:05 2006 New Revision: 411353 URL: http://svn.apache.org/viewvc?rev=411353&view=rev Log: Remove comments left in while testing. Modified: perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm Modified: perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm URL:

svn commit: r412118 - /perl/modperl/trunk/t/lib/TestAPRlib/finfo.pm

2006-06-06 Thread randyk
Author: randyk Date: Tue Jun 6 06:36:33 2006 New Revision: 412118 URL: http://svn.apache.org/viewvc?rev=412118&view=rev Log: With use of the generated httpd.conf, the utime() call to touch the file on Win32 so as to ensure it is in the same DST season is no longer needed (submitted by Steve

svn commit: r436617 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_callback.c t/hooks/TestHooks/error.pm t/hooks/error.t

2006-08-24 Thread randyk
Author: randyk Date: Thu Aug 24 19:15:23 2006 New Revision: 436617 URL: http://svn.apache.org/viewvc?rev=436617&view=rev Log: Fix bug concerning 'error-notes' having no value on errordocument redirect [supplied by Guy Albertelli II <[EMAIL PROTECTED]>]. Added: perl/m

svn commit: r436619 - in /perl/modperl/trunk/t/hooks: TestHooks/error.pm error.t

2006-08-24 Thread randyk
Author: randyk Date: Thu Aug 24 19:25:14 2006 New Revision: 436619 URL: http://svn.apache.org/viewvc?rev=436619&view=rev Log: set eol-style property to native on recently added files. Modified: perl/modperl/trunk/t/hooks/TestHooks/error.pm (props changed) perl/modperl/trunk/t/h

svn commit: r436620 - /perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t

2006-08-24 Thread randyk
Author: randyk Date: Thu Aug 24 19:32:25 2006 New Revision: 436620 URL: http://svn.apache.org/viewvc?rev=436620&view=rev Log: set eol-style to native. Modified: perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t (props changed) Propchange: perl/modperl/trunk/ModPerl-Regist

svn commit: r436636 - /perl/modperl/trunk/t/hooks/error.t

2006-08-24 Thread randyk
Author: randyk Date: Thu Aug 24 20:56:55 2006 New Revision: 436636 URL: http://svn.apache.org/viewvc?rev=436636&view=rev Log: remove comments accidentally left in from another context. Modified: perl/modperl/trunk/t/hooks/error.t Modified: perl/modperl/trunk/t/hooks/error.t URL:

svn commit: r524697 - /perl/modperl/branches/1.x/src/modules/win32/mod_perl.dsp

2007-04-01 Thread randyk
Author: randyk Date: Sun Apr 1 15:23:54 2007 New Revision: 524697 URL: http://svn.apache.org/viewvc?view=rev&rev=524697 Log: Patch from Steve Hay: http://marc.info/?l=apache-modperl-dev&m=113999605514796&w=2 to allow compilation with perl-5.8.8, updated for mod_perl-1.30. Modifi

svn commit: r524700 - /perl/modperl/branches/1.x/Makefile.PL

2007-04-01 Thread randyk
Author: randyk Date: Sun Apr 1 16:04:52 2007 New Revision: 524700 URL: http://svn.apache.org/viewvc?view=rev&rev=524700 Log: Add /D _WINSOCK2API_ for perl < 5.8.6 on Win32. Modified: perl/modperl/branches/1.x/Makefile.PL Modified: perl/modperl/branches/1.x/Makefile.PL URL

svn commit: r524703 - /perl/modperl/branches/1.x/Changes

2007-04-01 Thread randyk
Author: randyk Date: Sun Apr 1 16:20:55 2007 New Revision: 524703 URL: http://svn.apache.org/viewvc?view=rev&rev=524703 Log: record Changes for patch from Steve Hay. Modified: perl/modperl/branches/1.x/Changes Modified: perl/modperl/branches/1.x/Changes URL: http://svn.apache.org/vi

svn commit: r570381 - in /perl/modperl/trunk: Changes lib/Apache2/Build.pm

2007-08-28 Thread randyk
Author: randyk Date: Tue Aug 28 04:23:23 2007 New Revision: 570381 URL: http://svn.apache.org/viewvc?rev=570381&view=rev Log: On Win32, embed the manifest file, if present, in mod_perl.so, so as to work with VC 8 [reported by Steve Hay] Modified: perl/modperl/trunk/Changes perl/mod

svn commit: r609090 - in /perl/modperl/trunk: Changes src/modules/perl/modperl_perl_includes.h

2008-01-04 Thread randyk
Author: randyk Date: Fri Jan 4 20:46:50 2008 New Revision: 609090 URL: http://svn.apache.org/viewvc?rev=609090&view=rev Log: Fix problems with redefinitions of perl_free as free and perl_malloc as malloc on Win32, as described at http://marc.info/?l=apache-modperl&m=119896407510526&

svn commit: r628359 - /perl/modperl/trunk/lib/ModPerl/WrapXS.pm

2008-02-16 Thread randyk
Author: randyk Date: Sat Feb 16 08:59:58 2008 New Revision: 628359 URL: http://svn.apache.org/viewvc?rev=628359&view=rev Log: replace & by & Modified: perl/modperl/trunk/lib/ModPerl/WrapXS.pm Modified: perl/modperl/trunk/lib/ModPerl/WrapXS.pm URL: http://svn.apache.org/viewvc/

svn commit: r629672 - /perl/modperl/trunk/lib/Apache2/compat.pm

2008-02-20 Thread randyk
Author: randyk Date: Wed Feb 20 17:54:21 2008 New Revision: 629672 URL: http://svn.apache.org/viewvc?rev=629672&view=rev Log: Add Apache::request, using Apache2::compat::request, as discussed at http://marc.info/?t=12029120025&r=1&w=2 Modified: perl/modperl/trunk/lib/Apach

<    1   2