/[Apache-SVN]/perl/modperl/branches/1.x/Makefile.PL
ViewVC logotype

Log of /perl/modperl/branches/1.x/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 610728 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 09:14:22 2008 UTC (22 months, 2 weeks ago) by gozer
File length: 75495 byte(s)
Diff to previous 555364 (colored)
Remove some whitespace from generated Makefile, it's
breaking nmake on Win32.

Reviewed-by: gozer
Submtted-by: Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Message-ID: Pine.LNX.4.64.0704011922080.18576@theoryx5.uwinnipeg.ca


Revision 555364 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 18:42:38 2007 UTC (2 years, 4 months ago) by gozer
File length: 75505 byte(s)
Diff to previous 524700 (colored)
Get rid of a very old broken piece of Makefile.PL code
that post processes PERL_EXTRA_CLFAGS, effectively doing
s/,/ /g.

That's breaking CFLAGS with valid ',' in their values, like
-Wl,foo.


Revision 524700 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 23:04:52 2007 UTC (2 years, 7 months ago) by randyk
File length: 75640 byte(s)
Diff to previous 522521 (colored)
Add /D _WINSOCK2API_ for perl < 5.8.6 on Win32.

Revision 522521 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 14:16:38 2007 UTC (2 years, 8 months ago) by pgollucci
File length: 75549 byte(s)
Diff to previous 521890 (colored)
pulled the seperate A-SL back out and restored
lib/Apache/SizeLimit.pm@177851

(will restore this after the 1.30 security release)


Revision 521890 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 20:03:34 2007 UTC (2 years, 8 months ago) by gozer
File length: 75664 byte(s)
Diff to previous 422381 (colored)
Since no releases have been made in a while, there was some
tidying up needed. Copied over and adapeted the RELEASE
instructions from the 2.x branch as well.


Revision 422381 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 05:56:02 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 75657 byte(s)
Diff to previous 422369 (colored)
well this seems to work.

Sadlly, the existing mod_perl 1.x framework seems to orphan
the httpd process after make test BEFORE Apache-Test gets
a chance to startup for Apache-SizeLimit.

Any ideas welcome....


Revision 422369 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 04:20:50 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 75601 byte(s)
Diff to previous 422361 (colored)
put some space between the test suites
and tabify the Makefile syntax correctly


Revision 422361 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 04:04:03 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 75581 byte(s)
Diff to previous 422357 (colored)
hook in the Apache-SizeLimit tests

[Still need to pass -httpd to its Makefile.PL earlier in the process]


Revision 422357 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 03:58:11 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 75543 byte(s)
Diff to previous 422355 (colored)
sadly my editor was setup to insert spaces and not tabs 
so this time its an actual tab and not 4 spaces


Revision 422355 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 03:54:15 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 75556 byte(s)
Diff to previous 422345 (colored)
left justify the makefile targets
and tab indent the cmds

There must be a better way....


Revision 422345 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 03:23:25 2006 UTC (3 years, 4 months ago) by pgollucci
File length: 75555 byte(s)
Diff to previous 179434 (colored)
vain attempt at our style guidlines

no functional changes.


Revision 179434 - (view) (annotate) - [select for diffs]
Modified Wed Jun 1 22:18:56 2005 UTC (4 years, 5 months ago) by gozer
File length: 67378 byte(s)
Diff to previous 177851 (colored)
fix the tag target for SVN

Revision 177851 - (view) (annotate) - [select for diffs]
Modified Mon May 23 01:08:52 2005 UTC (4 years, 6 months ago) by noel
File length: 67368 byte(s)
Diff to previous 177834 (colored)
move modperl 1.x trunk to a branches/1.x

Revision 177834 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 02:22:11 2003 UTC (6 years ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 67368 byte(s)
Diff to previous 177821 (colored)
for some reason .pm files during the modperl build see $ENV{PERL5LIB}
set in Makefile.PL, which is used for generating Makefiles, as
"PERL5LIB=/path:/another/path" instead of "/path:/another/path"
essentially rendering this env var useless. I'm not sure why, may be
MakeMaker kicks in somewhere. Trying to workaround by
s/PERL5LIB/PERL5LIB_ENV/, using anything that's not PERL5LIB.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177821 - (view) (annotate) - [select for diffs]
Modified Thu Oct 9 05:10:29 2003 UTC (6 years, 1 month ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 67352 byte(s)
Diff to previous 177814 (colored)
Submitted by: Steve Hay
Reviewed by: randyk
Fix a bug in Makefile.PL where it would, under certain circumstances,
pick up the wrong Perl include directory.

Revision 177814 - (view) (annotate) - [select for diffs]
Modified Sat Sep 27 20:06:59 2003 UTC (6 years, 2 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 67346 byte(s)
Diff to previous 177805 (colored)
Reviewed by:	stas
Add an INSTALL_LIB attribute to Makefile.PL for Win32 to specify where
to install mod_perl.lib [suggested by STeve Hay]

Revision 177805 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 05:07:44 2003 UTC (6 years, 3 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66526 byte(s)
Diff to previous 177794 (colored)
On Win32, use Win32::GetShortPathName() on paths containing spaces.

Revision 177794 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 01:16:52 2003 UTC (6 years, 4 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66408 byte(s)
Diff to previous 177790 (colored)
For Win32,
- copy mod_perl.lib into Apache/libexec directory, if it exists
- keep drive letter in dsp (fixes bug reported by DH <crazyinsomniac@yahoo.com>)

Revision 177790 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 15:57:54 2003 UTC (6 years, 4 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66136 byte(s)
Diff to previous 177780 (colored)
For Win32, use a default of APACHE_SRC/modules to install
mod_perl.so, if this directory exists and if INSTALL_DLL is
not provided. Update the INSTALL.win32 documentation accordingly,
and also add some discussion of the limitations of mod_perl 1
on Win32.

Revision 177780 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 07:38:46 2003 UTC (6 years, 5 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66276 byte(s)
Diff to previous 177778 (colored)
t/TEST is now autogenerated, getting the right #!perl
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177778 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 07:09:20 2003 UTC (6 years, 5 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66244 byte(s)
Diff to previous 177764 (colored)
s/Apache::(OK|DECLINED)/Apache::Constants::$1/g
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177764 - (view) (annotate) - [select for diffs]
Modified Fri May 16 13:26:38 2003 UTC (6 years, 6 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66222 byte(s)
Diff to previous 177763 (colored)
Should never have happened, sorry. "gozer" ne "dougm"

Revision 177763 - (view) (annotate) - [select for diffs]
Modified Fri May 16 13:14:23 2003 UTC (6 years, 6 months ago) by gozer
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66222 byte(s)
Diff to previous 177750 (colored)
bin/prep

Revision 177750 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 23:13:33 2003 UTC (6 years, 9 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66222 byte(s)
Diff to previous 177749 (colored)

Reviewed by:	stas

remove commented-out lines from previous commits.

Revision 177749 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 16:42:46 2003 UTC (6 years, 9 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66309 byte(s)
Diff to previous 177748 (colored)
Reviewed by:	stas

Use Perl's touch(), in case a system touch() isn't available.

Revision 177748 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 16:34:35 2003 UTC (6 years, 9 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66148 byte(s)
Diff to previous 177747 (colored)

Reviewed by:	stas

Enable PERL_SECTIONS for Win32

Revision 177747 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 16:28:35 2003 UTC (6 years, 9 months ago) by randyk
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66115 byte(s)
Diff to previous 177739 (colored)
Reviewed by:	stas

Enable PERL_DIRECTIVE_HANLDERS for Win32

Revision 177739 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 04:25:04 2003 UTC (6 years, 10 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66081 byte(s)
Diff to previous 177727 (colored)
use $Config{'installstyle'} instead of hardcoded 'lib', to handle
Makefile.PL's PREFIX option correctly
PR:
Obtained from:
Submitted by:	Philippe M. Chiasson <gozer@cpan.org>
Reviewed by:	stas

Revision 177727 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 16:31:53 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66063 byte(s)
Diff to previous 177720 (colored)
PR:
Obtained from:
Submitted by:	Per Einar Ellefsen <per.einar@skynet.be>
Reviewed by:	dougm
various cygwin fixes

Revision 177720 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 02:34:12 2002 UTC (7 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 66030 byte(s)
Diff to previous 177709 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
workaround bug in 5.8.0-RC1 where Cwd::cwd creates $ENV{IFS}
which makes apache configure fall apart on solaris

Revision 177709 - (view) (annotate) - [select for diffs]
Modified Thu May 23 03:38:39 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65843 byte(s)
Diff to previous 177706 (colored)
PR:
Obtained from:
Submitted by:	Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Reviewed by:	dougm
fix Win32 build problems with spaces in shell arguments

Revision 177706 - (view) (annotate) - [select for diffs]
Modified Thu May 23 02:52:15 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65846 byte(s)
Diff to previous 177705 (colored)
autoset PERL_USELARGEFILES=0 if needed

Revision 177705 - (view) (annotate) - [select for diffs]
Modified Thu May 23 02:44:40 2002 UTC (7 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65743 byte(s)
Diff to previous 177676 (colored)
on hpux with bleedperl $Config{ld} is the fullpath, strip to the basename

Revision 177676 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 19:06:03 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65706 byte(s)
Diff to previous 177671 (colored)
PR:
Obtained from:
Submitted by:	stas
Reviewed by:    dougm
rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't
need and apache won't compile with

Revision 177671 - (view) (annotate) - [select for diffs]
Modified Sun Mar 24 02:07:58 2002 UTC (7 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65615 byte(s)
Diff to previous 177669 (colored)
workaround Apache::Constants::AUTOLOAD problem with bleedperl

Revision 177669 - (view) (annotate) - [select for diffs]
Modified Fri Mar 22 19:58:13 2002 UTC (7 years, 8 months ago) by stas
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65589 byte(s)
Diff to previous 177652 (colored)
the first flag argument to perl cannot start with space, since perl tries
to open the " -spi.bak" as a file. fix that in the win32 case.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177652 - (view) (annotate) - [select for diffs]
Modified Sun Sep 9 21:56:46 2001 UTC (8 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 65590 byte(s)
Diff to previous 177646 (colored)
warn if Perl is configured with -Duseshrplib and a libperl.so is found
in a place where it should not be, example: /lib /usr/lib or /usr/local/lib
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177646 - (view) (annotate) - [select for diffs]
Modified Tue Jul 17 15:54:05 2001 UTC (8 years, 4 months ago) by sbekman
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 64842 byte(s)
Diff to previous 177640 (colored)
s|perl.apache.org:/home/cvs|cvs.apache.org:/home/cvs|

Revision 177640 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 01:41:18 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 64843 byte(s)
Diff to previous 177639 (colored)
minor cosmetic

Revision 177639 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 01:34:44 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 64783 byte(s)
Diff to previous 177635 (colored)
fixes for building with 5.004

Revision 177635 - (view) (annotate) - [select for diffs]
Modified Tue Jul 10 15:45:32 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 64753 byte(s)
Diff to previous 177632 (colored)
more for the latest win32 patch from randy

Revision 177632 - (view) (annotate) - [select for diffs]
Modified Mon Jul 9 15:03:28 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 64645 byte(s)
Diff to previous 177625 (colored)
enabled Apache::ModuleConfig on win32
win32 support for Apache::src
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177625 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 20:08:37 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 63399 byte(s)
Diff to previous 177620 (colored)
make sure Apache::ExtUtils can be found when building inside of the
apache source tree
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177620 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 13:40:50 2001 UTC (8 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 63230 byte(s)
Diff to previous 177619 (colored)
addition to the latest win32 fix

Revision 177619 - (view) (annotate) - [select for diffs]
Modified Thu Jun 21 16:11:43 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 63156 byte(s)
Diff to previous 177617 (colored)
win32 enhancement: APACHE_SRC can be either the build or install tree

Revision 177617 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 03:12:45 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62840 byte(s)
Diff to previous 177608 (colored)
remove dead code for PERL_STARTUP_{IS_DONE,DONE_CHECK} hack

Revision 177608 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 04:49:09 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62880 byte(s)
Diff to previous 177607 (colored)
if PREFIX is given to Makefile.PL add it to @INC at startup

Revision 177607 - (view) (annotate) - [select for diffs]
Modified Thu Jun 14 04:44:11 2001 UTC (8 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62583 byte(s)
Diff to previous 177600 (colored)
add %Apache::MyConfig aliases for Apache::src backwards compat

Revision 177600 - (view) (annotate) - [select for diffs]
Modified Tue May 1 17:08:25 2001 UTC (8 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62507 byte(s)
Diff to previous 177599 (colored)
fix 'make offsite-tar'

Revision 177599 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 17:01:55 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62342 byte(s)
Diff to previous 177597 (colored)
win32 fixes

Revision 177597 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 04:18:22 2001 UTC (8 years, 7 months ago) by sbekman
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62268 byte(s)
Diff to previous 177596 (colored)
adding PERL_SSI PERL_SECTIONS to MyConfig generator

Revision 177596 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 22:42:03 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62221 byte(s)
Diff to previous 177595 (colored)
need this alias for Apache::src backwards compat

Revision 177595 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 22:39:07 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 62109 byte(s)
Diff to previous 177591 (colored)
improve Apache::MyConfig

Revision 177591 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 21:38:52 2001 UTC (8 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 61765 byte(s)
Diff to previous 177574 (colored)
fix 'make tar_Apache'

Revision 177574 - (view) (annotate) - [select for diffs]
Modified Mon Jan 29 17:43:21 2001 UTC (8 years, 9 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 61771 byte(s)
Diff to previous 177566 (colored)
include File::Spec at runtime, otherwise fails with oldperls (5.004_04)

Revision 177566 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 06:15:45 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 61767 byte(s)
Diff to previous 177565 (colored)
dont strip lfs flags by default just yet

Revision 177565 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 06:04:26 2001 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 61767 byte(s)
Diff to previous 177555 (colored)
DSO support for hpux with native cc/ld

Revision 177555 - (view) (annotate) - [select for diffs]
Modified Sun Dec 31 19:34:17 2000 UTC (8 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 61385 byte(s)
Diff to previous 177552 (colored)
win32 updates for 1.3.15, including ApacheModulePerl.{dsp,dll} ->
mod_perl.{dsp,so} rename
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177552 - (view) (annotate) - [select for diffs]
Modified Sat Dec 23 02:23:09 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 60943 byte(s)
Diff to previous 177545 (colored)
if Perl is linked with -lpthread, then httpd needs to be linked with
-lpthread, make sure that happens with USE_DSO=1, warn if USE_APXS=1

disable uselargefile flags by default, enable with:
 Makefile.PL PERL_USELARGEFILES=1
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177545 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 20:00:09 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 60045 byte(s)
Diff to previous 177542 (colored)
pod patch from geoff

Revision 177542 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 18:35:33 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 59517 byte(s)
Diff to previous 177536 (colored)
include mod_perl hook/feature config in Apache::MyConfig

Revision 177536 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 06:47:45 2000 UTC (8 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 59387 byte(s)
Diff to previous 177518 (colored)
allow Makefile.PL to build mod_perl on Win32 using VC++

Revision 177518 - (view) (annotate) - [select for diffs]
Modified Tue Oct 3 14:17:22 2000 UTC (9 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53959 byte(s)
Diff to previous 177496 (colored)
fixups for libapreq

Revision 177496 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 17:55:21 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53808 byte(s)
Diff to previous 177490 (colored)
fix for Makefile.PL ADD_MODULE=src/module/foo/libfoo.a

Revision 177490 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 21:19:33 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53824 byte(s)
Diff to previous 177480 (colored)
fix 'make tar_Apache'

Revision 177480 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 16:55:41 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53812 byte(s)
Diff to previous 177475 (colored)
'make test' config fixes for mod_ssl

Revision 177475 - (view) (annotate) - [select for diffs]
Modified Wed Sep 13 06:06:48 2000 UTC (9 years, 2 months ago) by richter
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53674 byte(s)
Diff to previous 177474 (colored)
Latest patches so mod_perl works now on ActivePerl

Revision 177474 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 21:09:12 2000 UTC (9 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53502 byte(s)
Diff to previous 177442 (colored)
Makefile.PL:post_initialize fix for win32

Revision 177442 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 18:16:33 2000 UTC (9 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53490 byte(s)
Diff to previous 177435 (colored)
support version parsing of 1.3.13-dev's httpd.h

Revision 177435 - (view) (annotate) - [select for diffs]
Modified Thu May 25 18:06:23 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53402 byte(s)
Diff to previous 177424 (colored)
fixes for building with stronghold

Revision 177424 - (view) (annotate) - [select for diffs]
Modified Tue May 16 21:53:14 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53209 byte(s)
Diff to previous 177417 (colored)
make sure full perlpath is used

Revision 177417 - (view) (annotate) - [select for diffs]
Modified Fri May 12 22:48:07 2000 UTC (9 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 53172 byte(s)
Diff to previous 177411 (colored)
Makefile.PL warns about 5.6.0+uselargefiles if USE_APXS

Revision 177411 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 22:45:30 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 52621 byte(s)
Diff to previous 177409 (colored)
pass $Config{ccflags} to apache for 5.6.0+

Revision 177409 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 19:37:45 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 52588 byte(s)
Diff to previous 177402 (colored)
fixed 'make clean' to remove FILES => passed to MakeMaker

Revision 177402 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 06:24:27 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 52584 byte(s)
Diff to previous 177400 (colored)
create test files during Makefile.PL so 'make test' can be run as root

Revision 177400 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 05:56:19 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 52398 byte(s)
Diff to previous 177398 (colored)
--disable-rule=EXPAT is passed to Apache's configure to avoid
XML::Parser conflicts
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177398 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 23:31:50 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 52352 byte(s)
Diff to previous 177380 (colored)
User/Group for 'make test' can be overridden with the environment
variables APACHE_USER/APACHE_GROUP
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177380 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 03:56:11 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 52295 byte(s)
Diff to previous 177379 (colored)
updated dso+aix Perl patch

Revision 177379 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 03:49:38 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 51582 byte(s)
Diff to previous 177378 (colored)
oops

Revision 177378 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 03:40:35 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 51568 byte(s)
Diff to previous 177364 (colored)
warn that dso+Perl malloc needs a Perl built with -Ubincompat5005

Revision 177364 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 00:21:48 2000 UTC (9 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50928 byte(s)
Diff to previous 177353 (colored)
handy target

Revision 177353 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 05:37:50 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50847 byte(s)
Diff to previous 177343 (colored)
should warn if apxs too

Revision 177343 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 22:50:14 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50832 byte(s)
Diff to previous 177341 (colored)
make sure lib/Apache/MyConfig.pm is written before used

Revision 177341 - (view) (annotate) - [select for diffs]
Modified Thu Mar 16 19:47:14 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50831 byte(s)
Diff to previous 177337 (colored)
fixup the output of apxs -q CFLAGS to preserve quoting (again)

Revision 177337 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 10:16:12 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50755 byte(s)
Diff to previous 177333 (colored)
removed the generated apaci/mod_perl.config from MANIFEST

Revision 177333 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 08:19:26 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50730 byte(s)
Diff to previous 177331 (colored)
make use of $Config{shrpenv} to find CORE/libperl.so

Revision 177331 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 06:08:47 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50651 byte(s)
Diff to previous 177328 (colored)
compile with 5.005 threads

Revision 177328 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 20:21:16 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 50518 byte(s)
Diff to previous 177321 (colored)
warn aix-apxs-5.005_03 users of the patch needed for DynaLoader

Revision 177321 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 03:12:36 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 49322 byte(s)
Diff to previous 177315 (colored)
fix Makefile.PL if $USE_APXS && $PERL_DEBUG

Revision 177315 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 19:53:51 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 49321 byte(s)
Diff to previous 177282 (colored)
remove t/httpd symlink during 'make realclean' and when rebuilding

Revision 177282 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 23:37:03 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 49310 byte(s)
Diff to previous 177277 (colored)
mod_perl.exp is now installed

Revision 177277 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 06:27:09 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 49222 byte(s)
Diff to previous 177264 (colored)
there have been several reports of Config.pm breaking builds
these are the pieces needed to override Config.pm values, ugly,
but it works.  commented out probably until post-1.22
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177264 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 20:21:04 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 49082 byte(s)
Diff to previous 177255 (colored)
tweaks to compile/run with 5.5.670 + -Dusethreads

Revision 177255 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 01:32:12 2000 UTC (9 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 48973 byte(s)
Diff to previous 177250 (colored)
adjust Makefile.PL to parse 1.3.13-dev's httpd.h

Revision 177250 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 08:07:53 2000 UTC (9 years, 9 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 48907 byte(s)
Diff to previous 177236 (colored)
Look for the makepl_args.mod_perl file as .makepl_args.mod_perl in
./ and ../ too since the book says it works so.

Revision 177236 - (view) (annotate) - [select for diffs]
Modified Thu Dec 30 20:33:20 1999 UTC (9 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 48898 byte(s)
Diff to previous 177226 (colored)
PerlRestartHandler is now enabled w/ ALL_HOOKS=1 (or EVERYTHING=1)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177226 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 19:16:39 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 48906 byte(s)
Diff to previous 177222 (colored)
document that Apache 1.2.x is no longer supported

Apache::src now supported with USE_APXS=1
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177222 - (view) (annotate) - [select for diffs]
Modified Thu Dec 9 06:28:53 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 48611 byte(s)
Diff to previous 177221 (colored)
disable experimental perlrunxs until future notice

Revision 177221 - (view) (annotate) - [select for diffs]
Modified Thu Dec 9 06:17:47 1999 UTC (9 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 48601 byte(s)
Diff to previous 177167 (colored)
add sanity check for libgdbm

Revision 177167 - (view) (annotate) - [select for diffs]
Modified Sat Aug 7 20:59:26 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47966 byte(s)
Diff to previous 177166 (colored)
ok, no more crack smoking
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177166 - (view) (annotate) - [select for diffs]
Modified Sat Aug 7 20:44:36 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47895 byte(s)
Diff to previous 177165 (colored)
fix mod_perl_version.h problem
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177165 - (view) (annotate) - [select for diffs]
Modified Sat Aug 7 14:23:07 1999 UTC (10 years, 3 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47769 byte(s)
Diff to previous 177163 (colored)
don't delete the mod_perl_version.h file when we still need it

Revision 177163 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 02:33:14 1999 UTC (10 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47808 byte(s)
Diff to previous 177126 (colored)
mod_perl_version.h removed from MANIFEST
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177126 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 17:14:31 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47769 byte(s)
Diff to previous 177123 (colored)
ready to roll..
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177123 - (view) (annotate) - [select for diffs]
Modified Fri Jun 11 05:25:48 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47771 byte(s)
Diff to previous 177116 (colored)
-w's
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177116 - (view) (annotate) - [select for diffs]
Modified Mon Jun 7 01:52:51 1999 UTC (10 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47797 byte(s)
Diff to previous 177103 (colored)
cygwin port
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177103 - (view) (annotate) - [select for diffs]
Modified Wed May 19 19:33:36 1999 UTC (10 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 47565 byte(s)
Diff to previous 177081 (colored)
Makefile.PL will now do a handful of sanity checks looking for
possible broken configurations and offer suggestions for those it
finds
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177081 - (view) (annotate) - [select for diffs]
Modified Wed Apr 7 19:21:41 1999 UTC (10 years, 7 months ago) by khera
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 46520 byte(s)
Diff to previous 177078 (colored)
If we're building mod_perl as a DSO using APACI, we need to provide a
better definition of LDFLAGS_SHLIB_EXPORT since the one Perl needs
specifies, for example, the location of the perl shared library.

I think this is a generic solution.  If not, it can be limited on a
per-os basis.  At least bsd/os 4.x needs this for a standard "gmake
test" to pass easily.

Revision 177078 - (view) (annotate) - [select for diffs]
Modified Wed Apr 7 18:24:09 1999 UTC (10 years, 7 months ago) by khera
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 46376 byte(s)
Diff to previous 177018 (colored)
Added a couple of comments to make XEmacs perl-mode happy with
font-highlighting of this file. (XEmacs' perl-mode is quite lame in
parsing quoted strings which are "HEREIS" or qq{} type quotes, thus we
need to help it along with comments.

Revision 177018 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 02:56:31 1999 UTC (10 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 46287 byte(s)
Diff to previous 177007 (colored)
make sure server is up before runtests()
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177007 - (view) (annotate) - [select for diffs]
Modified Tue Jan 19 20:56:52 1999 UTC (10 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 46268 byte(s)
Diff to previous 177006 (colored)
Makefile.PL will look for --target=(\S+) in APACI_ARGS, if found use
instead of the default `httpd' for 'make test'

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 177006 - (view) (annotate) - [select for diffs]
Modified Tue Jan 19 20:42:20 1999 UTC (10 years, 10 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 46169 byte(s)
Diff to previous 176971 (colored)
make sure ap_config_auto.h is picked up when PREP_HTTPD=1 (for
non-distribution modules that use Apache::src to build)

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176971 - (view) (annotate) - [select for diffs]
Modified Wed Dec 23 01:22:02 1998 UTC (10 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45853 byte(s)
Diff to previous 176968 (colored)
don't link against all_lowercase.a's (e.g. libapr.a)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176968 - (view) (annotate) - [select for diffs]
Modified Tue Dec 22 17:09:45 1998 UTC (10 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45844 byte(s)
Diff to previous 176958 (colored)
a few -Wall items
no longer need default --with-layout
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176958 - (view) (annotate) - [select for diffs]
Modified Mon Dec 14 23:34:01 1998 UTC (10 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45979 byte(s)
Diff to previous 176955 (colored)
some minor fixes
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176955 - (view) (annotate) - [select for diffs]
Modified Fri Dec 11 22:44:03 1998 UTC (10 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45931 byte(s)
Diff to previous 176945 (colored)
default --with-layout to `Apache' for 1.3.4, can be overridden with
APACI_ARGS or APACHE_LAYOUT Makefile.PL attribute

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176945 - (view) (annotate) - [select for diffs]
Modified Mon Nov 30 23:14:58 1998 UTC (10 years, 11 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45735 byte(s)
Diff to previous 176936 (colored)
removed PERLV define, just use patchlevel.h's defines
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176936 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 23:48:27 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45822 byte(s)
Diff to previous 176935 (colored)
new path
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176935 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 23:46:33 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45829 byte(s)
Diff to previous 176934 (colored)
ready to roll...
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176934 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 23:15:12 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45820 byte(s)
Diff to previous 176929 (colored)
a few things caught by 'make test'
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176929 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 18:31:07 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45822 byte(s)
Diff to previous 176911 (colored)
use absolute path for StrongholdLicenseFile
[Todd R. Eigenschink <todd@tekinteractive.com>]

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176911 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 03:27:57 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45817 byte(s)
Diff to previous 176908 (colored)
new-ish xs modules added to win32 build: Apache::Log, Apache::File,
Apache::Table, Apache::URI, Apache::Util

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176908 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 20:04:54 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45804 byte(s)
Diff to previous 176891 (colored)
two experimental options now on by default:
PERL_SECTIONS_SELF_BOOT and ERRSV_CAN_BE_HTTP
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176891 - (view) (annotate) - [select for diffs]
Modified Thu Nov 5 03:12:54 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45868 byte(s)
Diff to previous 176888 (colored)
Makefile.PL will look for and link with *.a files in
$APACHE_SRC/src/modules/modperl/blib/arch/auto
assumed to be from 'make static' of an xs module
the static bootstrap call is added to perlxsi.c
handy for profiling xs modules (built w/ -pg -a) inside httpd with gprof
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176888 - (view) (annotate) - [select for diffs]
Modified Mon Nov 2 19:31:42 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45077 byte(s)
Diff to previous 176883 (colored)
rename PERL_VERSION macro to PERLV to avoid conflict with 5.00502's
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176883 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 04:37:32 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45133 byte(s)
Diff to previous 176882 (colored)
s/^mod_perl_(error_log|httpd.pid)/$1/g
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176882 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 02:40:03 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45206 byte(s)
Diff to previous 176880 (colored)
a bit of Apache::Table optimization
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176880 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 20:53:33 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45259 byte(s)
Diff to previous 176878 (colored)
rename Apache::Tie/Apache::TieHashTable -> Apache::Table
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176878 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 19:04:39 1998 UTC (11 years ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45257 byte(s)
Diff to previous 176849 (colored)
Perl*Handler configuration will attempt to pre-load the argument as a
module if it has a leading `+'.  PERL_AUTOPRELOAD=1 or
$Apache::Server::AutoPreLoad=1 will turn on auto-preloading for all
Perl*Handlers except those which have a leading `-'
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176849 - (view) (annotate) - [select for diffs]
Modified Fri Oct 2 23:02:11 1998 UTC (11 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45240 byte(s)
Diff to previous 176842 (colored)
ready to roll...
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176842 - (view) (annotate) - [select for diffs]
Modified Thu Oct 1 18:28:58 1998 UTC (11 years, 1 month ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45232 byte(s)
Diff to previous 176834 (colored)
added INSTALL.simple.mod_ssl and SSL_BASE=... Makefile.PL option

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176834 - (view) (annotate) - [select for diffs]
Modified Sat Sep 26 18:41:51 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 45072 byte(s)
Diff to previous 176832 (colored)
try to cut down on dso madness
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176832 - (view) (annotate) - [select for diffs]
Modified Sat Sep 26 16:11:05 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44699 byte(s)
Diff to previous 176822 (colored)
updates for Apache::File
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176822 - (view) (annotate) - [select for diffs]
Modified Wed Sep 23 20:50:43 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44613 byte(s)
Diff to previous 176798 (colored)
fixups for building Stronghold 2.4

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176798 - (view) (annotate) - [select for diffs]
Modified Sat Sep 19 22:27:44 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44260 byte(s)
Diff to previous 176790 (colored)
USE_DSO=1 may be fixed on some platforms w/ current 1.3.2-dev
for those who are not, e.g. linux, can try a workaround by giving
PERL_DSO_UNLOAD to Makefile.PL or by setting the PERL_DSO_UNLOAD
environment variable

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176790 - (view) (annotate) - [select for diffs]
Modified Sat Sep 19 15:57:21 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44228 byte(s)
Diff to previous 176788 (colored)
USE_DSO=1 should work now (fingers crossed)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176788 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 21:05:28 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44183 byte(s)
Diff to previous 176784 (colored)
Gerald's PERL_STARTUP_DONE workaround
we need to find the *real* problem and fix it.
if perl_construct..perl_run is being called more than once, we are leaking
unless perl_shutdown is called, but I cannot reproduce this problem
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176784 - (view) (annotate) - [select for diffs]
Modified Thu Sep 17 21:56:46 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44131 byte(s)
Diff to previous 176783 (colored)
deal with mod_ssl.c/Stronghold test configuration
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176783 - (view) (annotate) - [select for diffs]
Modified Thu Sep 17 19:16:15 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44045 byte(s)
Diff to previous 176779 (colored)
DYNAMIC=1 works again

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176779 - (view) (annotate) - [select for diffs]
Modified Thu Sep 17 16:09:41 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43858 byte(s)
Diff to previous 176768 (colored)
s/PERL_TIE_TABLES/PERL_TABLE_API/g

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176768 - (view) (annotate) - [select for diffs]
Modified Tue Sep 15 14:24:38 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43859 byte(s)
Diff to previous 176757 (colored)
allow multiple APACI_ARGS lines in .makepl_args.mod_perl
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176757 - (view) (annotate) - [select for diffs]
Modified Wed Sep 2 18:58:49 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43663 byte(s)
Diff to previous 176750 (colored)
make sure perlxsi.c is re-generated
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176750 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 19:56:19 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43629 byte(s)
Diff to previous 176745 (colored)
minor fix
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176745 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 17:09:36 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43595 byte(s)
Diff to previous 176738 (colored)
another for %very_experimental
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176738 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 20:03:52 1998 UTC (11 years, 2 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43577 byte(s)
Diff to previous 176735 (colored)
need to fix opmask-auto-generation before this can be on by default,
otherwise people using EXPERIMENTAL=1 may fail 'make test' for no good reason
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176735 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 23:07:21 1998 UTC (11 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43502 byte(s)
Diff to previous 176730 (colored)
added :override :args_how tags to Apache::Constants

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176730 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 17:49:23 1998 UTC (11 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43494 byte(s)
Diff to previous 176723 (colored)
pushing out experimental stuff:
  EXPERIMENTAL=1 (enables all experiments, except PERL_DEFAULT_OPMASK)
  PERL_GET_SET_HANDLERS=1 if PERL_STACKED_HANDLERS
  PERL_MARK_WHERE=1, PERL_TIE_SCRIPTNAME=1 if PERL_TRACE
  PERL_SECTIONS_SELF_BOOT=1 if PERL_SECTIONS

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176723 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 02:52:41 1998 UTC (11 years, 3 months ago) by ask
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43216 byte(s)
Diff to previous 176722 (colored)
Removed use of Term::ReadLine in Makefile.PL

Revision 176722 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 01:47:12 1998 UTC (11 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43880 byte(s)
Diff to previous 176702 (colored)
fix Makefile.PL and Apache::src to find MODULE_MAGIC_NUMBER in ap_mmn.h
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176702 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 14:59:25 1998 UTC (11 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 44014 byte(s)
Diff to previous 176691 (colored)
set LD_RUN_PATH in Makefile.PL [Tom Hughes <tom@compton.demon.co.uk>]
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176691 - (view) (annotate) - [select for diffs]
Modified Thu Jul 30 19:09:16 1998 UTC (11 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43973 byte(s)
Diff to previous 176690 (colored)
PERL_ORALL_OPMASK=1 enables $r->set_opmask method for per-directory masks
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176690 - (view) (annotate) - [select for diffs]
Modified Thu Jul 30 15:37:31 1998 UTC (11 years, 3 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43955 byte(s)
Diff to previous 176683 (colored)
new experimental options PERL_SAFE_STARTUP and PERL_DEFAULT_OPMASK
when httpd is starting, opcodes will be disabled during PerlModule,
PerlRequire and <Perl></Perl>

 -PERL_SAFE_STARTUP=1 enables PerlOpmask directive
   if PerlOpmask is "default", use mask generated from src/opcodes.txt
   else it's a file to create the mask in the format of src/opcodes.txt
   if no PerlOpmask, no opcodes are disabled
 - 'make update_op_mask OPCODE_FILE=my_opcodes.txt && make'
   changes the default opmask generated from OPCODE_FILE
 -PERL_DEFAULT_OPMASK=1 disables PerlOpmask directive, forces default
   opmask on


PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176683 - (view) (annotate) - [select for diffs]
Modified Tue Jul 28 17:09:24 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43257 byte(s)
Diff to previous 176676 (colored)
added $r->finfo method

Apache::Connection and Apache::Server will not be loaded by default if
a PerlRequire file says: no mod_perl qw(Connection Server);

Apache.xs cleanups:

 -move Apache::Connection code from Apache.xs to Connection.xs
 -move Apache::Server code from Apache.xs to Server.xs
 -remove Apache::fork stuff
 -remove max_request_per_client method (use Apache::Globals instead)

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176676 - (view) (annotate) - [select for diffs]
Modified Thu Jul 23 23:06:55 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 43072 byte(s)
Diff to previous 176675 (colored)
new experimental XS implementation of Apache::PerlRun/Apache::Registry
handlers in module Apache::PerlRunXS (enable with PERL_RUN_XS=1)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176675 - (view) (annotate) - [select for diffs]
Modified Thu Jul 23 16:12:12 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42747 byte(s)
Diff to previous 176674 (colored)
added $r->get_server_name method
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176674 - (view) (annotate) - [select for diffs]
Modified Thu Jul 23 15:00:59 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42711 byte(s)
Diff to previous 176673 (colored)
minor fixups for last set of changes
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176673 - (view) (annotate) - [select for diffs]
Modified Thu Jul 23 14:36:29 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42693 byte(s)
Diff to previous 176671 (colored)
move /tmp/mod_perl_* to t/logs, t/conf
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176671 - (view) (annotate) - [select for diffs]
Modified Thu Jul 23 02:59:37 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42532 byte(s)
Diff to previous 176669 (colored)
deal with PL_ renaming in 5.004_76+
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176669 - (view) (annotate) - [select for diffs]
Modified Wed Jul 22 22:59:35 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42309 byte(s)
Diff to previous 176666 (colored)
fixes to support to apache_1.3.0+ssl_1.19 [Salvador Ortiz]
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176666 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 17:12:47 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42264 byte(s)
Diff to previous 176665 (colored)
fixup when answering 'n' to "Shall I build httpd?"
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176665 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 16:16:31 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42249 byte(s)
Diff to previous 176661 (colored)
USE_APXS fixups:

 -use apaci/find_source instead of hard-coding files in apaci/configure
 -re-gen apaci/mod_perl.config before running apache/configure
 -chmod 0644, apaci/mod_perl.config

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176661 - (view) (annotate) - [select for diffs]
Modified Sat Jul 18 23:15:55 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42192 byte(s)
Diff to previous 176660 (colored)
disable PERL_SSI at this level if USE_DSO=1
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176660 - (view) (annotate) - [select for diffs]
Modified Sat Jul 18 22:21:14 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 42082 byte(s)
Diff to previous 176653 (colored)
PERL_DEBUG=1 w/ USE_APACI=1 will properly link against libperld if exists
Ralf, does this look okay??
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176653 - (view) (annotate) - [select for diffs]
Modified Sat Jul 18 18:59:37 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41859 byte(s)
Diff to previous 176652 (colored)
a few fixups
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176652 - (view) (annotate) - [select for diffs]
Modified Sat Jul 18 18:05:04 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41839 byte(s)
Diff to previous 176649 (colored)
remove mod_perl.pm_version file.  move Makefile.PL-time generated code
from mod_perl.pm to mod_perl_hooks.pm.PL so CPAN.pm can
'install mod_perl' again
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176649 - (view) (annotate) - [select for diffs]
Modified Sat Jul 18 14:44:17 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41676 byte(s)
Diff to previous 176646 (colored)
added Apache::Util module (enable with PERL_UTIL_API=1 or EVERYTHING=1)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176646 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 20:48:42 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41589 byte(s)
Diff to previous 176641 (colored)
added Apache::URI module (enable with PERL_URI_API=1 or EVERYTHING=1)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176641 - (view) (annotate) - [select for diffs]
Modified Wed Jul 15 15:05:14 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41470 byte(s)
Diff to previous 176638 (colored)
Makefile.PL fix for 'make test' and --enable-shared= modules

applied src/modules/perl/Makefile fixup for ApacheSSL
[Iosif Fettich <ifettich@netsoft.ro>]

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176638 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 14:57:09 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41396 byte(s)
Diff to previous 176634 (colored)
experimental optimization for Apache::Constants if XS_IMPORT=1 is
given to Makefile.PL:
drop heavy Exporter::import/@EXPORT/@EXPORT_OK/%EXPORT_TAGS for
Apache::Constants::import written in C, shaves ~25K from resident
memory
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176634 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 00:51:42 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41256 byte(s)
Diff to previous 176632 (colored)
couple o' fixups
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176632 - (view) (annotate) - [select for diffs]
Modified Mon Jul 13 20:43:08 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41224 byte(s)
Diff to previous 176631 (colored)
fix Makefile.PL setting of numeric $User/$Group for 'make test'
[Michael K. Sanders <msanders@confusion.net>]
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176631 - (view) (annotate) - [select for diffs]
Modified Mon Jul 13 14:58:07 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 41094 byte(s)
Diff to previous 176629 (colored)
Makefile.PL is -w clean now
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176629 - (view) (annotate) - [select for diffs]
Modified Mon Jul 13 01:55:18 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40768 byte(s)
Diff to previous 176626 (colored)
giving PERL_STASH_POST_DATA=1 to Makefile.PL will save
read(STDIN, ...)/$r->read data in $r->subprocess_env for logging
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176626 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 22:38:47 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40747 byte(s)
Diff to previous 176624 (colored)
fixup for win32
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176624 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 21:32:44 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40737 byte(s)
Diff to previous 176623 (colored)
s/mod_perl_version.pm/mod_perl.pm_version/g
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176623 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 21:21:39 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40737 byte(s)
Diff to previous 176621 (colored)
added Apache::Log module
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176621 - (view) (annotate) - [select for diffs]
Modified Sun Jul 12 20:19:41 1998 UTC (11 years, 4 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40426 byte(s)
Diff to previous 176607 (colored)
add mod_perl_version.pm so CPAN.pm can 'install mod_perl' again
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176607 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 20:50:53 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40380 byte(s)
Diff to previous 176605 (colored)
Makefile.PL will now set CFLAGS="$PERL_EXTRA_CFLAGS" with USE_APACI=1
thanks to help from Vivek Khera

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176605 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 21:52:19 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40295 byte(s)
Diff to previous 176604 (colored)
improve support for Makefile.PL USE_APXS=... to generate modperl.config
and, drop some old junk

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176604 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 20:16:25 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40452 byte(s)
Diff to previous 176585 (colored)
add PERL_TIE_TABLES and PERL_DIRECTIVE_HANDLERS to EVERYTHING=1 group

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176585 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 19:21:37 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40412 byte(s)
Diff to previous 176583 (colored)
bump to 1.12_01-dev
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176583 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 18:51:47 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40405 byte(s)
Diff to previous 176579 (colored)
prepare for 1.12
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176579 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 14:21:17 1998 UTC (11 years, 5 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40412 byte(s)
Diff to previous 176576 (colored)
Make sure "make install" works correctly (i.e. runs apxs_install target) under
USE_APXS=1. This was broken because USE_APXS=1 forced NO_HTTPD=1 and thus this
if-construct failed.

Revision 176576 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 13:31:51 1998 UTC (11 years, 5 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40397 byte(s)
Diff to previous 176574 (colored)
Make abbrev. read as at the other locations, i.e. in upper case.

Revision 176574 - (view) (annotate) - [select for diffs]
Modified Sat Jun 13 18:48:03 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40397 byte(s)
Diff to previous 176570 (colored)
s/1\.3b\d/1.3.0/g
disable USE_APACI if version < 1.3.0
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176570 - (view) (annotate) - [select for diffs]
Modified Fri Jun 12 18:29:10 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 40228 byte(s)
Diff to previous 176567 (colored)

map ADD_MODULE to proper apaci --option=...
thanks to Ralf for his hints!

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176567 - (view) (annotate) - [select for diffs]
Modified Thu Jun 11 22:12:51 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 39837 byte(s)
Diff to previous 176564 (colored)
if APACHE_PREFIX=... is present, use it for:
 - when USE_APXS=1, set $WITH_APXS=$APACHE_PREFIX/sbin/apxs
 - add --prefix=$APACHE_PREFIX when running configure
 - add apaci_install target for mod_perl's 'make install'
   which will (cd $APACHE_ROOT && make install)

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176564 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 17:57:30 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 39328 byte(s)
Diff to previous 176561 (colored)
make NO_HTTPD=1 work properly again
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176561 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 16:43:38 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 39371 byte(s)
Diff to previous 176560 (colored)
'make distclean' will now (cd ./apaci && make distclean)
as suggested by Ralf
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176560 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 16:27:09 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 39130 byte(s)
Diff to previous 176559 (colored)
make USE_APACI=1 NO_HTTPD=1 work properly again
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176559 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 13:55:02 1998 UTC (11 years, 5 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 38914 byte(s)
Diff to previous 176554 (colored)
Fix three APACI/APXS-related things:

1. The shell doesn't like strings like "can't". We need quotes here.

2. MakeMaker complained that WITH_APXS is not a MakeMaker argument

3. The C compiler for the APXS is already the correct one (no forcing
   via "make CC=.." needed) while under APACI it has to be set at the
   configuration step and cannot be overridden later (notice that mod_perl
   _always_ use the $Config{cc}, CC=.. only affects the rest of Apache).

Now all three new build variants seem to work fine.

Revision 176554 - (view) (annotate) - [select for diffs]
Modified Mon Jun 8 21:30:09 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 38851 byte(s)
Diff to previous 176553 (colored)
Doug broke PERL_SSI=1 and PERL_TIE_TABLES=1 w/ USE_APACI=1
thanks to Brian Millet for spotting this and the fix
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176553 - (view) (annotate) - [select for diffs]
Modified Mon Jun 8 19:37:08 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 38796 byte(s)
Diff to previous 176548 (colored)
make from APACHE_ROOT if $USE_APACI=1
thanks to hint from Ralf
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176548 - (view) (annotate) - [select for diffs]
Modified Mon Jun 8 01:40:16 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 38613 byte(s)
Diff to previous 176547 (colored)
a few USE_APXS tweaks:
have configure `cp -f' so source files can be overwritten
'make clean' will (cd ./apaci && make clean)
replace -Wl args meant for gcc with args for ld if $^O eq "hpux"

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176547 - (view) (annotate) - [select for diffs]
Modified Mon Jun 8 01:01:29 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 38550 byte(s)
Diff to previous 176546 (colored)
improve ap{aci,dso,xs} support:

perl Makefile.PL USE_APACI=1

now works just like the old 'perl Makefile.PL'

if you don't want Makefile.PL to build httpd:
perl Makefile.PL USE_APACI=1 NO_HTTPD=1

----

perl Makefile.PL USE_DSO=1

works just USE_APACI=1 but passes `--enable-shared=perl' to the
configure script.

See apache/load_modules.pl.PL, which will attempt to add all the
.so modules to the t/conf/httpd.conf for 'make test'.  httpd starts
okay now, but when running the tests, all fail and
/tmp/mod_perl_error_log says:
"...handler "perl-script" not found, using default handler ..."

---

perl Makefile.PL USE_APXS=/opt/apache/sbin/apxs
runs apaci/configure ...
Does not try to build any httpd.

'make' will (cd ./apaci && make)
'make install' will (cd ./apaci && make install)
'make test' will echo can't make test with apxs (yet)

---

APACI_ARGS=... can be passed to Makefile.PL or present in
.makepl_args.mod_perl for the configure script, like so:
APACI_ARGS=--prefix=/opt/apache,--enable-module=most,--enable-shared=max

---

added a .xs.lo rule in Makefile.tmpl, hpux build failed otherwise


PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176546 - (view) (annotate) - [select for diffs]
Modified Sun Jun 7 17:58:51 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36873 byte(s)
Diff to previous 176539 (colored)
add SSLCacheServer{Port,Path} directives for ApacheSSL + 'make test'
[Adam Laurie <adam@algroup.co.uk>]

make $r->header_in->{get,set,etc}
work just like
(tied $r->header_in)->{get,set,etc}

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176539 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 15:16:08 1998 UTC (11 years, 5 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36772 byte(s)
Diff to previous 176537 (colored)
Add support for PERL_THREADS to APACI stuff.

Revision 176537 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 14:58:47 1998 UTC (11 years, 5 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36644 byte(s)
Diff to previous 176534 (colored)
Avoid more unnecessary file copies and edits under APACI situations.

Revision 176534 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 14:14:16 1998 UTC (11 years, 5 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36560 byte(s)
Diff to previous 176531 (colored)
PERL_SECTIONS was missing in the APACI's generated mod_perl.config file.

Revision 176531 - (view) (annotate) - [select for diffs]
Modified Wed Jun 3 16:06:38 1998 UTC (11 years, 5 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36546 byte(s)
Diff to previous 176525 (colored)
 have Makefile.PL check for HTML::HeadParser
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176525 - (view) (annotate) - [select for diffs]
Modified Fri May 29 22:07:46 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36221 byte(s)
Diff to previous 176521 (colored)
fix bug when PERL_MARK_WHERE was undefined spotted by Kermit Tensmeyer

emulate pre-1.3b6 r->uri/r->proxyreq behavior for proxy requests
inside the post_read_request_handler and add t/internal/proxy test

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176521 - (view) (annotate) - [select for diffs]
Modified Thu May 28 17:43:42 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36063 byte(s)
Diff to previous 176510 (colored)
misc cleanups

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176510 - (view) (annotate) - [select for diffs]
Modified Fri May 22 06:09:18 1998 UTC (11 years, 6 months ago) by rse
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36136 byte(s)
Diff to previous 176506 (colored)
We _know_ the Perl executable we used ourself for building, so this one should
be used on the Apache-side, too. Because its always problematic when a
different Perl is used there (for instance on my system where 4 different Perl
installations exist).

Revision 176506 - (view) (annotate) - [select for diffs]
Modified Wed May 20 01:33:37 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 36140 byte(s)
Diff to previous 176504 (colored)
APACI support added [Ralf S. Engelschall <rse@engelschall.com>]

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176504 - (view) (annotate) - [select for diffs]
Modified Tue May 19 23:21:19 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 34724 byte(s)
Diff to previous 176499 (colored)
experimental tie of $0 to Apache->request->filename, enable with
-DPERL_TIE_SCRIPTNAME

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176499 - (view) (annotate) - [select for diffs]
Modified Thu May 14 03:07:00 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 34704 byte(s)
Diff to previous 176489 (colored)
new Apache::Tie module, provides Apache::TieHashTable for a proper
interface to Apache table structures.  The following methods, called
in a scalar context with no "key" argument, will return a HASH
reference, where HASH is tied to Apache::TieHashTable:
headers_in, headers_out, err_headers_out, notes, dir_config, subprocess_env
enable with PERL_TIE_TABLES=1
see also: t/net/perl/tie_table.pl

some other tidbits
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176489 - (view) (annotate) - [select for diffs]
Modified Sun May 10 08:45:59 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 34392 byte(s)
Diff to previous 176488 (colored)
remove Cwd::fastcwd usage from Apache::Registry, use
$Apache::Server::CWD set at server startup instead

new method Apache->chdir_file, use to replace
chdir File::Basename::dirname($r->filename) in Apache::Registry

replace Apache::Registry use of IO::File w/ Apache::gensym

new function Apache::gensym (xsub, does same as Symbol::gensym)

add $ServerRoot/lib/perl to @INC at startup

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176488 - (view) (annotate) - [select for diffs]
Modified Sun May 10 04:14:59 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 34378 byte(s)
Diff to previous 176484 (colored)
more Perl Directive Handler stuff
-split out from dir_config to Apache::ModuleConfig->get
-pass an Apache::CmdParms (cmd_parms*) object as first argument
-more Apache::ExtUtils rope
-if args_how is RAW_ARGS and the last arg in the Perl prototype is `*'
 pass a tie'd filehandle who's methods read out of the config file
-better prototype checking
-various cleanups/fixups
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176484 - (view) (annotate) - [select for diffs]
Modified Fri May 8 02:40:51 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33801 byte(s)
Diff to previous 176481 (colored)
overload the get_basic_auth_pw function so we can change AuthType on
the fly via $r->connection->auth_type

add code to deal with 1.3b7-dev's SERVER_SUBVERSION replacement

a few doc patches [John D Groenveld <jdg117@elvis.arl.psu.edu>]

re-implemented $r->read to properly use *client_block methods and call
reset_timeout after each read in the loop.  until this is well tested,
the method is called new_read. to test on tie'd STDIN reads, a startup
script can say this:
*Apache::READ = \&Apache::new_read;

added setup_client_block, should_client_block and get_client_block
methods

some Apache::PerlRun enhancements
PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176481 - (view) (annotate) - [select for diffs]
Modified Mon May 4 23:59:18 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33530 byte(s)
Diff to previous 176480 (colored)
suggest upgrade if $CGI::VERSION < 2.39
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176480 - (view) (annotate) - [select for diffs]
Modified Mon May 4 23:52:58 1998 UTC (11 years, 6 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33311 byte(s)
Diff to previous 176466 (colored)
$r->read_client_block is deprecated

re-implemented $r->read to properly use *client_block methods and call
reset_timeout after each read in the loop

added setup_client_block, should_client_block and get_client_block
methods

modules/cgi test will attempt a fileupload of perlfunc.pod to
file_upload.cgi if HTTP::Request::Common is installed
(libwww-perl-5.09+) and $CGI::VERSION >= 2.39

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176466 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 02:26:26 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33187 byte(s)
Diff to previous 176464 (colored)
additions to experimental Perl directive support:
-  per-directory config can be an arbitrary SV, returned by directive
   handlers registered via Apache::ExtUtils->xs_cmd_table
- $r->dir_config with no args now looks for per-directory config in
  the caller's namespace
-  xs_cmd_table now looks for a prototype to determine TAKE1,
   TAKE2, TAKE3, etc.

added $Apache::CurrentThreadId variable under win32

added method/object handler tests to internal/stacked test

PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176464 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 04:34:09 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33144 byte(s)
Diff to previous 176463 (colored)
fixed broken modules/eperl test spotted by Tom Mornini

fixed Makefile.PL bug spotted by Jon Drukman w/ PERL_CHILD_EXIT=1
in fact, PerlChildInitHandler/PerlHandlerExitHandler are always
enabled by default now with 1.3bx+

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176463 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 00:32:22 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33093 byte(s)
Diff to previous 176458 (colored)
added experimental get_handlers/set_handlers methods
(enable with PERL_GET_SET_HANDLERS=1)

new module Apache::PerlRun, splits out Apache::Registry functionality
and provides a `dirty-perl' handler (see pod)

PERL_OBJECT_HANDLERS now enabled #ifdef PERL_METHOD_HANDLERS

PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176458 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 11:17:54 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33092 byte(s)
Diff to previous 176456 (colored)
*yawn*
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176456 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 11:02:15 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33079 byte(s)
Diff to previous 176455 (colored)
Apache::SIG enhancements for LogFormat [Doug Bagley <doug@dejanews.com>]
other bits for 1.11 release
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176455 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 08:17:00 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 33086 byte(s)
Diff to previous 176452 (colored)
added test support for Perl configuration directives (Apache::ExtUtils)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176452 - (view) (annotate) - [select for diffs]
Modified Mon Apr 20 09:43:48 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32783 byte(s)
Diff to previous 176451 (colored)
Inclusion of $r->server->server_hostname if $r->server->is_virtual in
Apache::Registry script namespaces is back to On by default after
recently tripping up Ben Laurie, Janos Farkas, Tony Bowden.  To
disable (only gain is to conserve memory) in a startup file set:
 $Apache::Registry::NameWithVirtualHost = 0;

work around bloody make problem "don't know how to make Apache.c Constants.c"
spotted on SCO by Krister Keskitalo (along w/ 1-2 others in the past)

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176451 - (view) (annotate) - [select for diffs]
Modified Mon Apr 20 09:07:18 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32577 byte(s)
Diff to previous 176448 (colored)
fix Makefile.PL for apache-1.2.6+ssl_1.16
[Stefano Santoro <ssantoro@voicetek.com>, Dan Peterson <pete@spry.com>]

removed obsolete src/Makefile.tmpl and src/Makefile.tmpl-Ben-SSL files

new module Apache::ExtUtils, currently with one method to generate xs
code so Apache/Perl modules can add their own directives to Apache rather
than use PerlSetVar (just some more rope, really)

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176448 - (view) (annotate) - [select for diffs]
Modified Mon Apr 20 07:50:01 1998 UTC (11 years, 7 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32571 byte(s)
Diff to previous 176444 (colored)
so *.t can get at MODULE_MAGIC_NUMBER
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176444 - (view) (annotate) - [select for diffs]
Modified Wed Mar 25 08:46:10 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32477 byte(s)
Diff to previous 176442 (colored)
s/PERL_OBJ_HANDLERS/PERL_OBJECT_HANDLERS/g
need to SvREFCNT_inc(class) for new PERL_OBJECT_HANDLERS
add some test stuff for PERL_OBJECT_HANDLERS
PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176442 - (view) (annotate) - [select for diffs]
Modified Tue Mar 24 09:48:46 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32474 byte(s)
Diff to previous 176439 (colored)
experimental: #ifdef PERL_OBJ_HANDLERS, mod_perl will thaw objects
from Perl*Handler strings such as `$Global::Object->method'

PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176439 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 04:28:13 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32456 byte(s)
Diff to previous 176438 (colored)
oops, add -dev to $VERSION
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176438 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 04:26:10 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32452 byte(s)
Diff to previous 176436 (colored)
bump $VERSION
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 176436 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 04:00:55 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32449 byte(s)
Diff to previous 176435 (colored)
have t/TEST look for core files

rid of SEGV in PerlChildExitHandler spotted by Eric Cholet

#ifdef USE_THREADS, don't hard_timeout/kill_timeout, SIGALRM causes hangage

PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176435 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 23:20:01 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32456 byte(s)
Diff to previous 176433 (colored)
I'm gonna start using modperl cvs for real!
start by bumping Makefile.PL's VERSION
PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176433 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 23:09:08 1998 UTC (11 years, 8 months ago) by dougm
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 32451 byte(s)
Diff to previous 176431 (colored)
mod_perl-1.09
PR:
Obtained from:
Submitted by:	Doug MacEachern
Reviewed by:

Revision 176431 - (view) (annotate) - [select for diffs]
Modified Sat Feb 21 13:51:28 1998 UTC (11 years, 9 months ago) by hartill
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 31473 byte(s)
Diff to previous 176429 (colored)
v1.08

Revision 176429 - (view) (annotate) - [select for diffs]
Modified Tue Feb 10 21:32:51 1998 UTC (11 years, 9 months ago) by hartill
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 29979 byte(s)
Diff to previous 176427 (colored)
Doug's 1.07_04

Revision 176427 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 17:35:10 1998 UTC (11 years, 10 months ago) by hartill
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 27227 byte(s)
Diff to previous 176425 (colored)
mod_perl-1.07_03.tar.gz

Revision 176425 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 11:53:09 1997 UTC (11 years, 11 months ago) by hartill
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 26248 byte(s)
Diff to previous 176423 (colored)
1.07_02

Revision 176423 - (view) (annotate) - [select for diffs]
Added Sat Dec 6 17:57:37 1997 UTC (11 years, 11 months ago) by hartill
Original Path: perl/modperl/branches/1.x-import/trunk/Makefile.PL
File length: 26225 byte(s)
mod_perl-1.07

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2