cvs commit: modperl-2.0/todo api_status features_maybe release

2004-09-21 Thread stas
stas2004/09/21 18:37:02 Modified:todo api_status features_maybe release Log: more status updates Revision ChangesPath 1.42 +0 -11 modperl-2.0/todo/api_status Index: api_status === RC

cvs commit: modperl-2.0/todo api_status

2004-09-21 Thread stas
stas2004/09/21 18:30:46 Modified:todo api_status Log: APR::Finfo is complete Revision ChangesPath 1.41 +1 -1 modperl-2.0/todo/api_status Index: api_status === RCS file: /home/cvs/mo

cvs commit: modperl-2.0 Changes

2004-09-21 Thread stas
stas2004/09/21 18:29:31 Modified:xs/tables/current/Apache ConstantsTable.pm t/lib/TestAPRlib finfo.pm t/aprconstants.t src/modules/perl modperl_common_includes.h lib/ModPerl Code.pm lib/Apache ParseSource.

cvs commit: modperl-2.0/todo features_missing release

2004-09-21 Thread stas
stas2004/09/21 18:13:01 Modified:todo features_missing release Log: some features_missing items have moved to the mp2 release priority, other had their post 2.0 release priority raised Revision ChangesPath 1.10 +16 -20modperl-2.0/todo/features_missing

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

2004-09-21 Thread gozer
gozer 2004/09/21 17:18:14 Modified:lib/ModPerl TestRun.pm Log: Propagate the value of httpd from Apache::Build to Apache::TestConfig so that t/TEST can find it during static builds Reviewed by: stas Revision ChangesPath 1.22 +8 -0 modperl-2.0/lib/ModPerl/

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

2004-09-21 Thread gozer
gozer 2004/09/21 14:35:30 Modified:.Changes lib/ModPerl Code.pm WrapXS.pm src/modules/perl .cvsignore mod_perl.c Log: Generate modperl_exports.c for static builds to prevent the linker from stripping needed but unused symbols Revision C

cvs commit: modperl-2.0/ModPerl-Registry/t/conf .cvsignore

2004-09-21 Thread gozer
gozer 2004/09/21 13:48:26 Modified:ModPerl-Registry/t/conf .cvsignore Log: cvsignore generated mime.types file Revision ChangesPath 1.3 +1 -0 modperl-2.0/ModPerl-Registry/t/conf/.cvsignore Index: .cvsignore =

cvs commit: modperl-2.0/ModPerl-Registry Makefile.PL

2004-09-21 Thread gozer
gozer 2004/09/21 13:02:31 Modified:ModPerl-Registry Makefile.PL Log: The push @Apache::TestMM::Argv trick comes back to allow Modperl-Registry tests to pick up the statically build httpd (if static build) Revision ChangesPath 1.10 +6 -0 modperl-2.0/ModPerl-R

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

2004-09-21 Thread gozer
gozer 2004/09/21 11:08:19 Modified:lib/Apache Build.pm Log: Using Apache::TestMM::Argv to propagate arguments to t/TEST was not the ideal way, just make sure to set httpd in BuildConfig.pm instead Revision ChangesPath 1.184 +1 -1 modperl-2.0/lib/Apache/Build.

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

2004-09-21 Thread gozer
gozer 2004/09/21 00:46:22 Modified:.Changes lib/Apache Build.pm Log: When processing libs paths in httpd's source tree, we need to check for .libs/ directory and add them to the -L path since the .so outside of .dirs/ are libtools wrappers we cannot use.