dougm 01/05/05 10:38:33
Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.6 +157 -5modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
Index
dougm 01/05/05 10:40:26
Modified:src/modules/perl modperl_filter.c modperl_filter.h
xs/Apache/Filter Apache__Filter.h
xs/maps apache_functions.map
Log:
adjust to ap_get_brigade() prototype change
Revision ChangesPath
1.18 +3 -3
dougm 01/05/03 23:20:37
Modified:src/modules/perl modperl_util.c modperl_util.h
Log:
add modperl_sv2server_rec function
Revision ChangesPath
1.14 +7 -0 modperl-2.0/src/modules/perl/modperl_util.c
Index: modperl_util.c
dougm 01/05/04 11:19:43
Modified:lib/Apache compat.pm
Log:
set $ENV{MOD_PERL} to $mod_perl::VERSION like 1.x does
Revision ChangesPath
1.6 +2 -1 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
dougm 01/05/04 18:01:32
Modified:xs/maps apache_functions.map
Log:
not sure if these two are of use
Revision ChangesPath
1.19 +3 -3 modperl-2.0/xs/maps/apache_functions.map
Index: apache_functions.map
dougm 01/05/04 18:02:10
Added: t/response/TestAPI rutil.pm
Log:
add some tests for Apache::RequestUtil
Revision ChangesPath
1.1 modperl-2.0/t/response/TestAPI/rutil.pm
Index: rutil.pm
dougm 01/05/04 18:17:01
Modified:xs/maps apache_functions.map
Log:
default force_weak=0 for make_etag, reorder send_mmap args (swap mm and r)
Revision ChangesPath
1.20 +2 -2 modperl-2.0/xs/maps/apache_functions.map
Index: apache_functions.map
dougm 01/05/04 18:46:30
Modified:Apache-Test/lib/Apache TestConfigPerl.pm
Log:
allow api test files to have the same names as hooks
Revision ChangesPath
1.11 +2 -1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm
Index: TestConfigPerl.pm
dougm 01/05/04 19:06:15
Modified:xs/Apache/Access Apache__Access.h
xs/maps apache_functions.map
Log:
implement ap_allow_methods
Revision ChangesPath
1.3 +26 -0 modperl-2.0/xs/Apache/Access/Apache__Access.h
Index: Apache__Access.h
dougm 01/05/04 19:08:06
Added: t/response/TestAPI access.pm
Log:
add tests for Apache::Access
Revision ChangesPath
1.1 modperl-2.0/t/response/TestAPI/access.pm
Index: access.pm
dougm 01/05/04 19:15:02
Modified:xs/maps apache_functions.map
Log:
everything in Apache::Access is in package Apache::RequestRec
Revision ChangesPath
1.22 +1 -1 modperl-2.0/xs/maps/apache_functions.map
Index: apache_functions.map
dougm 01/05/04 19:16:05
Modified:lib/ModPerl WrapXS.pm
xs modperl_xs_util.h
xs/Apache/Access Apache__Access.h
xs/Apache/RequestIO Apache__RequestIO.h
Log:
move redefinition of mp_xs_sv2_r to modperl_xs_util.h
Revision
dougm 01/05/03 20:44:23
Modified:src/modules/perl modperl_const.c
Log:
make constants GvSHARED
Revision ChangesPath
1.7 +3 -0 modperl-2.0/src/modules/perl/modperl_const.c
Index: modperl_const.c
dougm 01/05/03 21:21:55
Modified:lib/Apache compat.pm
src/modules/perl modperl_log.h
t/response/TestAPI aplog.pm
xs/Apache/Log Apache__Log.h
xs/maps apache_functions.map modperl_functions.map
Log:
add 1.x style
dougm 01/05/03 22:57:53
Modified:src/modules/perl mod_perl.c
Log:
fix for non-ithread Perls
Revision ChangesPath
1.53 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
dougm 01/05/05 11:39:35
Modified:Apache-Test/lib/Apache TestRequest.pm
Log:
support a "default" vhost, which is simply the main server (normally port 8529)
Revision ChangesPath
1.4 +4 -3 modperl-2.0/Apache-Test/lib/Apache/TestRequest.pm
dougm 01/05/05 11:46:15
Modified:xs/Apache/RequestIO Apache__RequestIO.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Added: t/apache read.t
t/response/TestApache read.pm
Log:
add $r->read met
dougm 01/05/05 12:24:44
Modified:xs/Apache/RequestIO Apache__RequestIO.h
xs/maps apache_functions.map modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Added: t/response/TestApache write.pm
Log:
add $r->write method (and WR
dougm 01/05/05 15:05:04
Modified:Apache-Test/lib/Apache Test.pm
Log:
dont tie STDOUT if already tied
Revision ChangesPath
1.5 +1 -1 modperl-2.0/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
dougm 01/05/05 15:05:31
Modified:Apache-Test/lib/Apache TestConfigPerl.pm
Log:
dont configure SetHandler for PerlResponseHandler if the test module already
configured it
Revision ChangesPath
1.12 +10 -4 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm
dougm 01/05/05 15:06:41
Added: src/modules/perl modperl_io.c modperl_io.h
Log:
module for i/o hooks
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
dougm 01/05/05 15:08:45
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c mod_perl.h
Added: t/apache cgihandler.t
t/response/TestApache cgihandler.pm
Log:
add the start of a 1.x style "perl-script" response handler
dougm 01/05/06 18:31:26
Modified:xs/Apache/RequestIO Apache__RequestIO.h
Log:
buffer growing was a bit overzealous
Revision ChangesPath
1.11 +1 -1 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h
Index: Apache__RequestIO.h
dougm 01/05/06 19:05:03
Modified:src/modules/perl modperl_filter.c modperl_filter.h
xs/Apache/Filter Apache__Filter.h
xs/maps apache_functions.map
Log:
ap_get_brigade() api has changed back to the original, back out the related change
Revision
dougm 01/05/07 21:10:42
Added: src/modules/perl modperl_env.c modperl_env.h
Log:
add modperl_env module to manage %ENV
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_env.c
Index: modperl_env.c
dougm 01/05/07 21:11:03
modperl-2.0/t/modules - New directory
dougm 01/05/07 21:11:18
modperl-2.0/t/response/TestModules - New directory
dougm 01/05/07 21:20:17
Modified:xs/APR/Pool APR__Pool.h
Log:
need to refresh the stack pointer after callback
Revision ChangesPath
1.4 +2 -0 modperl-2.0/xs/APR/Pool/APR__Pool.h
Index: APR__Pool.h
dougm 01/05/07 21:25:51
Modified:lib/Apache compat.pm
lib/ModPerl Code.pm
src/modules/perl mod_perl.c mod_perl.h
t/response/TestApache cgihandler.pm
Added: t/modules cgi.t
t/response/TestModules cgi.pm
Log
dougm 01/05/07 22:07:11
Modified:Apache-Test/lib/Apache TestRequest.pm
Log:
add file upload shortcut functions
Revision ChangesPath
1.5 +50 -1 modperl-2.0/Apache-Test/lib/Apache/TestRequest.pm
Index: TestRequest.pm
dougm 01/05/07 22:08:52
Modified:t/modules cgi.t
Log:
add simple file upload test for CGI.pm
Revision ChangesPath
1.2 +4 -1 modperl-2.0/t/modules/cgi.t
Index: cgi.t
===
RCS file: /home
dougm 01/05/07 22:17:24
Modified:Apache-Test/lib/Apache TestConfigParse.pm
Log:
local $_
Revision ChangesPath
1.4 +1 -0 modperl-2.0/Apache-Test/lib/Apache/TestConfigParse.pm
Index: TestConfigParse.pm
dougm 01/05/07 22:19:47
Added: t/modules cgiupload.t
t/response/TestModules cgiupload.pm
Log:
add CGI.pm fileupload tests that actually use some files
Revision ChangesPath
1.1 modperl-2.0/t/modules/cgiupload.t
Index: cgiupload.t
dougm 01/05/08 11:04:39
Added: src/modules/perl modperl_cgi.c modperl_cgi.h
Log:
module for cgi emulation related routines
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_cgi.c
Index: modperl_cgi.c
dougm 01/05/08 11:06:35
modperl-2.0/xs/Apache/Response - New directory
dougm 01/05/08 11:56:00
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.h modperl_apache_includes.h
modperl_env.c
t/response/TestModules cgi.pm
xs/maps modperl_functions.map
Added: xs/Apache/Response
dougm 01/05/08 13:15:16
Modified:xs/Apache/Response Apache__Response.h
Log:
do not need to copy the buffer to be parsed
Revision ChangesPath
1.2 +3 -7 modperl-2.0/xs/Apache/Response/Apache__Response.h
Index: Apache__Response.h
dougm 01/05/08 13:15:55
Modified:t/response/TestModules cgi.pm
Log:
remove test that was not really part of the test
Revision ChangesPath
1.3 +1 -1 modperl-2.0/t/response/TestModules/cgi.pm
Index: cgi.pm
dougm 01/05/08 14:08:55
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_config.c
modperl_filter.c modperl_types.h
t/modules cgi.t
t/response/TestModules cgi.pm
xs/Apache/Response
dougm 01/05/08 14:22:50
Modified:pod modperl_dev.pod
Log:
document some of the newer PerlOptions
Revision ChangesPath
1.23 +35 -0 modperl-2.0/pod/modperl_dev.pod
Index: modperl_dev.pod
dougm 01/05/08 15:26:07
Modified:todo README deprecated_features.txt
missing_old_features.txt possible_new_features.txt
Added: todo api.txt
Removed: todo Apache-class.txt
Log:
update todos
Revision ChangesPath
1.3
dougm 01/05/09 10:04:36
Modified:src/modules/perl modperl_options.c
Log:
ithread only option check should only be done on server config, not per-dir
Revision ChangesPath
1.7 +1 -1 modperl-2.0/src/modules/perl/modperl_options.c
Index: modperl_options.c
dougm 01/05/10 20:04:54
Modified:Apache-Test/lib/Apache TestMM.pm
Log:
fix typo, MM => MY; and dont redefine the method
Revision ChangesPath
1.4 +4 -1 modperl-2.0/Apache-Test/lib/Apache/TestMM.pm
Index: TestMM
dougm 01/04/20 08:40:09
Modified:xs/Apache/Filter Apache__Filter.h
Log:
fix when MP_TRACE is not defined
Revision ChangesPath
1.8 +6 -2 modperl-2.0/xs/Apache/Filter/Apache__Filter.h
Index: Apache__Filter.h
dougm 01/05/13 19:41:50
Modified:lib/Apache Build.pm
Log:
add new -Dthinger so we compile when apache is built with maintainer mode
Revision ChangesPath
1.44 +1 -0 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
dougm 01/05/13 20:30:40
Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_types.h
t/response/TestApache cgihandler.pm
Log:
make modperl_response_handler_cgi() deal properly with "PerlInterpScope handler"
Revision ChangesPath
1.57
dougm 01/05/13 20:34:34
Modified:src/modules/perl mod_perl.c
Log:
modperl_response_handler_cgi(): flush output buffer after interpreter is putback
Revision ChangesPath
1.58 +9 -4 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
dougm 01/05/14 14:22:37
Modified:src/modules/perl modperl_types.h
Log:
fix for non-ithread Perls
Revision ChangesPath
1.42 +2 -0 modperl-2.0/src/modules/perl/modperl_types.h
Index: modperl_types.h
dougm 01/05/22 15:13:28
Modified:src/modules/perl modperl_callback.c
Log:
bug fix: callbacks that returned DECLINED were changed to OK
Revision ChangesPath
1.42 +2 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
dougm 01/05/22 13:46:19
modperl-2.0/xs/APR/URI - New directory
dougm 01/05/22 13:45:48
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.8 +4 -1 modperl-2.0/xs/tables
dougm 01/05/22 13:58:21
Modified:src/modules/perl modperl_apache_includes.h modperl_types.h
modperl_util.c modperl_util.h
t/response/TestAPI rutil.pm uri.pm
xs/Apache/URI Apache__URI.h
xs/maps apache_functions.map
dougm 01/05/30 15:48:19
Added: todo filters.txt
Log:
todo notes on filters
Revision ChangesPath
1.1 modperl-2.0/todo/filters.txt
Index: filters.txt
===
direct C api mapping
dougm 01/06/07 17:46:46
Modified:t/response/TestAPI access.pm
Log:
fix api/access test #4
Revision ChangesPath
1.2 +1 -1 modperl-2.0/t/response/TestAPI/access.pm
Index: access.pm
dougm 01/06/07 17:38:56
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
Log:
sync
Revision ChangesPath
1.9 +2 -4 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
Index
dougm 01/06/07 17:40:18
Modified:xs/maps apr_functions.map
Log:
s/cont/pool/ in apr_lock_create prototype
Revision ChangesPath
1.11 +1 -1 modperl-2.0/xs/maps/apr_functions.map
Index: apr_functions.map
dougm 01/06/07 18:04:57
Modified:t/response/TestApache cgihandler.pm
Log:
cant use PerlInterpScope w/ non-ithread Perl
Revision ChangesPath
1.4 +3 -1 modperl-2.0/t/response/TestApache/cgihandler.pm
Index: cgihandler.pm
dougm 01/06/14 20:58:14
Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
Log:
sync
Revision ChangesPath
1.9 +113 -14 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
Index: FunctionTable.pm
dougm 01/06/14 20:58:56
Modified:xs/maps apr_functions.map
Log:
disable apr_brigade_partition for the moment so things compile
Revision ChangesPath
1.12 +1 -1 modperl-2.0/xs/maps/apr_functions.map
Index: apr_functions.map
dougm 01/06/16 12:11:34
Modified:xs/ModPerl/Const Const.xs
xs/Apache/Const Const.xs
Log:
adjust to bleedperls -Wall cleaner xsubpp
Revision ChangesPath
1.2 +0 -3 modperl-2.0/xs/ModPerl/Const/Const.xs
Index: Const.xs
dougm 01/06/16 12:14:10
Modified:xs/ModPerl/Const Const.xs
xs/Apache/Const Const.xs
Log:
shutup xsubpp plea for prototyping behavior
Revision ChangesPath
1.3 +3 -0 modperl-2.0/xs/ModPerl/Const/Const.xs
Index: Const.xs
dougm 01/06/20 16:59:37
Modified:xs/Apache/RequestIO Apache__RequestIO.h
Log:
fix $r->read not to mess with r->read_length
fix $r->read and $r->get_client_block to set the buffer to "" rather
than undef, like CORE::read() does
these changes fix the
dougm 01/06/23 10:47:32
Modified:t/filter/TestFilter api.pm
Log:
TestFilter::api needs to untie *STDOUT; else tests run after it fail
Revision ChangesPath
1.4 +6 -0 modperl-2.0/t/filter/TestFilter/api.pm
Index: api.pm
dougm 01/06/25 20:26:48
Modified:Apache-Test/lib/Apache Test.pm
Log:
beef up the Apache::Test docs a bit
Revision ChangesPath
1.9 +57 -11modperl-2.0/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
dougm 01/06/25 20:31:53
Modified:Apache-Test/lib/Apache Test.pm
Log:
clarify
Revision ChangesPath
1.10 +1 -1 modperl-2.0/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===
RCS file
dougm 01/06/26 09:52:03
Modified:util source_scan.pl
Log:
include ModPerl::WrapXS for the moment
Revision ChangesPath
1.5 +1 -0 modperl-2.0/util/source_scan.pl
Index: source_scan.pl
dougm 01/06/26 10:09:50
Modified:Apache-Test/lib/Apache TestConfigPerl.pm
Log:
die in modperl_startup.pl if modperl_{inc,extra}.pl die
Revision ChangesPath
1.13 +2 -1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm
Index: TestConfigPerl.pm
dougm 01/06/26 09:26:55
Modified:lib/ModPerl WrapXS.pm
Log:
GvSHARED is in the middle of being renamed, disable for the moment
Revision ChangesPath
1.19 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm
Index: WrapXS.pm
dougm 01/06/28 10:23:14
Modified:.Makefile.PL
Log:
exit w/ a status
Revision ChangesPath
1.36 +1 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
===
RCS file: /home/cvs/modperl
dougm 01/06/28 10:31:53
Modified:lib/Apache ParseSource.pm
Log:
sort data structures (patch from stas, slightly modified)
Revision ChangesPath
1.18 +46 -2 modperl-2.0/lib/Apache/ParseSource.pm
Index: ParseSource.pm
dougm 01/06/26 22:35:55
Modified:src/modules/perl modperl_env.c
Log:
GATEWAY_INTERFACE needs to be set on each request, since ap_add_cgi_vars() will reset
Revision ChangesPath
1.3 +23 -0 modperl-2.0/src/modules/perl/modperl_env.c
Index: modperl_env.c
dougm 01/06/26 22:36:53
Modified:t/modules cgi.t
t/response/TestModules cgi.pm
Log:
beef up the cgi.pm test a bit
Revision ChangesPath
1.4 +3 -5 modperl-2.0/t/modules/cgi.t
Index: cgi.t
dougm 01/06/28 16:24:19
Modified:lib/Apache ParseSource.pm
Log:
dont require Tie::IxHash unless its actually used
Revision ChangesPath
1.19 +2 -1 modperl-2.0/lib/Apache/ParseSource.pm
Index: ParseSource.pm
dougm 01/06/27 10:30:22
Modified:Apache-Test MANIFEST
Apache-Test/lib/Apache TestHarness.pm
Added: Apache-Test/lib/Apache TestSort.pm
Log:
move sort routines into their own module, might be useful elsewhere
Revision ChangesPath
1.4 +1 -0
dougm 01/06/29 12:10:31
Modified:lib/Apache ParseSource.pm
xs/tables/current/Apache FunctionTable.pm
Log:
work around C::Scan confusion over ap_run_error_log
Revision ChangesPath
1.20 +8 -0 modperl-2.0/lib/Apache/ParseSource.pm
Index
dougm 01/06/27 19:59:18
Modified:.Makefile.PL
lib/Apache Build.pm
Log:
give better apxs failure messages, die if server version cannot be found/parsed
Revision ChangesPath
1.35 +4 -6 modperl-2.0/Makefile.PL
Index: Makefile.PL
dougm 01/06/29 11:01:55
Modified:util source_scan.pl
Log:
forgotten commit; add Apache-Test/lib to @INC
Revision ChangesPath
1.6 +1 -1 modperl-2.0/util/source_scan.pl
Index: source_scan.pl
dougm 02/03/23 18:36:41
Modified:src/modules/perl modperl_io.c
Log:
figure out which tiehandle SV to use at compile as 1.x does, rather
than at runtime
Revision ChangesPath
1.7 +12 -10modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
dougm 02/03/23 18:38:01
Modified:lib/Apache compat.pm
Log:
need to use Apache::Log for compat mode
Revision ChangesPath
1.35 +1 -0 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
dougm 02/03/23 18:41:29
Modified:src/modules/perl modperl_io.c
Log:
move tie handle magic comment to where new TIEHANDLE_SV macro is defined
Revision ChangesPath
1.8 +5 -5 modperl-2.0/src/modules/perl/modperl_io.c
Index: modperl_io.c
dougm 02/03/25 18:45:32
Modified:lib/ModPerl WrapXS.pm
Log:
this BEGIN block crashes the server on win32; backing out
Revision ChangesPath
1.41 +4 -6 modperl-2.0/lib/ModPerl/WrapXS.pm
Index: WrapXS.pm
dougm 02/03/25 19:37:47
Modified:xs/Apache/Log Apache__Log.h
Log:
workaround win32/5.6.1 bug which crashes when using PL_sv_no with do_join
Revision ChangesPath
1.9 +24 -6 modperl-2.0/xs/Apache/Log/Apache__Log.h
Index: Apache__Log.h
dougm 02/03/28 16:52:44
Modified:xs/maps apache_functions.map
Log:
fix to build against current httpd-2.0
Revision ChangesPath
1.46 +2 -2 modperl-2.0/xs/maps/apache_functions.map
Index: apache_functions.map
dougm 02/03/29 08:16:21
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.23 +12 -1 modperl-2.0/xs/tables
dougm 02/03/29 08:16:43
Modified:src/modules/perl modperl_filter.c
t/filter/TestFilter buckets.pm input_body.pm input_msg.pm
xs/APR/Brigade APR__Brigade.h
xs/maps apache_structures.map apr_functions.map
dougm 02/04/05 16:40:00
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.24 +2 -1 modperl-2.0/xs/tables
dougm 02/04/05 17:11:04
Modified:t/protocol/TestProtocol echo_filter.pm
Log:
adjust to apr brigade api changes
Revision ChangesPath
1.5 +2 -2 modperl-2.0/t/protocol/TestProtocol/echo_filter.pm
Index: echo_filter.pm
dougm 02/04/05 17:19:15
Modified:src/modules/perl mod_perl.c modperl_filter.c
modperl_filter.h
Log:
get t/filter/input_msg.t working again
Revision ChangesPath
1.110 +10 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
dougm 02/04/05 17:23:17
Modified:src/modules/perl mod_perl.c
Log:
use AP_FTYPE_RESOURCE rather than AP_FTYPE_CONTENT_SET
Revision ChangesPath
1.111 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
dougm 02/04/05 17:42:53
Modified:lib .cvsignore
lib/ModPerl Code.pm
t/conf modperl_extra.pl
t/response/TestDirective perlrequire.pm
Added: lib Apache2.pm
Log:
no longer generate Apache2.pm
add an Apache2.pm
dougm 02/04/05 18:12:14
Modified:.Makefile.PL
Log:
attempt to detect existing mod_perl/1.xx installation.
if found die unless MP_INST_APACHE2=1 was specified.
Revision ChangesPath
1.60 +34 -2 modperl-2.0/Makefile.PL
Index: Makefile.PL
dougm 02/04/05 18:25:10
Modified:lib/Apache Build.pm
Log:
dont delete Apache2.pm anymore
Revision ChangesPath
1.76 +0 -1 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
===
RCS file
dougm 02/04/05 18:48:07
Removed: .00README_FIRST
Log:
removing obsolete file
dougm 02/04/05 18:51:47
Modified:.INSTALL
Log:
add simple install note
Revision ChangesPath
1.3 +5 -1 modperl-2.0/INSTALL
Index: INSTALL
===
RCS file: /home/cvs/modperl-2.0
dougm 02/04/05 18:59:27
Added: .README
Log:
add a brief README
Revision ChangesPath
1.1 modperl-2.0/README
Index: README
===
This is mod_perl version 2.0
Apache
dougm 02/04/05 19:18:22
Modified:examples/lib/Apache HelloWorld.pm
Log:
update example
Revision ChangesPath
1.3 +2 -1 modperl-2.0/examples/lib/Apache/HelloWorld.pm
Index: HelloWorld.pm
dougm 02/04/05 19:54:32
Added: lib/ModPerl Manifest.pm
Log:
module to generate MANIFEST
Revision ChangesPath
1.1 modperl-2.0/lib/ModPerl/Manifest.pm
Index: Manifest.pm
dougm 02/04/05 20:01:56
Modified:..cvsignore Makefile.PL
Log:
generate MANIFEST during "make dist"
Revision ChangesPath
1.6 +1 -0 modperl-2.0/.cvsignore
Index:
dougm 02/04/05 20:09:36
Modified:t/response/TestDirective perlmodule.pm
Log:
need Apache2 here too
Revision ChangesPath
1.3 +2 -0 modperl-2.0/t/response/TestDirective/perlmodule.pm
Index: perlmodule.pm
dougm 02/04/05 20:13:56
Modified:.Makefile.PL
Log:
add cvs_tag target
Revision ChangesPath
1.62 +5 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
===
RCS file: /home/cvs/modperl
1 - 100 of 441 matches
Mail list logo