cvs commit: modperl-2.0 Makefile.PL

2000-04-21 Thread dougm
dougm 00/04/21 13:18:09 Modified:.Makefile.PL Log: skip autosplit Revision ChangesPath 1.12 +4 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/modperl-2.0/M

cvs commit: modperl-2.0/patches perl_no_get_context.pat

2000-04-21 Thread dougm
dougm 00/04/21 13:10:01 Modified:.00README_FIRST patches perl_no_get_context.pat Log: found the real fix Revision ChangesPath 1.4 +1 -1 modperl-2.0/00README_FIRST Index: 00README_FIRST ==

cvs commit: modperl-2.0/src/modules/perl .cvsignore

2000-04-21 Thread dougm
dougm 00/04/21 12:43:38 Modified:.00README_FIRST Makefile.PL lib/Apache Build.pm lib/ModPerl Code.pm src/modules/perl .cvsignore Log: get some decent build stuff in place Revision ChangesPath 1.3 +27 -3 mod

cvs commit: modperl Changes Makefile.PL

2000-04-21 Thread dougm
dougm 00/04/21 12:37:46 Modified:.Changes Makefile.PL Log: fixed 'make clean' to remove FILES => passed to MakeMaker Revision ChangesPath 1.474 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl-2.0/patches dso-link-hack.pat

2000-04-21 Thread dougm
dougm 00/04/21 12:00:23 Added: patches dso-link-hack.pat Log: hack to use mod_so Revision ChangesPath 1.1 modperl-2.0/patches/dso-link-hack.pat Index: dso-link-hack.pat === Ind

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Vivek Khera
> "bm" == brian moseley <[EMAIL PROTECTED]> writes: bm> On Fri, 21 Apr 2000, Stas Bekman wrote: >> find . -type f -exec grep -l 'eg/' {} \; bm> find. -type f|xargs grep -l 'eg/' would be a lot bm> faster. well at least that's what dean says. That assumes you have xargs, which is of very re

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread brian moseley
On Fri, 21 Apr 2000, Stas Bekman wrote: > find . -type f -exec grep -l 'eg/' {} \; find. -type f|xargs grep -l 'eg/' would be a lot faster. well at least that's what dean says.

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Stas Bekman
> On Fri, 21 Apr 2000, Stas Bekman wrote: > > > On Fri, 21 Apr 2000, Stas Bekman wrote: > > > > > On 21 Apr 2000 [EMAIL PROTECTED] wrote: > > > > > > > dougm 00/04/20 23:25:19 > > > > > > > > Modified:eg startup.pl > > > > Log: > > > > stas is slacking :) > > > > > > Nuh

cvs commit: modperl ToDo

2000-04-21 Thread dougm
dougm 00/04/21 10:04:56 Modified:.ToDo Log: did that, kinda Revision ChangesPath 1.241 +0 -2 modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving revision

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Doug MacEachern
On Fri, 21 Apr 2000, Stas Bekman wrote: > On Fri, 21 Apr 2000, Stas Bekman wrote: > > > On 21 Apr 2000 [EMAIL PROTECTED] wrote: > > > > > dougm 00/04/20 23:25:19 > > > > > > Modified:eg startup.pl > > > Log: > > > stas is slacking :) > > > > Nuh, I wanted to release Apac

cvs commit: modperl ToDo

2000-04-21 Thread dougm
dougm 00/04/21 10:03:34 Modified:.ToDo Log: todo Revision ChangesPath 1.240 +9 -0 modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving revision 1.239 ret

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Stas Bekman
On Fri, 21 Apr 2000, Stas Bekman wrote: > On 21 Apr 2000 [EMAIL PROTECTED] wrote: > > > dougm 00/04/20 23:25:19 > > > > Modified:eg startup.pl > > Log: > > stas is slacking :) > > Nuh, I wanted to release Apache::Benchmark asap... sorry. > Thanks for the fix. Actually yo

Re: cvs commit: modperl/eg startup.pl

2000-04-21 Thread Stas Bekman
On 21 Apr 2000 [EMAIL PROTECTED] wrote: > dougm 00/04/20 23:25:19 > > Modified:eg startup.pl > Log: > stas is slacking :) Nuh, I wanted to release Apache::Benchmark asap... sorry. Thanks for the fix. > Revision ChangesPath > 1.4 +1 -1 modperl/eg/startu

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

2000-04-21 Thread dougm
dougm 00/04/21 00:13:57 Modified:lib/Apache Build.pm Log: do the right thing for @ARGV Revision ChangesPath 1.9 +4 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home

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

2000-04-21 Thread dougm
dougm 00/04/21 00:12:42 Modified:lib/Apache Build.pm src/modules/perl modperl_callback.c Log: hang onto MP_ parameter prefix, easy to dig out later parse .makepl_args.mod_perl2 Revision ChangesPath 1.8 +49 -10modperl-2.0/lib/Apache/Build.pm