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

2002-05-22 Thread dougm
dougm 02/05/22 21:35:16 Modified:src/modules/perl mod_perl.c mod_perl.h Log: fix fix to compile with ithreads Revision ChangesPath 1.145 +2 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-05-22 Thread dougm
dougm 02/05/22 21:03:46 Modified:src/modules/perl mod_perl.c mod_perl.h Log: better fix for DynaLoader vs XSLoader workaround Revision ChangesPath 1.144 +23 -1 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

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

2002-03-24 Thread dougm
dougm 02/03/24 15:01:33 Modified:.Changes STATUS src/modules/perl mod_perl.c mod_perl.h perl_util.c Log: Submitted by: Tatsuhiko Miyagawa <[EMAIL PROTECTED]> Reviewed by: dougm PERL5LIB support now properly unshifts paths into @INC rather than push

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

2001-06-18 Thread dougm
dougm 01/06/18 20:12:48 Modified:.Makefile.PL src/modules/perl mod_perl.c mod_perl.h perl_config.c Log: remove dead code for PERL_STARTUP_{IS_DONE,DONE_CHECK} hack Revision ChangesPath 1.187 +0 -2 modperl/Makefile.PL Index: Makefile

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

2001-06-18 Thread dougm
dougm 01/06/18 19:38:55 Modified:src/modules/perl mod_perl.c Log: removing dead code Revision ChangesPath 1.139 +0 -23 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file: /

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

2001-04-17 Thread dougm
dougm 01/04/17 15:01:20 Modified:.Changes src/modules/perl mod_perl.c Log: back out 'stop win32 crash when bringing down service' change, no longer needed with 1.3.19 Revision ChangesPath 1.586 +4 -0 modperl/Changes Index: Changes

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

2001-04-17 Thread Doug MacEachern
On Wed, 7 Mar 2001, Ask Bjoern Hansen wrote: > On 6 Oct 2000 [EMAIL PROTECTED] wrote: > > > 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 = 20

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

2001-03-07 Thread Ask Bjoern Hansen
On 6 Oct 2000 [EMAIL PROTECTED] wrote: > 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 Doug, do you remember what this was about? (I just ha

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

2001-02-16 Thread dougm
dougm 01/02/16 15:30:30 Modified:.Changes src/modules/perl mod_perl.c mod_perl.h perl_util.c Log: adjust U magic functions to Perl 5.7.x-dev prototype change Revision ChangesPath 1.581 +2 -0 modperl/Changes Index: Changes

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

2000-12-19 Thread dougm
dougm 00/12/19 22:39:48 Modified:.Changes src/modules/perl mod_perl.c Log: stop win32 crash when bringing down service Revision ChangesPath 1.551 +3 -0 modperl/Changes Index: Changes ===

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

2000-09-27 Thread dougm
dougm 00/09/27 09:13:35 Modified:src/modules/perl mod_perl.c Log: fix logic for last change Revision ChangesPath 1.129 +2 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS

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

2000-09-27 Thread dougm
dougm 00/09/27 08:23:29 Modified:.Changes src/modules/perl mod_perl.c Log: disable r->proxyreq checking unless PerlTransHandler is enabled and configured Revision ChangesPath 1.526 +3 -0 modperl/Changes Index: Changes ==

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

2000-09-26 Thread dougm
dougm 00/09/26 11:20:49 Modified:.Changes src/modules/perl mod_perl.c Log: PerlAddVar is now an ITERATE2 directive rather than TAKE2 Revision ChangesPath 1.521 +2 -0 modperl/Changes Index: Changes =

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

2000-09-01 Thread Geoffrey Young
September 01, 2000 1:16 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: modperl/src/modules/perl mod_perl.c > > > dougm 00/08/31 22:15:42 > > Modified:.Changes >Leak Leak.xs >src/modules/perl mod_perl.c > Lo

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

2000-08-31 Thread dougm
dougm 00/08/31 22:23:19 Modified:src/modules/perl mod_perl.c Log: fix indentation Revision ChangesPath 1.126 +2 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file: /hom

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

2000-08-31 Thread dougm
dougm 00/08/31 22:15:42 Modified:.Changes Leak Leak.xs src/modules/perl mod_perl.c Log: fixes for ActivePerl Revision ChangesPath 1.513 +2 -0 modperl/Changes Index: Changes ==

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

2000-06-14 Thread dougm
dougm 00/06/14 18:42:49 Modified:.Changes src/modules/perl mod_perl.c Log: backed out $Apache::Server::ConfigTestOnly until proper Apache support is in place Revision ChangesPath 1.499 +3 -0 modperl/Changes Index: Changes ==

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

2000-06-05 Thread Doug MacEachern
> I need some help explaining this change. i would just call it: fix for 'sub handler : method {}' support when method is not found

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

2000-06-03 Thread Eric Cholet
On Sat, Jun 03, 2000 at 01:57:26PM -0700, Ask Bjoern Hansen wrote: > On 2 Jun 2000 [EMAIL PROTECTED] wrote: > > > Modified:src/modules/perl mod_perl.c > > Log: > > fix segfault > > Don't forget to update Changes. > I need some help explaining this change. Here's what happened:

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

2000-06-03 Thread Ask Bjoern Hansen
On 2 Jun 2000 [EMAIL PROTECTED] wrote: > Modified:src/modules/perl mod_perl.c > Log: > fix segfault Don't forget to update Changes. - ask

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

2000-06-02 Thread cholet
cholet 00/06/02 10:23:08 Modified:src/modules/perl mod_perl.c Log: fix segfault Revision ChangesPath 1.122 +1 -1 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file: /home/c

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

2000-05-25 Thread dougm
dougm 00/05/25 11:06:27 Modified:.Changes Makefile.PL src/modules/perl mod_perl.c Log: fixes for building with stronghold Revision ChangesPath 1.492 +3 -0 modperl/Changes Index: Changes

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

2000-05-18 Thread cholet
cholet 00/05/18 11:05:43 Modified:src/modules/perl mod_perl.c Log: fix Win32 build: ap_configtestonly is not exported Revision ChangesPath 1.120 +2 -1 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c =

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

2000-05-16 Thread dougm
dougm 00/05/16 14:52:22 Modified:.Changes src/modules/perl mod_perl.c Log: 'sub handler : method {}' is now treated as a method handler Revision ChangesPath 1.484 +2 -0 modperl/Changes Index: Changes ==

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

2000-05-16 Thread cholet
cholet 00/05/16 06:53:01 Modified:.Changes src/modules/perl mod_perl.c Log: add $Apache::Server::ConfigTestOnly Revision ChangesPath 1.483 +4 -0 modperl/Changes Index: Changes ===

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

2000-05-12 Thread dougm
dougm 00/05/12 18:10:54 Modified:.Changes src/modules/perl mod_perl.c perl_config.c Log: add PerlAddVar directive, like PerlSetVar, but uses ap_table_add instead of ap_table_set Revision ChangesPath 1.482 +3 -0 modperl/Changes Ind

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

2000-04-12 Thread dougm
dougm 00/04/12 23:07:33 Modified:.Changes src/modules/perl mod_perl.c Log: fix indentation and change description Revision ChangesPath 1.467 +2 -2 modperl/Changes Index: Changes

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

2000-04-12 Thread ask
ask 00/04/12 14:23:19 Modified:.Changes src/modules/perl mod_perl.c Log: set r->notes("error-notes") to $@ when there is an eval error. Revision ChangesPath 1.466 +3 -0 modperl/Changes Index: Changes

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

2000-04-04 Thread dougm
dougm 00/04/04 23:19:35 Modified:.Changes lib/Apache PerlRun.pm Registry.pm src/modules/perl mod_perl.c Log: $Apache::Registry::NameWithVirtualHost fix take 2 (move is_virtual logic from mod_perl.c to Registry.pm) Revision ChangesP

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

2000-03-30 Thread dougm
dougm 00/03/30 21:16:06 Modified:.Changes apacimod_perl.config.sh src/modules/perl mod_perl.c Log: $Apache::Server::AddPerlVersion uses $^V for Perl/v5.6.0+ Revision ChangesPath 1.448 +2 -0 modperl/Changes Index:

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

2000-03-30 Thread dougm
dougm 00/03/30 11:41:25 Modified:.Changes src/modules/perl mod_perl.c Log: reset the stack pointer after calling perl_require_module() in perl_call_handler() Revision ChangesPath 1.446 +5 -0 modperl/Changes Index: Changes ==

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

2000-03-30 Thread dougm
dougm 00/03/30 11:34:14 Modified:src/modules/perl mod_perl.c Log: more for win32+5.6.0 Revision ChangesPath 1.110 +2 -0 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file:

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

2000-03-29 Thread dougm
dougm 00/03/29 16:20:35 Modified:.Changes src/modules/perl mod_perl.c Log: change $Apache::VERSION check to use a string instead of SvNV Revision ChangesPath 1.444 +3 -0 modperl/Changes Index: Changes =