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

2001-03-04 Thread dougm
dougm 01/03/04 15:22:51 Modified:lib/Apache Build.pm ParseSource.pm Log: look in MP_INCLUDE_DIR when scanning source Apache::Build::AUTOLOAD for accessing MP_* data Revision ChangesPath 1.35 +15 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-03-04 Thread dougm
dougm 01/03/04 15:26:53 Added: lib/ModPerl ParseSource.pm Log: subclass of Apache::ParseSource for building ModPerl::FunctionTable Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/ParseSource.pm Index: ParseSource.pm

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

2001-03-04 Thread dougm
dougm 01/03/04 16:04:55 Modified:lib/Apache ParseSource.pm Log: skip version.h (e.g. automake generated and not public) Revision ChangesPath 1.12 +2 -2 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

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

2001-03-04 Thread dougm
dougm 01/03/04 19:43:15 modperl-2.0/xs/APR/Lock - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:43:12 modperl-2.0/xs/APR/APR - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:44:58 Added: lib/ModPerl FunctionMap.pm Log: module for mapping functions Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/FunctionMap.pm Index: FunctionMap.pm

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

2001-03-04 Thread dougm
dougm 01/03/04 19:45:23 Added: lib/ModPerl TypeMap.pm Log: module for mapping types and data structures Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

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

2001-03-04 Thread dougm
dougm 01/03/04 19:45:47 Added: lib/ModPerl StructureMap.pm Log: module for mapping data structures Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/StructureMap.pm Index: StructureMap.pm

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

2001-03-04 Thread dougm
dougm 01/03/04 19:47:33 Added: lib/ModPerl WrapXS.pm Log: module to generating the Makefile.PL, .pm and .xs for a module Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

cvs commit: modperl-2.0/xs modperl_xs_util.h

2001-03-04 Thread dougm
dougm 01/03/04 19:48:15 Added: xs modperl_xs_util.h Log: utilties for extensions Revision ChangesPath 1.1 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h ===

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

2001-03-04 Thread dougm
dougm 01/03/04 19:49:12 Added: xs/maps apache_functions.map apache_structures.map apache_types.map Log: the function/structure/type maps for apache Revision ChangesPath 1.1 modperl-2.0/xs/maps/apache_functions.map

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

2001-03-04 Thread dougm
dougm 01/03/04 19:49:21 Added: xs/maps apr_functions.map apr_structures.map apr_types.map Log: the function/structure/type maps for apr Revision ChangesPath 1.1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/xs/APR/UUID APR__UUID.h

2001-03-04 Thread dougm
dougm 01/03/04 19:53:29 Added: xs/APR/Base64 APR__Base64.h xs/APR/Brigade APR__Brigade.h xs/APR/Lib APR__Lib.h xs/APR/Lock APR__Lock.h xs/APR/Pool APR__Pool.h xs/APR/UUID APR__UUID.h Log: start of the

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-03-04 Thread dougm
dougm 01/03/04 19:54:18 Added: xs/Apache/Filter Apache__Filter.h xs/Apache/RequestIO Apache__RequestIO.h Log: start of the wrapper functions for Apache Revision ChangesPath 1.1 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index:

cvs commit: modperl-2.0/util xs_generate.pl

2001-03-04 Thread dougm
dougm 01/03/04 19:55:08 Added: util xs_generate.pl Log: script to generate the xs code Revision ChangesPath 1.1 modperl-2.0/util/xs_generate.pl Index: xs_generate.pl ===

cvs commit: modperl-2.0/util xs_check.pl

2001-03-04 Thread dougm
dougm 01/03/04 19:55:56 Added: util xs_check.pl Log: script to check if things are lined up properly, whats missing, what doesnt exist, etc. Revision ChangesPath 1.1 modperl-2.0/util/xs_check.pl Index: xs_check.pl

cvs commit: modperl-2.0/util source_scan.pl

2001-03-04 Thread dougm
dougm 01/03/04 19:57:40 Modified:util source_scan.pl Log: specify Apache/APR prefixes to look for pass @ARGV to optionally specify apxs build the ModPerl::FunctionTable module Revision ChangesPath 1.3 +10 -1 modperl-2.0/util/source_scan.pl

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

2001-03-04 Thread dougm
dougm 01/03/04 19:42:11 modperl-2.0/xs/maps - New directory

cvs commit: modperl-2.0/xs Makefile.PL

2001-03-04 Thread dougm
dougm 01/03/04 20:02:02 Added: xs Makefile.PL Log: Makefile.PL Revision ChangesPath 1.1 modperl-2.0/xs/Makefile.PL Index: Makefile.PL === use ExtUtils::MakeMaker;

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

2001-03-04 Thread dougm
dougm 01/03/04 19:42:12 modperl-2.0/xs/APR - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:42:12 modperl-2.0/xs/Apache - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:43:12 modperl-2.0/xs/APR/Brigade - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:43:13 modperl-2.0/xs/APR/Lib - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:43:13 modperl-2.0/xs/APR/UUID - New directory

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

2001-03-04 Thread dougm
dougm 01/03/04 19:43:14 modperl-2.0/xs/APR/Base64 - New directory