cvs commit: modperl-2.0 Changes

2003-11-05 Thread stas
stas2003/11/05 11:36:15 Modified:.Changes Log: document an important change in Apache2.pm Revision ChangesPath 1.245 +5 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/

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

2003-11-05 Thread stas
stas2003/11/05 01:52:18 Modified:.Makefile.PL Changes ModPerl-Registry/t TEST.PL lib/ModPerl TestRun.pm Log: When 'make test' fails we now print the info on what to do next Revision ChangesPath 1.129 +2 -2 modperl-2.0/Mak

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

2003-11-05 Thread stas
stas2003/11/05 01:45:22 Modified:lib/Apache Build.pm Log: fix once and for all Apache2 to put first devel libs (if in @INC), then blib libs, and only then perl core libs. Untill now Apache2 was popping up core libs with Apache2 dirs before lib, requiring re-order on the user

cvs commit: modperl-2.0/xs/APR/APR Makefile.PL

2003-11-05 Thread randyk
randyk 2003/11/05 00:29:17 Modified:.Makefile.PL xs/APR/APR Makefile.PL Log: Reviewed by: stas For Win32, (apr|apu)-config needs a .bat extension for the -x test in looking for the existence of the apr libraries. Revision ChangesPath 1.128

cvs commit: modperl-2.0/xs/APR/APR APR.xs

2003-11-05 Thread stas
stas2003/11/04 23:24:58 Modified:xs/APR/APR APR.xs Log: don't use fprintf with perl, since it redefines this function with PerlIO_printf anyway, which requires aTHX, so use that function directly and pass aTHX to it from XS. Submitted by: Randy Kobes Revision Changes