cvs commit: modperl-2.0/util config.pl

2001-04-20 Thread dougm
dougm 01/04/20 09:50:57 Modified:pod modperl_dev.pod Added: util config.pl Log: add util/config.pl script to report configuration Revision ChangesPath No revision No revision

cvs commit: modperl-2.0 Makefile.PL

2001-04-20 Thread dougm
dougm 01/04/20 10:43:04 Modified:.Makefile.PL Log: need to push tables_dir into @INC when xs is not generated Revision ChangesPath 1.34 +11 -5 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2001-04-20 Thread dougm
dougm 01/04/20 11:03:49 Modified:lib/ModPerl WrapXS.pm Log: use thr corrent lib path Revision ChangesPath 1.8 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS file

cvs commit: modperl-2.0/util bugreport.pl config.pl

2001-04-20 Thread sbekman
uses lib/ModPerl/Config.pm Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm === package ModPerl::Config; use lib qw(Apache-Test/lib); use Apache::Build (); use

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigPerl.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:21:35 Modified:Apache-Test/lib/Apache TestConfigPerl.pm Log: hack for testing PerlInputFilterHandlers Revision ChangesPath 1.8 +8 -1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

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

2001-04-19 Thread dougm
dougm 01/04/19 10:22:57 Modified:lib/Apache ParseSource.pm Log: generate tables into the xs/tables/current directory, pickup apr_read_type enum Revision ChangesPath 1.16 +4 -3 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/lib/ModPerl ParseSource.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:23:27 Modified:lib/ModPerl ParseSource.pm Log: re fixup Revision ChangesPath 1.2 +2 -2 modperl-2.0/lib/ModPerl/ParseSource.pm Index: ParseSource.pm === RCS file

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:24:46 Modified:lib/ModPerl WrapXS.pm Log: ablity to add code to the generate .pm Revision ChangesPath 1.6 +29 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

cvs commit: modperl-2.0/t/filter/TestFilter buckets.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:31:10 Modified:t/filter/TestFilter buckets.pm Log: adjust APR::Bucket-readapi change Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/filter/TestFilter/buckets.pm Index: buckets.pm

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

2001-04-19 Thread dougm
dougm 01/04/19 10:36:37 Modified:t/response/TestApache post.pm Log: move read_post util so it can be used by other tests Revision ChangesPath 1.2 +1 -18 modperl-2.0/t/response/TestApache/post.pm Index: post.pm

cvs commit: modperl-2.0/xs modperl_xs_util.h

2001-04-19 Thread dougm
dougm 01/04/19 10:37:05 Modified:xs modperl_xs_util.h Log: add a few handy macros Revision ChangesPath 1.5 +5 -0 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h === RCS

cvs commit: modperl-2.0/xs/APR/Bucket APR__Bucket.h

2001-04-19 Thread dougm
dougm 01/04/19 10:38:16 Modified:xs/APR/Bucket APR__Bucket.h Log: proper implementation of APR::Bucket-read Revision ChangesPath 1.2 +20 -11modperl-2.0/xs/APR/Bucket/APR__Bucket.h Index: APR__Bucket.h

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-04-19 Thread dougm
dougm 01/04/19 10:38:56 Modified:xs/Apache/Filter Apache__Filter.h Log: add MODIFY_CODE_ATTRIBUTES method Revision ChangesPath 1.4 +42 -0 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index: Apache__Filter.h

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

2001-04-19 Thread dougm
dougm 01/04/19 10:44:22 Modified:src/modules/perl mod_perl.c modperl_filter.c modperl_filter.h Log: register/run PerlInputFilterHandlers Revision ChangesPath 1.48 +30 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-19 Thread dougm
dougm 01/04/19 10:45:31 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.6 +5 -1 modperl-2.0/xs/tables

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_handler.c modperl_handler.h

2001-04-19 Thread dougm
dougm 01/04/19 10:57:17 Modified:src/modules/perl modperl_callback.c modperl_handler.c modperl_handler.h Log: move handler resolver code into modperl_handler_resolve routine Revision ChangesPath 1.41 +3 -34 modperl-2.0/src/modules/perl

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

2001-04-19 Thread dougm
dougm 01/04/19 11:08:10 Modified:src/modules/perl mod_perl.c Log: tidy a bit Revision ChangesPath 1.49 +12 -10modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2001-04-19 Thread dougm
dougm 01/04/19 13:20:41 Modified:t/conf modperl_extra.pl Log: compile common APR constants Revision ChangesPath 1.4 +1 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestRequest.pm

2001-04-19 Thread dougm
dougm 01/04/19 14:21:20 Modified:Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestRequest.pm Log: allow test modules to configure VirtualHosts and hit them with test requests Revision ChangesPath 1.9 +1 -1 modperl-2.0

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-19 Thread dougm
/maps modperl_types.map xs/tables/current/ModPerl FunctionTable.pm Log: implement InputMessageFilters Revision ChangesPath 1.29 +5 -0 modperl-2.0/src/modules/perl/mod_perl.h Index: mod_perl.h

cvs commit: modperl-2.0/t/filter/TestFilter input_msg.pm

2001-04-19 Thread dougm
dougm 01/04/19 14:28:04 Added: t/filter input_msg.t t/filter/TestFilter input_msg.pm Log: add test for InputFilterMessage handler Revision ChangesPath 1.1 modperl-2.0/t/filter/input_msg.t Index: input_msg.t

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

2001-04-19 Thread dougm
dougm 01/04/19 17:43:47 Modified:src/modules/perl modperl_filter.c modperl_filter.h Log: remove dead code Revision ChangesPath 1.16 +0 -11 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c

cvs commit: modperl-2.0/t/filter/TestFilter input_body.pm input_msg.pm

2001-04-19 Thread dougm
dougm 01/04/19 18:21:29 Modified:t/filter/TestFilter input_body.pm input_msg.pm Log: remove filter ISA relationship, Input/Output classes are dead Revision ChangesPath 1.3 +0 -3 modperl-2.0/t/filter/TestFilter/input_body.pm Index: input_body.pm

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-04-19 Thread dougm
Revision ChangesPath 1.7 +19 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c === RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v retrieving revision 1.6 retrieving revision

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-19 Thread dougm
dougm 01/04/19 20:03:41 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.7 +19 -29modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-04-19 Thread dougm
of Apache::RequestRec::TIEHANDLE add Apache::RequestRec::PRINT alias expand DEFINE_* prefixes in ModPerl::FunctionTable to avoid name clashes Revision ChangesPath 1.4 +2 -6 modperl-2.0/Apache-Test/lib/Apache/Test.pm Index: Test.pm

cvs commit: modperl-2.0/xs/maps apache_structures.map

2001-04-18 Thread dougm
dougm 01/04/18 08:53:25 Modified:xs/maps apache_structures.map Log: keepalive has moved out of the conn_rec Revision ChangesPath 1.4 +0 -2 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map

cvs commit: modperl-2.0/t/response/TestAPI conn_rec.pm

2001-04-18 Thread dougm
dougm 01/04/18 22:46:04 Modified:t/response/TestAPI conn_rec.pm Log: remove tests for stuff moved out of conn_rec Revision ChangesPath 1.3 +1 -5 modperl-2.0/t/response/TestAPI/conn_rec.pm Index: conn_rec.pm

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

2001-04-17 Thread dougm
dougm 01/04/17 21:36:58 Modified:Apache-Test/lib/Apache Test.pm Log: add Apache::TestToString class for feeding Test.pm output into a string Revision ChangesPath 1.3 +34 -3 modperl-2.0/Apache-Test/lib/Apache/Test.pm Index: Test.pm

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

2001-04-17 Thread dougm
dougm 01/04/17 21:37:47 Modified:src/modules/perl modperl_filter.c Log: pass the APR::Brigade to filter handlers Revision ChangesPath 1.11 +1 -0 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2001-04-17 Thread dougm
dougm 01/04/17 21:40:02 Modified:lib/ModPerl Code.pm Log: include modperl_bucket Revision ChangesPath 1.57 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home/cvs

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-17 Thread dougm
modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm === RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3

cvs commit: modperl-2.0/xs/APR/Brigade APR__Brigade.h

2001-04-17 Thread dougm
dougm 01/04/17 22:09:56 Modified:xs/APR/Brigade APR__Brigade.h Log: add some APR::Brigade methods Revision ChangesPath 1.2 +59 -2 modperl-2.0/xs/APR/Brigade/APR__Brigade.h Index: APR__Brigade.h

cvs commit: modperl-2.0/xs/maps apr_functions.map apr_structures.map apr_types.map

2001-04-17 Thread dougm
dougm 01/04/17 22:10:44 Modified:xs/maps apr_functions.map apr_structures.map apr_types.map Log: enable APR::Bucket module, add some APR::Brigade methods Revision ChangesPath 1.7 +46 -31modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/t/filter/TestFilter buckets.pm

2001-04-17 Thread dougm
dougm 01/04/17 22:11:14 Added: t/filter/TestFilter buckets.pm Log: add a test for the brigade/buckets api Revision ChangesPath 1.1 modperl-2.0/t/filter/TestFilter/buckets.pm Index: buckets.pm

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2001-04-17 Thread dougm
dougm 01/04/17 22:25:01 Modified:lib/ModPerl Code.pm Log: strip APR_ and AP_ prefixes from constant names Revision ChangesPath 1.58 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

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

2001-04-17 Thread dougm
dougm 01/04/17 22:27:39 Modified:lib/Apache ParseSource.pm Log: pickup apache_filter and input_mode constants Revision ChangesPath 1.15 +3 -2 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

2001-04-17 Thread dougm
dougm 01/04/17 22:28:18 Modified:xs/tables/current/Apache ConstantsTable.pm Log: sync Revision ChangesPath 1.5 +53 -41modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm

cvs commit: modperl-2.0/xs/maps apache_structures.map modperl_functions.map

2001-04-13 Thread dougm
Apache::FilterRec module add Apache::OutputFilter-f method for access to Apache::Filter object add filter api test Revision ChangesPath 1.35 +0 -3 modperl-2.0/src/modules/perl/modperl_types.h Index: modperl_types.h

cvs commit: modperl-2.0 Makefile.PL

2001-04-12 Thread dougm
dougm 01/04/12 09:03:55 Modified:.Makefile.PL Log: make sure test files a cleaned Revision ChangesPath 1.33 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm

2001-04-12 Thread dougm
dougm 01/04/12 17:47:39 Modified:Apache-Test/lib/Apache TestConfig.pm Log: add config for perchild mpm Revision ChangesPath 1.7 +9 -0 modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm

2001-04-12 Thread dougm
dougm 01/04/12 17:51:54 Modified:Apache-Test/lib/Apache TestConfig.pm Log: forget a few things about the old config Revision ChangesPath 1.8 +2 -0 modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

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

2001-04-12 Thread dougm
dougm 01/04/12 18:10:21 Modified:src/modules/perl modperl_callback.c Log: log rather than trace failure to resolve handler Revision ChangesPath 1.40 +3 -2 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c

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

2001-04-12 Thread dougm
dougm 01/04/12 18:11:28 Added: t/response/TestAPR base64.pm Log: add test for APR::Base64 Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPR/base64.pm Index: base64.pm

cvs commit: modperl-2.0/t/hooks/TestHooks authz.pm

2001-04-12 Thread dougm
dougm 01/04/12 18:26:56 Added: t/hooks authz.t t/hooks/TestHooks authz.pm Log: add PerlAuthzHandler test Revision ChangesPath 1.1 modperl-2.0/t/hooks/authz.t Index: authz.t

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigPerl.pm

2001-04-12 Thread dougm
dougm 01/04/12 18:38:38 Modified:Apache-Test/lib/Apache TestConfigPerl.pm Log: add a few to the hook config mapping table Revision ChangesPath 1.6 +1 -1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

cvs commit: modperl-2.0/t/hooks/TestHooks fixup.pm

2001-04-12 Thread dougm
dougm 01/04/12 18:41:54 Added: t/hooks/TestHooks fixup.pm Log: add a test for PerlFixupHandler Revision ChangesPath 1.1 modperl-2.0/t/hooks/TestHooks/fixup.pm Index: fixup.pm

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2001-04-12 Thread dougm
dougm 01/04/12 18:49:58 Modified:t/conf modperl_extra.pl Log: compile common constants at startup so we dont need to in each test module Revision ChangesPath 1.2 +2 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigPerl.pm

2001-04-12 Thread dougm
dougm 01/04/12 19:04:52 Modified:Apache-Test/lib/Apache TestConfigPerl.pm Log: allow PerlTransHandler to be properly configured Revision ChangesPath 1.7 +13 -2 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2001-04-11 Thread dougm
dougm 01/04/11 15:46:58 Modified:lib/ModPerl MM.pm Log: always link these module dynamic Revision ChangesPath 1.10 +1 -1 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm === RCS file: /home

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

2001-04-11 Thread dougm
dougm 01/04/11 15:48:29 Added: src/modules/perl modperl_const.c modperl_const.h Log: module for compiling/exporting constants Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_const.c Index: modperl_const.c

cvs commit: modperl-2.0/xs/Apache/Const - New directory

2001-04-11 Thread dougm
dougm 01/04/11 15:49:19 modperl-2.0/xs/Apache/Const - New directory

cvs commit: modperl-2.0/xs/Apache/Const Const.pm Const.xs Makefile.PL

2001-04-11 Thread dougm
dougm 01/04/11 15:50:10 Added: xs/Apache/Const Const.pm Const.xs Makefile.PL Log: module for compiling/export constants in the Apache:: namespace Revision ChangesPath 1.1 modperl-2.0/xs/Apache/Const/Const.pm Index: Const.pm

cvs commit: modperl-2.0/xs/APR/Const - New directory

2001-04-11 Thread dougm
dougm 01/04/11 15:50:23 modperl-2.0/xs/APR/Const - New directory

cvs commit: modperl-2.0/xs/ModPerl - New directory

2001-04-11 Thread dougm
dougm 01/04/11 15:51:08 modperl-2.0/xs/ModPerl - New directory

cvs commit: modperl-2.0/xs/ModPerl/Const - New directory

2001-04-11 Thread dougm
dougm 01/04/11 15:51:31 modperl-2.0/xs/ModPerl/Const - New directory

cvs commit: modperl-2.0/xs/ModPerl/Const Const.pm Const.xs Makefile.PL

2001-04-11 Thread dougm
dougm 01/04/11 15:53:14 Added: xs/ModPerl Makefile.PL xs/ModPerl/Const Const.pm Const.xs Makefile.PL Log: base module for compiling/exporting constants Revision ChangesPath 1.1 modperl-2.0/xs/ModPerl/Makefile.PL Index

cvs commit: modperl-2.0/t/apr - New directory

2001-04-11 Thread dougm
dougm 01/04/11 15:53:33 modperl-2.0/t/apr - New directory

cvs commit: modperl-2.0/t/apr constants.t

2001-04-11 Thread dougm
dougm 01/04/11 15:54:15 Added: t/aprconstants.t Log: test for APR::Const Revision ChangesPath 1.1 modperl-2.0/t/apr/constants.t Index: constants.t === use ExtUtils::testlib

cvs commit: modperl-2.0/t/apache constants.t

2001-04-11 Thread dougm
dougm 01/04/11 15:54:48 Added: t/apache constants.t Log: test for Apache::Const Revision ChangesPath 1.1 modperl-2.0/t/apache/constants.t Index: constants.t === use ExtUtils

cvs commit: modperl-2.0/t/apache constants.t

2001-04-11 Thread dougm
dougm 01/04/11 16:02:59 Modified:t/apache constants.t Log: test usage Revision ChangesPath 1.2 +4 -1 modperl-2.0/t/apache/constants.t Index: constants.t === RCS file: /home/cvs/modperl

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

2001-04-11 Thread dougm
dougm 01/04/11 16:11:03 Modified:src/modules/perl modperl_const.c Log: tab begone Revision ChangesPath 1.3 +1 -1 modperl-2.0/src/modules/perl/modperl_const.c Index: modperl_const.c

cvs commit: modperl-2.0/xs/ModPerl/Const .cvsignore

2001-04-11 Thread dougm
.cvsignore xs/Apache/Const .cvsignore xs/ModPerl .cvsignore xs/ModPerl/Const .cvsignore Log: ignore Revision ChangesPath 1.1 modperl-2.0/Apache-Test/t/.cvsignore Index: .cvsignore

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

2001-04-11 Thread dougm
dougm 01/04/11 17:45:42 Modified:src/modules/perl modperl_const.c Log: only bleedperl newCONSTSUB returns a CV, older Perls are void Revision ChangesPath 1.4 +4 -6 modperl-2.0/src/modules/perl/modperl_const.c Index: modperl_const.c

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

2001-04-11 Thread dougm
dougm 01/04/11 17:48:02 Modified:lib/Apache ParseSource.pm Log: filter some junk out Revision ChangesPath 1.14 +2 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm === RCS

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

2001-04-11 Thread dougm
dougm 01/04/11 17:48:30 Modified:xs/tables/current/Apache ConstantsTable.pm Log: sync Revision ChangesPath 1.2 +2 -5 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm

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

2001-04-11 Thread dougm
dougm 01/04/11 17:58:00 Modified:src/modules/perl modperl_const.c Log: unused variable Revision ChangesPath 1.5 +0 -2 modperl-2.0/src/modules/perl/modperl_const.c Index: modperl_const.c

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

2001-04-11 Thread dougm
dougm 01/04/11 17:59:21 Modified:xs/tables/current/Apache ConstantsTable.pm Log: re-sync Revision ChangesPath 1.3 +3 -2 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm

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

2001-04-11 Thread dougm
dougm 01/04/11 18:03:14 Modified:src/modules/perl mod_perl.c Log: i swear eric did this already Revision ChangesPath 1.45 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2001-04-11 Thread dougm
dougm 01/04/11 20:01:40 Modified:t/apache constants.t src/modules/perl modperl_const.c Log: allow name for imports Revision ChangesPath 1.3 +3 -2 modperl-2.0/t/apache/constants.t Index: constants.t

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

2001-04-10 Thread dougm
dougm 01/04/10 09:48:50 Modified:Apache-Test/lib/Apache TestServer.pm Log: include -d ServerRoot in the args to start test httpd Revision ChangesPath 1.4 +2 -1 modperl-2.0/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

modperl 2.0 build... MM.pm

2001-04-08 Thread Rudy
I built Apache 2 and mod_perl for the first time today. To get it to work, I had to edit: blib/lib/ModPerl/MM.pm and add: use Apache::Build; for the 'make install' to work. Now... it is built, and I am ready to try out stuff like Apache::Echo that I learned about at the ApacheCon. Rudy

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

2001-04-03 Thread dougm
dougm 01/04/03 10:01:48 Added: t/response/TestApache conftree.pm Log: add some tests for ap_conftree Revision ChangesPath 1.1 modperl-2.0/t/response/TestApache/conftree.pm Index: conftree.pm

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

2001-04-03 Thread dougm
dougm 01/04/03 22:27:59 Modified:.Makefile.PL lib/Apache Build.pm Log: do a better job of finding ap_release.h to parse the server version and give more diagnostics if it fails Revision ChangesPath 1.31 +6 -0 modperl-2.0/Makefile.PL

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-03 Thread dougm
dougm 01/04/03 22:41:07 Modified:lib/ModPerl BuildOptions.pm MM.pm pod modperl_dev.pod Log: build extensions dynamic by default Revision ChangesPath 1.7 +1 -1 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache - New directory

2001-04-02 Thread dougm
dougm 01/04/02 01:49:36 modperl-2.0/Apache-Test/lib/Apache - New directory

cvs commit: modperl-2.0/Apache-Test/t - New directory

2001-04-02 Thread dougm
dougm 01/04/02 01:51:22 modperl-2.0/Apache-Test/t - New directory

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

2001-04-02 Thread dougm
dougm 01/04/02 01:53:06 Added: Apache-Test/lib/Apache Test.pm Log: Test.pm wrapper to run under mod_perl Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/Test.pm Index: Test.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestRequest.pm

2001-04-02 Thread dougm
dougm 01/04/02 01:55:43 Added: Apache-Test/lib/Apache TestRequest.pm Log: lwp wrappers / fallback for no lwp Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/TestRequest.pm Index: TestRequest.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigPerl.pm

2001-04-02 Thread dougm
dougm 01/04/02 01:57:34 Added: Apache-Test/lib/Apache TestConfigPerl.pm Log: test config stuff specific to modperl Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm

2001-04-02 Thread dougm
dougm 01/04/02 01:58:08 Added: Apache-Test/lib/Apache TestConfig.pm Log: base test config generator Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

2001-04-02 Thread dougm
dougm 01/04/02 01:58:38 Added: Apache-Test/lib/Apache TestServer.pm Log: methods to configure/control test server Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestRun.pm

2001-04-02 Thread dougm
dougm 01/04/02 01:59:56 Added: Apache-Test/lib/Apache TestRun.pm Log: methods to drive the tests Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestHandler.pm

2001-04-02 Thread dougm
dougm 01/04/02 02:00:29 Added: Apache-Test/lib/Apache TestHandler.pm Log: Perl*Handler utilities Revision ChangesPath 1.1 modperl-2.0/Apache-Test/lib/Apache/TestHandler.pm Index: TestHandler.pm

cvs commit: modperl-2.0/Apache-Test/t TEST ping.t request.t

2001-04-02 Thread dougm
dougm 01/04/02 02:01:25 Added: Apache-Test/t TEST ping.t request.t Log: test test files Revision ChangesPath 1.1 modperl-2.0/Apache-Test/t/TEST Index: TEST === #!perl use

cvs commit: modperl-2.0/t - New directory

2001-04-02 Thread dougm
dougm 01/04/02 02:03:17 modperl-2.0/t - New directory

cvs commit: modperl-2.0/t/conf - New directory

2001-04-02 Thread dougm
dougm 01/04/02 02:03:25 modperl-2.0/t/conf - New directory

cvs commit: modperl-2.0/t/response/TestAPR - New directory

2001-04-02 Thread dougm
dougm 01/04/02 02:03:57 modperl-2.0/t/response/TestAPR - New directory

cvs commit: modperl-2.0/t/response/TestApache - New directory

2001-04-02 Thread dougm
dougm 01/04/02 02:03:59 modperl-2.0/t/response/TestApache - New directory

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

2001-04-02 Thread dougm
dougm 01/04/02 02:06:07 Added: t/response/TestApache post.pm Log: start of extended apache test Revision ChangesPath 1.1 modperl-2.0/t/response/TestApache/post.pm Index: post.pm

cvs commit: modperl-2.0/t/hooks/TestHooks - New directory

2001-04-02 Thread dougm
dougm 01/04/02 02:09:04 modperl-2.0/t/hooks/TestHooks - New directory

cvs commit: modperl-2.0/t/hooks/TestHooks authen.pm

2001-04-02 Thread dougm
dougm 01/04/02 02:09:40 Added: t/hooks authen.t t/hooks/TestHooks authen.pm Log: start of hooks tests Revision ChangesPath 1.1 modperl-2.0/t/hooks/authen.t Index: authen.t

cvs commit: modperl-2.0/t TEST.PL

2001-04-02 Thread dougm
dougm 01/04/02 02:11:18 Added: tTEST.PL Log: the TEST template Revision ChangesPath 1.1 modperl-2.0/t/TEST.PL Index: TEST.PL === #!perl use strict; use warnings

cvs commit: modperl-2.0 Makefile.PL

2001-04-02 Thread dougm
dougm 01/04/02 02:17:41 Modified:.Makefile.PL Log: hook into test stuff Revision ChangesPath 1.30 +23 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs

cvs commit: modperl-2.0/t/filter/TestFilter - New directory

2001-04-02 Thread dougm
dougm 01/04/02 11:16:33 modperl-2.0/t/filter/TestFilter - New directory

cvs commit: modperl-2.0/t/filter reverse.t

2001-04-02 Thread dougm
dougm 01/04/02 11:36:31 Modified:Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestServer.pm Added: t/filter reverse.t Log: put a warning inside files that are generated Revision ChangesPath 1.2 +17 -5 modperl-2.0

cvs commit: modperl-2.0/t/filter .cvsignore reverse.t

2001-04-02 Thread dougm
dougm 01/04/02 11:55:00 Added: t/filter .cvsignore Removed: t/filter reverse.t Log: whoops Revision ChangesPath 1.1 modperl-2.0/t/filter/.cvsignore Index: .cvsignore

cvs commit: modperl-2.0/xs/Apache/Access - New directory

2001-04-02 Thread dougm
dougm 01/04/02 12:25:23 modperl-2.0/xs/Apache/Access - New directory

cvs commit: modperl-2.0/xs/maps apache_functions.map

2001-04-02 Thread dougm
Revision ChangesPath 1.2 +3 -1 modperl-2.0/t/hooks/authen.t Index: authen.t === RCS file: /home/cvs/modperl-2.0/t/hooks/authen.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm

2001-04-02 Thread dougm
-2.0/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm === RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4

<    4   5   6   7   8   9   10   11   >