randyk 2003/02/23 14:47:49
Modified:.Changes
Log:
Log recent changes.
Revision ChangesPath
1.663 +10 -0 modperl/Changes
Index: Changes
===
RCS file: /home/cvs/modperl/Changes,v
randyk 2003/02/23 19:38:47
Modified:lib/ModPerl BuildOptions.pm
Log:
Reviewed by: stas
adjust indentation/spaces to code style.
Revision ChangesPath
1.18 +5 -5 modperl-2.0/lib/ModPerl/BuildOptions.pm
Index: BuildOptions.pm
randyk 2003/02/23 19:52:22
Modified:.Changes
Log:
Log some recent Win32 changes.
Revision ChangesPath
1.133 +7 -0 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl
randyk 2003/03/08 11:08:41
Modified:ModPerl-Registry/t TEST.PL
Log:
fix for Win32 to put drive letter in expected place.
Revision ChangesPath
1.6 +1 -1 modperl-2.0/ModPerl-Registry/t/TEST.PL
Index: TEST.PL
randyk 2003/03/08 11:25:10
Modified:ModPerl-Registry/t basic.t
Log:
skip non-executable bit tests on Win32.
Revision ChangesPath
1.12 +4 -0 modperl-2.0/ModPerl-Registry/t/basic.t
Index: basic.t
randyk 2003/03/13 20:39:39
Modified:src/modules/perl Constants.xs
Log:
typecast to avoid warnings
Revision ChangesPath
1.21 +2 -2 modperl/src/modules/perl/Constants.xs
Index: Constants.xs
randyk 2003/03/13 20:45:52
Modified:src/modules/perl perl_config.c mod_perl.c
Log:
avoid warnings about unreferenced local variables on Win32
Revision ChangesPath
1.116 +4 -0 modperl/src/modules/perl/perl_config.c
Index: perl_config.c
randyk 2003/03/13 20:55:59
Modified:src/modules/perl mod_perl.h perl_config.c perl_util.c
Log:
s/I32/U8/ to avoid warnings
Revision ChangesPath
1.117 +1 -1 modperl/src/modules/perl/mod_perl.h
Index: mod_perl.h
randyk 2003/03/13 21:03:17
Modified:src/modules/perl perl_util.c
Log:
s/int/STRLEN/ to avoid warnings
Revision ChangesPath
1.52 +2 -1 modperl/src/modules/perl/perl_util.c
Index: perl_util.c
randyk 2003/03/13 22:05:06
Modified:Apache typemap
src/modules/perl Apache.xs
Log:
Reviewed by: stas
declare bufsiz of type STRLEN to avoid warning, and add STRLEN to typmap
Revision ChangesPath
1.11 +1 -0 modperl/Apache/typemap
Index
randyk 2003/03/13 22:48:57
Modified:Apache typemap
Log:
Reviewed by: stas
change STRLEN typemap from T_IV to T_UV
Revision ChangesPath
1.12 +1 -1 modperl/Apache/typemap
Index: typemap
randyk 2003/03/13 22:59:41
Modified:.Changes
Log:
Reviewed by: stas
log recent changes about warnings under src/modules/perl/.
Revision ChangesPath
1.665 +10 -0 modperl/Changes
Index: Changes
randyk 2003/06/05 07:49:37
Modified:t/response/TestApache subprocess.pm
Log:
Reviewed by: stas
fixes for benefit of Win32 to
- use Perl to run scripts
- handle line endings
Revision ChangesPath
1.14 +18 -14modperl-2.0/t/response/TestApache/subprocess.pm
randyk 2003/06/05 20:45:53
Modified:t/hooks cleanup2.t
Log:
Reviewed by: stas
Adjust size of file on Win32 to take into account crlf differences.
Revision ChangesPath
1.2 +5 -1 modperl-2.0/t/hooks/cleanup2.t
Index: cleanup2.t
randyk 2003/07/02 08:57:54
Modified:.Makefile.PL INSTALL.win32
Log:
For Win32, use a default of APACHE_SRC/modules to install
mod_perl.so, if this directory exists and if INSTALL_DLL is
not provided. Update the INSTALL.win32 documentation accordingly,
and also add
randyk 2003/07/05 21:51:20
Modified:src/modules/perl Apache.xs
Log:
Workaround to allow compiling with Win32 ActivePerl 8xx, which
introduced LARGE_FILES support.
Revision ChangesPath
1.128 +15 -1 modperl/src/modules/perl/Apache.xs
Index: Apache.xs
randyk 2003/07/06 06:42:56
Modified:.INSTALL.win32
Log:
Record that mod_perl will now build with ActivePerl 8xx.
Revision ChangesPath
1.10 +2 -2 modperl/INSTALL.win32
Index: INSTALL.win32
randyk 2003/07/06 07:12:29
Modified:.Changes
Log:
Record workaround to enable compiling on Win32 ActivePerl 8xx.
Revision ChangesPath
1.674 +4 -0 modperl/Changes
Index: Changes
randyk 2003/07/08 18:16:53
Modified:.Makefile.PL
Log:
For Win32,
- copy mod_perl.lib into Apache/libexec directory, if it exists
- keep drive letter in dsp (fixes bug reported by DH <[EMAIL PROTECTED]>)
Revision ChangesPath
1.215 +7 -2 m
randyk 2003/07/10 10:07:18
Modified:.Changes
Log:
Record recent Makefile.PL change to keep drive letters in dsp file.
Revision ChangesPath
1.675 +4 -0 modperl/Changes
Index: Changes
randyk 2003/07/12 16:11:56
Modified:tTEST.win32
Log:
remove some blank lines
Revision ChangesPath
1.5 +18 -56modperl/t/TEST.win32
Index: TEST.win32
===
RCS file: /home/cvs/modperl
randyk 2003/07/12 16:17:33
Modified:tTEST.win32
Log:
In finding Apache.exe, don't look on removeable drives, and verify
that an Apache.exe found is version 1.3.
Revision ChangesPath
1.6 +66 -17modperl/t/TEST.win32
Index: TEST.
randyk 2003/07/12 16:22:59
Modified:tTEST.win32
Log:
Put in some additional error checking when editing conf files.
Revision ChangesPath
1.7 +16 -11modperl/t/TEST.win32
Index: TEST.win32
randyk 2003/07/12 16:25:50
Modified:tTEST.win32
Log:
Some cleanup in starting and stopping server, and also unlink pid file.
Revision ChangesPath
1.8 +11 -8 modperl/t/TEST.win32
Index: TEST.win32
randyk 2003/07/12 16:29:44
Modified:tTEST.win32
Log:
make script run under strict, and some indentation fixes
Revision ChangesPath
1.9 +52 -51modperl/t/TEST.win32
Index: TEST.win32
randyk 2003/07/12 16:35:30
Modified:tTEST.win32
Log:
minor cleanup
Revision ChangesPath
1.10 +5 -7 modperl/t/TEST.win32
Index: TEST.win32
===
RCS file: /home/cvs/modperl/t
randyk 2003/07/24 18:49:10
Modified:.Changes
lib/Apache Build.pm
Log:
Reviewed by: stas
For Win32,
- generate .pdb files for debugging when built with MP_DEBUG, and
install them into the same directory as the associated dll/so libs.
- install
randyk 2003/08/18 22:01:23
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
modperl_config.c modperl_types.h modperl_util.h
Log:
Reviewed by: geoff, stas
s/(RUN_ALL|RUN_FIRST|VOID)/MP_HOOK_$1/, as case-insensitive
randyk 2003/08/18 22:07:44
Modified:.Makefile.PL
Log:
On Win32, use Win32::GetShortPathName() on paths containing spaces.
Revision ChangesPath
1.216 +8 -6 modperl/Makefile.PL
Index: Makefile.PL
randyk 2003/09/03 20:31:50
Modified:src/modules/perl modperl_io_apache.c
xs/APR/PerlIO apr_perlio.c
Log:
Reviewed by: stas
Win32 needs PERLIO_K_RAW.
Revision ChangesPath
1.4 +1 -1 modperl-2.0/src/modules/perl/modperl_io_apache.c
Index
randyk 2003/09/10 18:31:22
Modified:lib/ModPerl BuildMM.pm
Log:
Reviewed by: stas
Prevent files in CVS/ directories from being copied over into blib/ on Win32.
Revision ChangesPath
1.12 +2 -1 modperl-2.0/lib/ModPerl/BuildMM.pm
Index: BuildMM.pm
randyk 2003/09/25 00:40:32
Modified:src/modules/perl modperl_log.h
Log:
Reviewed by: stas
In debug mode, for MP_FUNC, report __FILE__:__LINE__ in cases when
__FUNCTION__ isn't available.
Revision ChangesPath
1.12 +4 -1 modperl-2.0/src/modules
randyk 2003/09/27 13:06:59
Modified:.Makefile.PL INSTALL.win32 Changes
Log:
Reviewed by: stas
Add an INSTALL_LIB attribute to Makefile.PL for Win32 to specify where
to install mod_perl.lib [suggested by STeve Hay]
Revision ChangesPath
1.217 +36 -9
randyk 2003/10/03 19:10:07
modperl-2.0/t/htdocs/perlio - New directory
randyk 2003/10/03 19:12:13
Added: t/htdocs/perlio .cvsignore MoonRise.jpeg redrum.txt
Log:
added some files for perlio tests.
Revision ChangesPath
1.1 modperl-2.0/t/htdocs/perlio/.cvsignore
Index: .cvsignore
randyk 2003/10/03 19:40:16
Modified:t/htdocs/perlio MoonRise.jpeg
Log:
use a smaller image
Revision ChangesPath
1.2 +20 -100 modperl-2.0/t/htdocs/perlio/MoonRise.jpeg
<>
randyk 2003/10/03 20:10:48
Modified:t/response/TestAPR perlio.pm
Log:
Reviewed by: stas
add some tests within TestAPR/perlio to test reading/writing binary
and text files and also to test some CRLF and urf-8 issues.
Revision ChangesPath
1.26 +118 -2modperl
randyk 2003/10/08 22:10:29
Modified:.Makefile.PL Changes
Log:
Submitted by: Steve Hay
Reviewed by: randyk
Fix a bug in Makefile.PL where it would, under certain circumstances,
pick up the wrong Perl include directory.
Revision ChangesPath
1.218 +1 -1
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
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
randyk 2003/11/06 12:04:03
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
Reviewed by: stas
remove static declaration for modperl_request_read.
Revision ChangesPath
1.128 +0 -3 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index
randyk 2003/11/05 00:29:17
Modified:.Makefile.PL
xs/APR/APR Makefile.PL
Log:
Reviewed by: stas
For Win32, (apr|apu)-config needs a .bat extension for the -x test
in looking for the existence of the apr libraries.
Revision ChangesPath
1.128
randyk 2003/11/18 09:07:46
Modified:t/response/TestAPR finfo.pm
Log:
Reviewed by: geoff
skip certain tests on Win32 due to different file semantics.
Revision ChangesPath
1.2 +23 -8 modperl-2.0/t/response/TestAPR/finfo.pm
Index: finfo.pm
randyk 2003/11/19 15:01:37
Modified:t/response/TestAPR finfo.pm
Log:
skip finfo->fname test on Win32 until it's available within apr
(patch applied in current cvs).
Revision ChangesPath
1.3 +9 -3 modperl-2.0/t/response/TestAPR/finfo.pm
Index:
randyk 2003/11/30 20:00:35
Modified:lib/ModPerl BuildMM.pm
Log:
Reviewed by: stas
Fix buglet where on Win32 (and potentially some other non-Unixes) not
all files were being installed under a relative Apache2 subdirectory
when MP_INST_APACHE2 was specified.
Revision
randyk 2003/12/03 23:20:29
Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm
ModPerl-Registry/t basic.t redirect.t
Log:
Reviewed by: stas
Apache uses a Unix-style specification for files, in particular the
forward slash for directory separators. This
randyk 2003/12/04 23:10:43
Modified:.Changes
Log:
log change about fixing a small bug on Win32 where not all files were
being installed to a relative Apache2 subdirectory with MP_INST_APACHE2
specified.
Revision ChangesPath
1.271 +4 -0 modperl-2.0
randyk 2003/12/15 17:37:13
Modified:.Makefile.PL
lib mod_perl.pm
Log:
Reviewed by: stas
add a name and abstract to mod_perl.pm, and an associated
ABSTRACT_FROM attribute in WriteMakefile() of Makefile.pm,
to help certain tools like on
randyk 2003/12/15 17:46:13
Modified:lib/Apache Build.pm
Log:
Reviewed by: stas
add MP_AP_PREFIX/bin/apxs to list of tries to make in finding apxs.
Revision ChangesPath
1.152 +2 -1 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
randyk 2003/12/15 18:39:00
Modified:lib/Apache Build.pm
Log:
Reviewed by: stas
In testing for the existence of the apxs and apr-config utilities, Win32 needs
candidates to have a .bat extension for the -x file test to succeed.
Revision ChangesPath
1.153 +16 -2
randyk 2003/12/15 19:48:11
Modified:.Changes
Log:
log change to Apache::Build about adding a .bat extension to apxs and
apr-config candidates.
Revision ChangesPath
1.284 +4 -0 modperl-2.0/Changes
Index: Changes
randyk 2003/12/16 10:13:04
Modified:t/response/TestAPR finfo.pm
Log:
On Win32, skip atime test, which doesn't work on NTFS file
systems. Reported by Steve Hay.
Revision ChangesPath
1.7 +2 -1 modperl-2.0/t/response/TestAPR/finfo.pm
Index: fin
randyk 2004/02/14 09:00:27
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
add missing env functions to FunctionTable
Revision ChangesPath
1.146 +19 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
randyk 2004/03/25 20:15:51
Modified:.Changes
lib/ModPerl MM.pm
Log:
fix installation on Win32 so that an Apache2/ subdirectory under the
Perl tree is used when MP_INST_APACHE2 is specified.
Revision ChangesPath
1.353 +4 -0 modperl-2.0
randyk 2004/04/29 22:49:19
Modified:t/filter out_str_subreq_default.t
Log:
Reviewed by: stas
strip \r line endings for Win32.
Revision ChangesPath
1.2 +3 -0 modperl-2.0/t/filter/out_str_subreq_default.t
Index: out_str_subreq_default.t
randyk 2004/06/01 19:13:24
Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm
t/response/TestAPI server_const.pm server_util.pm
t/response/TestCompat apache.pm
Log:
Reviewed by: stas
For the benefit of Win32, use the new function
randyk 2004/06/15 20:55:48
Modified:lib/Apache Build.pm
lib/ModPerl Code.pm
src/modules/perl mod_perl.h modperl_apache_includes.h
modperl_cmd.c modperl_config.c modperl_error.c
modperl_gtop.h modperl_log.c
randyk 2004/06/16 10:03:27
Modified:t/hooks authen.t
t/compat conn_authen.t
t/directive perl.t
Log:
skip tests unless have_auth is true.
Revision ChangesPath
1.6 +1 -1 modperl-2.0/t/hooks/authen.t
Index: authen.t
randyk 2004/06/18 16:45:07
Modified:lib/Apache ParseSource.pm
Log:
Reviewed by: stas
follow => 1 for symlinks of File::Find doesn't work on Win32.
Revision ChangesPath
1.56 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm
Index: ParseS
randyk 2004/06/18 16:48:35
Modified:lib/ModPerl CScan.pm
Log:
Reviewed by: stas
Use a different syntax for calling cppstdin on Win32 (using cl -nologo -E
for cppstdin).
Revision ChangesPath
1.4 +4 -2 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
randyk 2004/06/18 16:51:14
Modified:lib/ModPerl CScan.pm
Log:
oops - move definition of WIN32 constant to package where it's used.
Revision ChangesPath
1.5 +1 -1 modperl-2.0/lib/ModPerl/CScan.pm
Index: CSc
randyk 2004/06/20 21:19:49
Modified:lib/ModPerl CScan.pm
Log:
style indentation fix.
Revision ChangesPath
1.6 +1 -1 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
===
RCS file: /home
randyk 2004/06/20 23:45:54
Modified:.Makefile.PL
Log:
for Win32,
- make the xs/APR/APR before the other APR::* targets, in preparation
for linking the APR::* against APR.lib
- create a bogus blib/arch/Apache2/auto/APR/APR.lib, to fool
MakeMaker into thinking
randyk 2004/06/22 15:09:27
Modified:xs/APR/APR Makefile.PL
Log:
Reviewed by: stas
include src/modules/perl/modperl_bucket.c when building APR.so,
so that APR::Bucket can be used outside of mod_perl.so.
Revision ChangesPath
1.21 +1 -1 modperl-2.0/xs/APR
randyk 2004/06/22 15:34:10
Modified:src/modules/perl modperl_common_includes.h
modperl_common_util.c modperl_common_util.h
modperl_types.h modperl_util.c modperl_util.h
Added: src/modules/perl modperl_common_types.h
Log
randyk 2004/06/22 15:44:14
Modified:lib/ModPerl WrapXS.pm
xs/APR/Const Const.pm
xs/APR/PerlIO PerlIO.pm
Log:
Reviewed by: stas
Add 'use APR ()' in APR::* modules, so APR is loaded by APR::*.
Revision ChangesPath
1.75
randyk 2004/06/22 20:21:11
modperl-2.0/xs/tables/current/APR - New directory
randyk 2004/06/22 20:30:15
Modified:lib/ModPerl WrapXS.pm MapUtil.pm
Added: xs/tables/current/APR FunctionTable.pm
Log:
add xs/tables/current/APR/FunctionTable.pm, which contains the subset
of functions appearing in ModPerl::FunctionTable used to build
APR.so
randyk 2004/06/23 07:31:31
Modified:todo features_missing
Log:
add item to automatically generate APR::FunctionTable.
Revision ChangesPath
1.4 +6 -0 modperl-2.0/todo/features_missing
Index: features_missing
randyk 2004/06/25 08:29:25
Modified:lib/ModPerl WrapXS.pm
src/modules/perl mod_perl.c mod_perl.h
xs/APR/APR APR.xs
xs/APR/Pool APR__Pool.h
Log:
Submitted by: Joe Schaefer <[EMAIL PROTECTED]>
Reviewed by: stas
use APR_*_OPTIO
randyk 2004/06/26 11:55:20
modperl-2.0/xs/APR/aprext - New directory
randyk 2004/06/26 12:41:54
Modified:.Makefile.PL
lib/ModPerl BuildMM.pm
xs/APR/APR Makefile.PL
Added: xs/APR/aprext Makefile.PL .cvsignore
Log:
Reviewed by: stas
On Win32, in order to decouple the APR/APR::* modules from mod_perl.so
randyk 2004/06/27 16:41:07
Modified:.Makefile.PL
xs/APR/PerlIO Makefile.PL PerlIO.xs
xs/Apache/SubProcess Apache__SubProcess.h
Added: xs/APR/PerlIO modperl_apr_perlio.c modperl_apr_perlio.h
Removed: xs/APR/PerlIO apr_perlio.c
randyk 2004/06/27 19:10:02
Modified:lib/ModPerl Code.pm
xs/APR/APR Makefile.PL
xs/APR/aprext Makefile.PL
Log:
Reviewed by: stas
introduce a sub in ModPerl::Code which generates the names of the
src/module/perl/*.c files needed for compiling APR
randyk 2004/07/01 09:24:12
Modified:t/apisendfile.t
Log:
Reviewed by: stas
need to open a file using binmode on Win32, so as the \r are included,
as these appear in the contents sent via sendfile.
Revision ChangesPath
1.8 +3 -0 modperl-2.0/t/api
randyk 2004/07/01 09:42:13
Modified:.Changes
Log:
log recent change of being able to use APR/APR::* outside of mod_perl.so.
Revision ChangesPath
1.394 +7 -0 modperl-2.0/Changes
Index: Changes
randyk 2004/07/02 12:04:32
Modified:lib/ModPerl Code.pm
Log:
Reviewed by: stas
arrange to have src/modules/perl/modperl_common_types.h installed
into the Apache2 include/ directory.
Revision ChangesPath
1.125 +1 -1 modperl-2.0/lib/ModPerl/Code.pm
randyk 2004/07/02 22:36:17
Modified:.Changes
Log:
log recent changes about header files installed into Apache2/include/.
Revision ChangesPath
1.399 +6 -0 modperl-2.0/Changes
Index: Changes
randyk 2004/07/04 11:44:49
Modified:.Makefile.PL
lib/Apache Build.pm
lib/ModPerl BuildMM.pm BuildOptions.pm
xs/APR/APR Makefile.PL
xs/APR/aprext Makefile.PL
Log:
Reviewed by: stas
some further tweaks to the
randyk 2004/07/06 08:49:13
Modified:t/protocol pseudo_http.t
t/protocol/TestProtocol pseudo_http.pm
Log:
Reviewed by: stas
add demand of @AUTH_MODULE@ to the protocol/pseudo_http test, and
use @AUTH_MODULE@ and @ACCESS_MODULE@ in the
directives, to support
randyk 2004/07/06 22:06:40
Modified:xs/maps modperl_functions.map
Log:
Reviewed by: stas
adjust mpxs_Apache__RequestRec_add_config args in map file.
Revision ChangesPath
1.76 +1 -1 modperl-2.0/xs/maps/modperl_functions.map
Index: modperl_functions.map
randyk 2004/07/07 21:52:06
Modified:t/apache constants.t discard_rbody.t post.t scanhdrs.t
scanhdrs2.t send_cgi_header.t
t/response/TestApache conftree.pm subprocess.pm util.pm
Log:
swap order of arguments passed to t_cmp in t/apache/ tests to
randyk 2004/07/07 22:29:42
Modified:t/apiinternal_redirect.t rflush.t
t/response/TestAPI conn_rec.pm module.pm query.pm
request_rec.pm rutil.pm server_const.pm
server_util.pm slurp_filename.pm uri.pm
Log:
swap order
randyk 2004/07/07 23:06:33
Modified:t/aprconstants.t
t/response/TestAPR base64.pm brigade.pm bucket.pm date.pm
finfo.pm flatten.pm ipsubnet.pm perlio.pm pool.pm
sockaddr.pm socket.pm table.pm uri.pm
Log:
change
randyk 2004/07/07 23:13:35
Modified:t/apr-ext perlio.t
Log:
swap order of args to t_cmp in t/apr-ext tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.6 +22 -22modperl-2.0/t/apr-ext/perlio.t
Index: perlio.t
randyk 2004/07/09 08:12:56
Modified:t/compat request_body.t
t/response/TestCompat apache.pm apache_file.pm
apache_table.pm apache_uri.pm apache_util.pm
request.pm
Log:
swap order of args to t_cmp in t/compat tests to
randyk 2004/07/09 08:27:32
Modified:t/directive perlloadmodule2.t perlloadmodule3.t perlmodule.t
perlrequire.t setupenv.t
t/response/TestDirective env.pm perldo.pm perlloadmodule.pm
perlloadmodule4.pm perlloadmodule5.pm
randyk 2004/07/09 08:36:13
Modified:t/error runtime.t syntax.t
Log:
swap args to t_cmp in t/error tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.4 +2 -2 modperl-2.0/t/error/runtime.t
Index: runtime.t
randyk 2004/07/09 08:52:27
Modified:t/filter both_str_con_add.t both_str_req_add.t
both_str_req_mix.t both_str_req_proxy.t
in_autoload.t in_bbs_consume.t
in_bbs_inject_header.t in_bbs_underrun.t in_error.t
randyk 2004/07/09 09:02:43
Modified:t/hooks cleanup.t cleanup2.t push_handlers.t
stacked_handlers.t stacked_handlers2.t startup.t
t/hooks/TestHooks push_handlers_same_phase.pm
Log:
swap args to t_cmp in t/hooks tests to use new
($received
randyk 2004/07/09 11:28:00
Modified:xs/APR/PerlIO PerlIO.xs modperl_apr_perlio.c
modperl_apr_perlio.h
xs/Apache/SubProcess Apache__SubProcess.h
xs/tables/current/Apache StructureTable.pm
Log:
Reviewed by: stas
As apr_perlio
randyk 2004/07/09 11:53:02
Modified:t/modperl cookie.t cookie2.t exit.t getc.t print_utf8.t
print_utf8_2.t readline.t request_rec_perlio_api.t
sameinterp.t status.t
t/response/TestModperl current_callback.pm dir_config.pm
randyk 2004/07/09 12:09:55
Modified:t/modules cgi.t cgi2.t include_subreq.t proxy.t
Log:
swap args to t_cmp in t/modules tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.13 +5 -5 modperl-2.0/t/modules/cgi.t
Index: cgi.t
randyk 2004/07/09 14:25:24
Modified:t/response/TestPerl ithreads.pm
Log:
swap order of args to t_cmp in t/threads test to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.9 +3 -3 modperl-2.0/t/response/TestPerl/ithreads.pm
Index
randyk 2004/07/09 14:29:11
Modified:t/preconnection note.t
Log:
swap order of args to t_cmp in t/preconnection tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.4 +1 -1 modperl-2.0/t/preconnection/note.t
Index: note.t
randyk 2004/07/09 14:48:14
Modified:t/protocol echo_bbs.t echo_bbs2.t echo_block.t echo_filter.t
Log:
swap order of args to t_cmp in t/protocol tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.2 +1 -1 modperl-2.0/t/protocol
randyk 2004/07/09 14:52:49
Modified:t/response/TestUser rewrite.pm
Log:
swap args to t_cmp in t/user tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.2 +1 -1 modperl-2.0/t/response/TestUser/rewrite.pm
Index: rewrite.pm
randyk 2004/07/09 14:55:53
Modified:t/response/TestVhost config.pm
Log:
swap order of args to t_cmp in t/vhost tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.4 +1 -1 modperl-2.0/t/response/TestVhost/config.pm
Index
randyk 2004/07/10 21:29:27
Modified:ModPerl-Registry/t 206.t 304.t 404.t 500.t bad_scripts.t
basic.t bin_resp.t closure.t flush.t nph.t
perlrun_extload.t redirect.t special_blocks.t
Log:
swap order of args to t_cmp in ModPerl-Registry
randyk 2004/07/13 18:54:06
modperl-2.0/t/lib - New directory
1 - 100 of 169 matches
Mail list logo