randyk 2004/07/13 18:54:33
modperl-2.0/t/lib/TestAPRlib - New directory
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
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'.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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/
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/
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
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
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:
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
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
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
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/
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
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:
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
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
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
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
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/
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
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/
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
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
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/
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
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
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:
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
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:
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
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
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:
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
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
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
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
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
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
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:
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
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
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
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
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:
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
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
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
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
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&
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/
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
101 - 169 of 169 matches
Mail list logo