cvs commit: modperl STATUS

2003-10-07 Thread gozer
gozer 2003/10/07 21:41:20 Modified:.STATUS Log: Fixed typo'ed release date for 1.28 Revision ChangesPath 1.40 +2 -2 modperl/STATUS Index: STATUS === RCS file: /home/cvs/modperl/ST

cvs commit: modperl/lib mod_perl.pm

2003-10-07 Thread gozer
gozer 2003/10/07 21:37:10 Modified:.Changes STATUS lib mod_perl.pm Log: bump version Revision ChangesPath 1.682 +2 -0 modperl/Changes Index: Changes === RCS fil

cvs commit: modperl/lib mod_perl.pm

2003-10-07 Thread gozer
gozer 2003/10/07 21:34:02 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.681 +1 -1 modperl/Changes Index: Changes === RCS file: /hom

cvs commit: modperl-2.0/t/htdocs .cvsignore

2003-10-07 Thread stas
stas2003/10/07 14:48:15 Modified:t/htdocs .cvsignore Log: don't ignore perlio, as it now has its own ignore list Revision ChangesPath 1.3 +1 -2 modperl-2.0/t/htdocs/.cvsignore Index: .cvsignore

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

2003-10-07 Thread geoff
geoff 2003/10/07 12:16:13 Modified:src/modules/perl modperl_callback.c Log: alter modperl_callback so that return values are propagated to Apache just as they were returned from the Perl callback - no second-guessing the status the callback wanted to return. Revision Chan

cvs commit: modperl-2.0 Changes

2003-10-07 Thread geoff
geoff 2003/10/07 12:14:31 Modified:.Changes Log: add PerlDefaultPortHandler Revision ChangesPath 1.230 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/

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

2003-10-07 Thread geoff
geoff 2003/10/07 12:09:05 Modified:lib/ModPerl Code.pm t/response/TestApache conftree.pm xs/tables/current/ModPerl FunctionTable.pm Added: t/hooks default_port.t t/hooks/TestHooks default_port.pm Log: add PerlDefaultPortHandler

cvs commit: modperl-2.0 Changes

2003-10-07 Thread stas
stas2003/10/07 11:28:38 Modified:lib/ModPerl BuildOptions.pm .Changes Log: fix the Makefile.PL option parser to support overriding of certain build options, in addition to appending to them (.e.g. now MP_LIBNAME is overridable) Submitted by: Andrew Wy