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

2002-04-06 Thread dougm
dougm 02/04/06 06:56:46 Modified:lib/Apache Build.pm Log: changing default dso name from libmodperl.so to mod_perl.so Revision ChangesPath 1.77 +2 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 07:44:10 Modified:.Makefile.PL Log: fix "make manifest" Revision ChangesPath 1.65 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/modperl-

cvs commit: modperl-2.0 INSTALL

2002-04-06 Thread dougm
dougm 02/04/06 08:10:38 Modified:.INSTALL Log: add note about config Revision ChangesPath 1.4 +6 -0 modperl-2.0/INSTALL Index: INSTALL === RCS file: /home/cvs/modperl-2.0/INSTAL

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

2002-04-06 Thread dougm
dougm 02/04/06 08:11:56 Modified:.Makefile.PL lib/ModPerl MM.pm Log: install xs/typemap to Apache2/typemap Revision ChangesPath 1.66 +4 -0 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 08:15:18 Modified:.Makefile.PL Log: get "make manifest" working with both 5.6.x and 5.7.x+ Revision ChangesPath 1.67 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

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

2002-04-06 Thread dougm
dougm 02/04/06 08:24:51 Modified:.Makefile.PL lib/Apache Build.pm lib/ModPerl BuildOptions.pm Log: a few s/libmodperl/mod_perl/ Revision ChangesPath 1.68 +2 -2 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 08:38:13 Modified:.Makefile.PL Log: cat xs/typemap and WrapXS/typemap into Apache2/typemap Revision ChangesPath 1.69 +19 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 08:51:26 Modified:.Makefile.PL Log: use gzip -f during "make dist" Revision ChangesPath 1.70 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/c

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

2002-04-06 Thread dougm
dougm 02/04/06 09:42:10 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_perl.c Log: skip full teardown of PerlInterpreters in child_exit by default. we only need full teardown in the parent to avoid memory leaks. this will allow the server to stop much faster. Rev

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

2002-04-06 Thread stas
stas02/04/06 09:48:12 Modified:t/response/TestApache subprocess.pm Log: mark the sub-tests as todo only for perl < 5.7.3 Revision ChangesPath 1.5 +3 -1 modperl-2.0/t/response/TestApache/subprocess.pm Index: subprocess.pm

cvs commit: modperl-2.0 INSTALL README

2002-04-06 Thread dougm
dougm 02/04/06 16:27:59 Modified:.INSTALL README Log: a few comments/adjustments Revision ChangesPath 1.5 +9 -0 modperl-2.0/INSTALL Index: INSTALL === RCS file: /home/cvs/modper

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

2002-04-06 Thread dougm
dougm 02/04/06 16:49:38 Modified:lib/ModPerl Manifest.pm Log: apr_generate_random_bytes does not currently work on all platforms Revision ChangesPath 1.3 +3 -0 modperl-2.0/lib/ModPerl/Manifest.pm Index: Manifest.pm

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

2002-04-06 Thread dougm
dougm 02/04/06 17:25:14 Modified:t/response/TestApache compat2.pm Log: get rid of annoying "unexpectedly succeeded" messages: apache/compat2..ok, 1/34 unexpectedly succeeded All tests successful (1 subtest UNEXPECTEDLY SUCCEEDED). Revision ChangesPath 1.3

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 18:45:32 Modified:.Makefile.PL Log: give a hint as to why server version could not be determined Revision ChangesPath 1.71 +3 -0 modperl-2.0/Makefile.PL Index: Makefile.PL =

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

2002-04-06 Thread dougm
dougm 02/04/06 18:56:52 Modified:.Makefile.PL lib/Apache Build.pm Log: more hints if includes cannot be found Revision ChangesPath 1.72 +5 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 19:44:07 Modified:.Makefile.PL Log: more hints. louder hints Revision ChangesPath 1.73 +10 -3 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/mo

cvs commit: modperl-2.0 Makefile.PL

2002-04-06 Thread dougm
dougm 02/04/06 19:51:39 Modified:.Makefile.PL Log: make sure Apache2.pm ends up in the right place for MP_INST_APACHE2=1 Revision ChangesPath 1.74 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/examples/lib/Apache HelloWorld.pm

2002-04-06 Thread dougm
dougm 02/04/06 20:05:07 Modified:examples/lib/Apache HelloWorld.pm Log: fix example, add more config Revision ChangesPath 1.4 +10 -3 modperl-2.0/examples/lib/Apache/HelloWorld.pm Index: HelloWorld.pm

cvs commit: modperl-2.0 Changes

2002-04-06 Thread dougm
dougm 02/04/06 20:39:10 Modified:.Changes Log: here goes nuthin Revision ChangesPath 1.2 +3 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/lib mod_perl.pm

2002-04-06 Thread dougm
dougm 02/04/06 21:08:31 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.3 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /