RE: cvs commit: modperl Changes

2001-07-09 Thread dougm
On Sat, 7 Jul 2001, Geoffrey Young wrote: > hmph... I can't get this to work at all. I read over Doug's original email > and it's not what I am finding... do you have a test case? i've only ever tried it the way its setup in the 'make test'.

Re: The case for sending EOS from ResponseHandler

2001-05-30 Thread dougm
On Tue, 29 May 2001, barries wrote: > I tripped over the fact that the PerlResponseHandler does not send EOS > (which is optional, after all). Here are a couple of reasons mod_perl > should go ahead and send the EOS right after the PerlRespnseHandler > exits: > > - Efficiency: one less brigade

Re: Why not tie STDIN/STDOUT in filter handlers, or use PerlIO

2001-05-27 Thread dougm
On Sun, 27 May 2001, barries wrote: > > there are Apache::Filter::{TIEHANDLE,PRINT} methods, the tie just isn't > > done automatic for you. > > I guess the question is really: why not tie them automatically, given > that there's not much use for STDIN and STDOUT in the context of a > filter, it

Re: Why not tie STDIN/STDOUT in filter handlers, or use PerlIO

2001-05-27 Thread dougm
On Sun, 27 May 2001, barries wrote: > Since you've done the tieing STDIN/STDOUT bit in the past (1.x), why not > tie STDIN and STDOUT in modperl_output_filter_handler()? That would make > filter sub code bit less funky: > >sub handler { >while (<>) { >print uc ; >

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

2001-05-04 Thread dougm
dougm 01/05/04 18:17:39 Added: t/response/TestAPI response.pm Log: add tests for Apache::Response Revision ChangesPath 1.1 modperl-2.0/t/response/TestAPI/response.pm Index: response.pm

cvs commit: modperl-2.0/util xs_check.pl

2001-05-04 Thread dougm
dougm 01/05/04 18:00:04 Modified:util xs_check.pl Log: point @INC to xs/tables/current Revision ChangesPath 1.2 +1 -1 modperl-2.0/util/xs_check.pl Index: xs_check.pl === RCS file

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

2001-05-04 Thread dougm
dougm 01/05/04 14:21:57 Modified:lib/ModPerl WrapXS.pm t/response/TestAPI request_rec.pm xs typemap xs/maps apr_types.map Log: apr_time_t needs conversion to/from time_t Revision ChangesPath 1.17 +3 -1

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

2001-05-04 Thread dougm
dougm 01/05/04 12:46:30 Modified:lib/Apache compat.pm Log: need to use APR::Table for $r->content Revision ChangesPath 1.8 +1 -0 modperl-2.0/lib/Apache/compat.pm Index: compat

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

2001-05-04 Thread dougm
dougm 01/05/04 12:04:19 Modified:lib/Apache compat.pm Added: t/apache compat.t t/response/TestApache compat.pm Log: add 1.x versions of content and args, plus tests Revision ChangesPath 1.7 +36 -0 modperl-2.0/lib/Apache/compat.pm

cvs commit: modperl-2.0/xs/Apache/Log Apache__Log.h

2001-05-03 Thread dougm
dougm 01/05/03 23:31:38 Modified:t/conf modperl_extra.pl xs/Apache/Log Apache__Log.h Log: Apache::Log methods default to global server object if needed Revision ChangesPath 1.7 +7 -0 modperl-2.0/t/conf/modperl_extra.pl Index

cvs commit: modperl-2.0/xs/Apache/Log Apache__Log.h

2001-05-03 Thread dougm
dougm 01/05/03 22:53:49 Modified:xs/Apache/Log Apache__Log.h Log: cleanup a bit and support Apache::Server->log_error Revision ChangesPath 1.7 +27 -21modperl-2.0/xs/Apache/Log/Apache__Log.h Index: Apache__Lo

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

2001-05-03 Thread dougm
dougm 01/05/03 22:49:20 Modified:src/modules/perl mod_perl.c modperl_global.c modperl_global.h modperl_util.c Log: add globals for server_rec and threaded_mpm Revision ChangesPath 1.52 +9 -3 modperl-2.0/src/modules/perl/mod_perl.c

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

2001-05-03 Thread dougm
dougm 01/05/03 22:46:22 Modified:lib/Apache compat.pm Log: remove log_error Revision ChangesPath 1.5 +0 -5 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS file: /home/cvs

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

2001-05-03 Thread dougm
dougm 01/05/03 21:11:33 Modified:src/modules/perl modperl_util.c Log: modperl_sv2request_rec needs to check sv_derived_from() if given classname Revision ChangesPath 1.12 +4 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2001-05-03 Thread dougm
dougm 01/05/03 20:39:24 Modified:lib/ModPerl WrapXS.pm Log: make handcrafted xsubs GvSHARED Revision ChangesPath 1.16 +4 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS

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

2001-05-03 Thread dougm
dougm 01/05/03 16:46:08 Modified:t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/maps modperl_functions.map Log: add Apache::Server->log_serror and Apache::RequestRec->log_rerror methods Revision ChangesPath 1.4

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

2001-05-03 Thread dougm
dougm 01/05/03 15:42:35 Modified:t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/maps modperl_functions.map Log: add Apache::LOG_MARK function Revision ChangesPath 1.3 +5 -1 modperl-2.0/t/response/TestAPI/aplog.pm

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

2001-05-03 Thread dougm
dougm 01/05/03 15:24:06 Modified:lib/Apache ParseSource.pm lib/ModPerl Code.pm t/response/TestAPI aplog.pm xs/tables/current/Apache ConstantsTable.pm Log: add APLOG_* constants and tests Revision ChangesPath 1.17 +2 -1

cvs commit: modperl-2.0/xs/Apache/Log Apache__Log.h

2001-05-03 Thread dougm
dougm 01/05/03 13:20:03 Modified:xs/Apache/Log Apache__Log.h Log: get the right filename:line number of the caller Revision ChangesPath 1.3 +1 -1 modperl-2.0/xs/Apache/Log/Apache__Log.h Index: Apache__Log.h

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

2001-05-03 Thread dougm
dougm 01/05/03 09:28:49 Modified:lib/ModPerl WrapXS.pm Log: make xsubs shared if Perl > 5.7.0 Revision ChangesPath 1.15 +16 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl ToDo

2001-01-30 Thread dougm
dougm 01/01/30 12:41:08 Modified:.ToDo Log: ssl foo Revision ChangesPath 1.277 +1 -1 modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving revision 1.276

cvs commit: modperl/lib mod_perl.pm

2001-01-29 Thread dougm
dougm 01/01/29 20:35:51 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.579 +2 -0 modperl/Changes Index: Changes === RCS file

cvs commit: modperl/lib mod_perl.pm

2001-01-29 Thread dougm
dougm 01/01/29 20:27:52 Modified:.Changes lib mod_perl.pm Log: ready to roll Revision ChangesPath 1.578 +1 -1 modperl/Changes Index: Changes === RCS file

cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread dougm
dougm 01/01/29 14:13:45 Modified:lib/Apache PerlRun.pm Log: enhanced 'prototype mismatch' fix Revision ChangesPath 1.36 +1 -1 modperl/lib/Apache/PerlRun.pm Index: PerlRun.pm ===

cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread dougm
dougm 01/01/29 13:51:30 Modified:.Changes ToDo lib/Apache PerlRun.pm Log: avoid 'prototype mismatch' warnings in Apache::PerlRun::flush_namespace Revision ChangesPath 1.577 +3 -0 modperl/Changes Inde

cvs commit: modperl/t/internal http-get.t

2001-01-29 Thread dougm
dougm 01/01/29 11:49:29 Modified:t/net/perl/io perlio.pl t/internal http-get.t Log: tweaks for 5.004_04 Revision ChangesPath 1.8 +2 -1 modperl/t/net/perl/io/perlio.pl Index: perlio.pl

cvs commit: modperl/apaci mod_perl.config.sh

2001-01-29 Thread dougm
dougm 01/01/29 10:11:42 Modified:src/modules/perl Makefile .Changes apacimod_perl.config.sh Log: xsubpp now run with -nolinenumbers (5.004_04 bombs otherwise) Revision ChangesPath 1.14 +2 -2 modperl/src/modules/perl

cvs commit: modperl Makefile.PL

2001-01-29 Thread dougm
dougm 01/01/29 09:43:24 Modified:.Makefile.PL Log: include File::Spec at runtime, otherwise fails with oldperls (5.004_04) Revision ChangesPath 1.178 +1 -1 modperl/Makefile.PL Index: Makefile.PL

cvs commit: modperl/lib/Apache test.pm

2000-10-13 Thread dougm
dougm 00/10/13 10:21:22 Modified:.Changes lib/Apache test.pm Log: new Apache::test::static_modules() method Revision ChangesPath 1.547 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl-site/dist apache-modlist.html

2000-10-13 Thread dougm
dougm 00/10/13 09:49:13 Modified:dist apache-modlist.html Log: sync Revision ChangesPath 1.18 +22 -7 modperl-site/dist/apache-modlist.html Index: apache-modlist.html === RCS file

cvs commit: modperl apache-modlist.html

2000-10-13 Thread dougm
dougm 00/10/13 09:44:02 Modified:.apache-modlist.html Log: update from geoff Revision ChangesPath 1.78 +2 -2 modperl/apache-modlist.html Index: apache-modlist.html === RCS file

cvs commit: modperl apache-modlist.html

2000-10-13 Thread dougm
dougm 00/10/13 09:44:59 Modified:.apache-modlist.html Log: another update Revision ChangesPath 1.79 +2 -2 modperl/apache-modlist.html Index: apache-modlist.html === RCS file

cvs commit: modperl apache-modlist.html

2000-10-10 Thread dougm
dougm 00/10/10 14:56:45 Modified:.apache-modlist.html Log: new module Revision ChangesPath 1.77 +3 -1 modperl/apache-modlist.html Index: apache-modlist.html === RCS file: /home

cvs commit: modperl apache-modlist.html

2000-10-10 Thread dougm
dougm 00/10/10 14:53:43 Modified:.apache-modlist.html Log: new module Revision ChangesPath 1.76 +3 -1 modperl/apache-modlist.html Index: apache-modlist.html === RCS file: /home

cvs commit: modperl/lib mod_perl.pm

2000-10-10 Thread dougm
dougm 00/10/10 09:46:22 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.546 +2 -0 modperl/Changes Index: Changes === RCS file

cvs commit: modperl Changes

2000-10-10 Thread dougm
dougm 00/10/10 09:38:40 Modified:.Changes Log: 1.24_01 Revision ChangesPath 1.545 +1 -1 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v retrieving

cvs commit: modperl/t/net/perl test

2000-10-10 Thread dougm
dougm 00/10/10 09:34:04 Modified:.Changes Apache Apache.pm t/internal http-get.t t/net/perl test Log: fix bug in $r->args that treats ?0 as the empty string instead of zero Revision ChangesPath 1.544 +3

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

2000-10-06 Thread dougm
dougm 00/10/06 13:18:29 Modified:t/internal error.t src/modules/perl mod_perl.c Log: more for the "Apache::send_http_header was resetting r->status = 200" fix Revision ChangesPath 1.5 +5 -3 modperl/t/internal/error.t I

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

2000-10-03 Thread dougm
dougm 00/10/03 13:59:02 Modified:Apache Apache.pm src/modules/perl mod_perl.c Log: fixups for this change: fix bug where Apache::send_http_header was resetting r->status = 200 Revision ChangesPath 1.56 +4 -2 modperl/Apache/Apache

cvs commit: modperl/src/modules/perl Apache.xs mod_perl.h

2000-10-03 Thread dougm
dougm 00/10/03 11:19:14 Modified:src/modules/perl Apache.xs mod_perl.h Log: -Wall cleanups Revision ChangesPath 1.115 +5 -4 modperl/src/modules/perl/Apache.xs Index: Apache.xs === RCS

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

2000-10-03 Thread dougm
dougm 00/10/03 09:13:02 Modified:.ToDo Changes Apache Apache.pm src/modules/perl mod_perl.c Log: add proper offset support to Apache::read Revision ChangesPath 1.265 +2 -3 modperl/ToDo Index: ToDo

cvs commit: modperl Makefile.PL Changes ToDo

2000-10-03 Thread dougm
dougm 00/10/03 07:17:23 Modified:.Makefile.PL Changes ToDo Log: fixups for libapreq Revision ChangesPath 1.170 +30 -24modperl/Makefile.PL Index: Makefile.PL === RCS file: /home

cvs commit: modperl/lib/Apache test.pm

2000-10-02 Thread dougm
dougm 00/10/02 14:06:21 Modified:lib/Apache test.pm Log: bandaid kens recent patch Revision ChangesPath 1.19 +3 -2 modperl/lib/Apache/test.pm Index: test.pm === RCS file: /home/cvs

cvs commit: modperl/lib/Apache test.pm

2000-10-02 Thread dougm
dougm 00/10/02 13:25:16 Modified:lib/Apache test.pm Log: updates from ken w. Revision ChangesPath 1.18 +77 -18modperl/lib/Apache/test.pm Index: test.pm === RCS file: /home/cvs/modperl

cvs commit: modperl/src/modules/perl mod_perl.c perl_util.c

2000-09-29 Thread dougm
dougm 00/09/29 09:33:41 Modified:.Changes src/modules/perl mod_perl.c perl_util.c Log: fix Apache::exit() so it does it does not trigger a warning Revision ChangesPath 1.540 +1 -1 modperl/Changes Index: Changes

Re: PL_laststatval

2000-07-25 Thread dougm
On Tue, 25 Jul 2000, Eric Cholet wrote: > Doug, > > Thanks for the insight, it all makes sense now. Therefore the patch I propose > to commit is: looks good, thanks eric! - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: PL_laststatval

2000-07-24 Thread dougm
On Mon, 24 Jul 2000, Eric Cholet wrote: > Hi, > > I want to fix this bug in r->filename. Currently it does this: > > CODE: > get_set_PVp(r->filename,r->pool); > #ifndef WIN32 > if(items > 1) > stat(r->filename, &r->finfo); > #endif > > The return code for stat() is not checke