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

2001-12-17 Thread dougm
dougm 01/12/17 21:58:54 Modified:lib/ModPerl Code.pm Log: generate a modperl_largefiles.h include file with the $Config{ccflags_uselargefiles} we have ripped out when compiling modperl. Revision ChangesPath 1.74 +16 -0 modperl-2.0/lib/ModPerl/Code.pm

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

2001-12-04 Thread stas
stas01/12/04 18:22:25 Modified:lib/Apache Build.pm lib/ModPerl Code.pm Log: remove the caching of the noedit preamble and generate a fresh noedit header + trace for each invocation. the caching was wrong, since it was using the same trace for more than one pla

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

2001-09-19 Thread stas
stas01/09/19 23:07:48 Modified:lib/ModPerl Code.pm Log: adding the generator calls trace ala Apache::TestConfig::genwarning Revision ChangesPath 1.68 +5 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm ===

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

2001-09-15 Thread dougm
dougm 01/09/15 15:25:55 Modified:lib/ModPerl Code.pm Log: integrate modperl_perl.[ch] Revision ChangesPath 1.66 +2 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home/c

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

2001-04-29 Thread dougm
dougm 01/04/29 21:37:01 Modified:lib/ModPerl Code.pm Log: integrate modperl_global module Revision ChangesPath 1.60 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /ho

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

2001-04-19 Thread dougm
dougm 01/04/19 10:42:19 Modified:lib/ModPerl Code.pm Log: add PerlInputFilterHandler Revision ChangesPath 1.59 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home/cv

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

2001-04-17 Thread dougm
dougm 01/04/17 22:25:01 Modified:lib/ModPerl Code.pm Log: strip APR_ and AP_ prefixes from constant names Revision ChangesPath 1.58 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm ===

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

2001-04-17 Thread dougm
dougm 01/04/17 21:40:02 Modified:lib/ModPerl Code.pm Log: include modperl_bucket Revision ChangesPath 1.57 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home/cvs/mo

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

2001-04-11 Thread dougm
dougm 01/04/11 16:01:00 Modified:.Makefile.PL lib/ModPerl Code.pm Log: make sure Apache::ConstantsTable can be found Revision ChangesPath 1.32 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL =

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

2001-04-11 Thread dougm
dougm 01/04/11 15:40:40 Modified:lib/ModPerl Code.pm Log: generate the constants lookup code Revision ChangesPath 1.55 +153 -1modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file:

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

2001-03-14 Thread dougm
dougm 01/03/14 10:32:13 Modified:lib/ModPerl Code.pm Log: generate modperl_handler_lookup() function for mapping Perl*Handler strings to integer value Revision ChangesPath 1.44 +56 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm =

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

2001-02-21 Thread dougm
dougm 01/02/21 19:49:22 Modified:lib/Apache Build.pm lib/ModPerl Code.pm Log: make noedit_warning routines more usable elsewhere Revision ChangesPath 1.31 +9 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-02-01 Thread dougm
dougm 01/02/01 13:35:44 Modified:lib/ModPerl Code.pm Log: use hex for better readability Revision ChangesPath 1.39 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /hom

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

2000-06-11 Thread dougm
dougm 00/06/11 21:41:09 Modified:lib/ModPerl Code.pm Log: add string => flag bit lookup functions Revision ChangesPath 1.28 +29 -4 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS f

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

2000-06-08 Thread dougm
dougm 00/06/08 21:30:42 Modified:lib/Apache Build.pm lib/ModPerl Code.pm MM.pm Log: integrate with ModPerl::BuildOptions misc build tweaks Revision ChangesPath 1.19 +13 -64modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2000-04-30 Thread dougm
dougm 00/04/30 11:36:52 Modified:.Makefile.PL lib/Apache Build.pm lib/ModPerl Code.pm MM.pm Log: "discover" xs modules. since there is no list hardwired any module can be unpacked in the mod_perl-2.xx directory and built static this

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

2000-04-29 Thread dougm
dougm 00/04/29 20:31:17 Modified:.Makefile.PL lib/Apache Build.pm lib/ModPerl Code.pm Log: MP_INST_APACHE2=1 attribute will cause *.pm and *.so to be installed in an Apache2/ subdirectory so mod_perl-1.xx and mod_perl-2.0 can co-exist in t

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

2000-04-27 Thread dougm
dougm 00/04/27 22:40:35 Modified:lib/ModPerl Code.pm Log: keep these names in one place Revision ChangesPath 1.22 +4 -11 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home

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

2000-04-27 Thread dougm
dougm 00/04/27 14:48:38 Modified:lib/ModPerl Code.pm Log: hookup PerlPostConfigHandler Revision ChangesPath 1.20 +1 -0 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file: /home/

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

2000-04-24 Thread dougm
dougm 00/04/24 21:38:54 Modified:lib/Apache Build.pm lib/ModPerl Code.pm Log: .h dependencies Revision ChangesPath 1.12 +3 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

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

2000-04-20 Thread dougm
dougm 00/04/20 22:20:14 Modified:lib/ModPerl Code.pm Log: generate register_hook, command_rec entries and description code Revision ChangesPath 1.13 +78 -6 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm ==

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

2000-04-16 Thread dougm
dougm 00/04/16 17:07:40 Modified:lib/ModPerl Code.pm Log: MP_TRACE_x_do for arbitrary expressions Revision ChangesPath 1.9 +5 -0 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS f

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

2000-04-15 Thread dougm
dougm 00/04/15 18:41:22 Modified:.Makefile.PL lib/ModPerl Code.pm Log: dont need single file option now that sources are sorted on mtime Revision ChangesPath 1.8 +4 -11 modperl-2.0/Makefile.PL Index: Makefile.PL =

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread brian moseley
On Sat, 15 Apr 2000, Doug MacEachern wrote: > that is sad. consider PerlFreshRestart and graceful > restart. it doesn't take much effort to type '' instead > of "". it might not make that much of a difference in > parse time, but it doesn't hurt either. can we please > drop this topic, there's

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread Stas Bekman
> > The only question I still want to ask you is why do we care about the > > parse time, when mod_perl is a preloaded and precompiled. > > again, this is not the only reason. however, i do think it's important to > speed up parse time if possible. > consider t/TEST > print "still wai

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread Doug MacEachern
> The only question I still want to ask you is why do we care about the > parse time, when mod_perl is a preloaded and precompiled. again, this is not the only reason. however, i do think it's important to speed up parse time if possible. consider t/TEST print "still waiting for serve

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-15 Thread Stas Bekman
On Fri, 14 Apr 2000, Doug MacEachern wrote: > > > Orwant and friends in "Algorithms with Perl" page 28 claims the first form > > > is slower. > > faster to *parse*, not faster to *run*. stas, your benchmarks don't test > parse time. The only question I still want to ask you is why do we care a

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Doug MacEachern
> I don't want to get involved in an unproductive semi-religious war or > anything so then why did you? >, but I'd just like to caution against change for (what seems > little more than) the sake of change. re-read my message, it is for more than the sake of change. > I think it was our Lord

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread G.W. Haywood
Hi All, > On Fri, 14 Apr 2000, Stas Bekman wrote: > > > > It seems that TIMTOWTDI is going to die soon as everybody tells > > > me that I should code as shown in "OO Perl" and ""Algorithms > > > with Perl" :( > > On Fri, 14 Apr 2000, Doug MacEachern wrote: > > > i'm using '' vs. "" because '' i

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Stas Bekman
On Fri, 14 Apr 2000, Doug MacEachern wrote: > > > Orwant and friends in "Algorithms with Perl" page 28 claims the first form > > > is slower. > > faster to *parse*, not faster to *run*. stas, your benchmarks don't test > parse time. > > > It seems that TIMTOWTDI is going to die soon as everyb

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Doug MacEachern
> > Orwant and friends in "Algorithms with Perl" page 28 claims the first form > > is slower. faster to *parse*, not faster to *run*. stas, your benchmarks don't test parse time. > It seems that TIMTOWTDI is going to die soon as everybody tells me that I > should code as shown in "OO Perl" and

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Stas Bekman
On Fri, 14 Apr 2000, Bill Moseley wrote: > At 11:56 AM 04/14/00 +0300, Stas Bekman wrote: > >> sticking to the convention of single quoting constant strings > > > >Why? You lose the interpolation feature when you need it and you get to > >the awkward statement like this: > > > >> -pri

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Bill Moseley
At 11:56 AM 04/14/00 +0300, Stas Bekman wrote: >> sticking to the convention of single quoting constant strings > >Why? You lose the interpolation feature when you need it and you get to >the awkward statement like this: > >> -print $h_fh "\n#define ", >> +print $h_fh "\n", '

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

2000-04-14 Thread Stas Bekman
On 14 Apr 2000 [EMAIL PROTECTED] wrote: > dougm 00/04/13 21:09:26 > > Modified:.Makefile.PL >lib/Apache Build.pm >lib/ModPerl Code.pm > Log: > sticking to the convention of single quoting constant strings Why? You lose the interpolation fe

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

2000-04-13 Thread dougm
dougm 00/04/13 21:09:26 Modified:.Makefile.PL lib/Apache Build.pm lib/ModPerl Code.pm Log: sticking to the convention of single quoting constant strings Revision ChangesPath 1.2 +6 -6 modperl-2.0/Makefile.PL Index: