Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Gerald Richter
> > much better, thanks ken. it'll be even faster when this ToDo item gets > done :) > > - Apache::PerlRun::flush_namespace should be re-written in c > > Just a few weeks ago I have rewritten the Embperl cleanup in C and it's really much much faster now! I append my source, maybe it helpfull fo

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: /home

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: /hom

Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Doug MacEachern
On Mon, 29 Jan 2001, Ken Williams wrote: > I know it's a nitpick, but the following is a bit faster (about 35% > faster according to Benchmark) and a little clearer to read: much better, thanks ken. it'll be even faster when this ToDo item gets done :) - Apache::PerlRun::flush_namespace shoul

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 === RCS file

Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Ken Williams
[EMAIL PROTECTED] wrote: > --- PerlRun.pm 2001/01/12 15:45:12 1.34 > +++ PerlRun.pm 2001/01/29 21:51:30 1.35 > @@ -340,7 +340,12 @@ > if (defined &$fullname) { > no warnings; > local $^W = 0; > -*{$fullname} = sub {}; > +

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 Index: Changes

cvs commit: modperl/Apache Apache.pm

2001-01-29 Thread cholet
cholet 01/01/29 08:07:09 Modified:Apache Apache.pm Log: doc fix: $s->loglevel is now settable Submitted by: Geoffrey Young <[EMAIL PROTECTED]> Revision ChangesPath 1.62 +2 -1 modperl/Apache/Apache.pm Index: Apache.pm

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

RE: patch for setting loglevel

2001-01-29 Thread Eric Cholet
--On lundi 29 janvier 2001 09:55 -0800 Doug MacEachern <[EMAIL PROTECTED]> wrote: > On Mon, 29 Jan 2001, Geoffrey Young wrote: > >> since you're punting on args()... > > thanks, looks like eric already applied this, i don't see a commit message > though. True, I committed earlier today and thou

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/M

Re: 1.25-tobe

2001-01-29 Thread Doug MacEachern
ok, here's a fix to make 5.004_04 happy.. Index: src/modules/perl/Makefile === RCS file: /home/cvs/modperl/src/modules/perl/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- src/modules/perl/Makefile 2001/01/26 16:42:

RE: patch for setting loglevel

2001-01-29 Thread Doug MacEachern
On Mon, 29 Jan 2001, Geoffrey Young wrote: > since you're punting on args()... thanks, looks like eric already applied this, i don't see a commit message though. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: 1.25-tobe

2001-01-29 Thread Doug MacEachern
i can reproduce this with 5.004_04. the problem isn't related to the PERL5LIB stuff, seems more like a bug with 5.004_04. if i drop in the Apache.xs from 1.24_01 all is well and i'm pretty sure the reason is just that 1.24_01's is smaller. i'll sort it out somehow. --

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 ==

Re: 1.25-tobe

2001-01-29 Thread Doug MacEachern
On Fri, 26 Jan 2001, Ken Williams wrote: > That doesn't seem to do it for me, I still get the same error and it > craps out halfway through building Apache.c. looking closer at your error messages, seems what i saw is different from your problem. the line that your make is crapping out on hasn

RE: patch for setting loglevel

2001-01-29 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 25, 2001 9:44 AM > To: 'Doug MacEachern' > Cc: '[EMAIL PROTECTED]' > Subject: RE: patch for setting loglevel > cool - I'll send along a brief doc patch as soon as the > args() thing in > Apa

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html

2001-01-29 Thread richter
richter 01/01/29 02:44:42 Modified:embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html Log: Embperl Webpages - Changes Revision ChangesPath 1.197 +7 -3 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.htm