Re: cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2001-10-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 01/10/08 10:57:45 > > Added: xs/ModPerl/Util ModPerl__Util.h > Log: > new module for util functions > > Revision ChangesPath > 1.1 modperl-2.0/xs/ModPerl/Util/ModPerl__Util.h > > Index: ModPerl__Util.h > =

cvs commit: modperl-site index.html

2001-10-09 Thread stas
stas01/10/09 06:08:40 Modified:.index.html Log: add test-(dev|cvs) mailing lists info (relevant to us because of Apache::Test whose changes commits are posted there Revision ChangesPath 1.88 +112 -0modperl-site/index.html Index: index.html =

cvs commit: modperl-2.0 Makefile.PL

2001-10-09 Thread dougm
dougm 01/10/09 11:28:37 Modified:.Makefile.PL Log: clean xs/*.def and xs/*.exp Revision ChangesPath 1.41 +1 -0 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs/

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

2001-10-09 Thread dougm
dougm 01/10/09 11:28:19 Modified:lib/ModPerl WrapXS.pm Log: generate {apache,modperl}.def files for win32 Revision ChangesPath 1.26 +29 -3 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl-2.0/xs .cvsignore

2001-10-09 Thread dougm
dougm 01/10/09 11:19:36 Modified:lib/ModPerl WrapXS.pm xs .cvsignore Log: generate {apache,modperl}.exp files for aix Revision ChangesPath 1.25 +23 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl - New directory

2001-10-09 Thread stas
stas01/10/09 05:42:22 modperl-2.0/ModPerl-Registry/lib/ModPerl - New directory

cvs commit: modperl-2.0/ModPerl-Registry/t/conf - New directory

2001-10-09 Thread stas
stas01/10/09 05:42:22 modperl-2.0/ModPerl-Registry/t/conf - New directory

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin - New directory

2001-10-09 Thread stas
stas01/10/09 05:42:22 modperl-2.0/ModPerl-Registry/t/cgi-bin - New directory

cvs commit: modperl-2.0/ModPerl-Registry/t - New directory

2001-10-09 Thread stas
stas01/10/09 05:41:40 modperl-2.0/ModPerl-Registry/t - New directory

cvs commit: modperl-2.0/ModPerl-Registry/lib - New directory

2001-10-09 Thread stas
stas01/10/09 05:41:40 modperl-2.0/ModPerl-Registry/lib - New directory

cvs commit: modperl-2.0/ModPerl-Registry - New directory

2001-10-09 Thread stas
stas01/10/09 05:41:11 modperl-2.0/ModPerl-Registry - New directory

cvs commit: modperl-site index.html

2001-10-09 Thread stas
stas01/10/09 02:30:27 Modified:.index.html Log: add two more [EMAIL PROTECTED] searchable archives Revision ChangesPath 1.86 +15 -3 modperl-site/index.html Index: index.html ===

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

2001-10-09 Thread dougm
dougm 01/10/08 22:50:25 Modified:src/modules/perl mod_perl.c Log: PerlRequire needs to run before PerlModule Revision ChangesPath 1.89 +3 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c =

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2001-10-09 Thread stas
stas01/10/09 09:48:31 Modified:ModPerl-Registry/t closure.t Log: - using select() instead of sleep to gain 1 sec delay granularity, needed for -M to notice that the file was modified Revision ChangesPath 1.2 +4 -1 modperl-2.0/ModPerl-Registry/t/closure.t

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

2001-10-09 Thread dougm
dougm 01/10/08 22:42:49 Modified:lib/Apache compat.pm Log: use __FILE__ instead of 1 for dummy %INC values Revision ChangesPath 1.22 +2 -2 modperl-2.0/lib/Apache/compat.pm Index: compat.pm ===

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

2001-10-09 Thread stas
stas01/10/09 01:32:46 Added: lib/Apache Reload.pm Log: - integrating Matt's Apache::Reload v0.07, as v0.08, so this version will be found via CPAN. - changing the warnings setup to use warnings pragma instead of $^W Revision ChangesPath 1.1 m

cvs commit: modperl ToDo

2001-10-09 Thread stas
stas01/10/08 19:53:24 Modified:.ToDo Log: - should replace Apache::StatINC with Apache::Reload Revision ChangesPath 1.289 +2 -1 modperl/ToDo Index: ToDo === RCS file: /home/cvs/

Re: cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2001-10-09 Thread Doug MacEachern
On Tue, 9 Oct 2001, Stas Bekman wrote: > This hangs in Apache::Registry tests, MARK never gets incremented. right, because it (*MARK++) only happened if PL_tainting (see SvTAINTED_off macro). try with the recent commit, should have been that way to begin with.

cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2001-10-09 Thread dougm
dougm 01/10/08 22:14:49 Modified:xs/ModPerl/Util ModPerl__Util.h Log: unfold SvTAINTED_off macro; no point in looping through args without -T switch on Revision ChangesPath 1.3 +4 -1 modperl-2.0/xs/ModPerl/Util/ModPerl__Util.h Index: ModPerl__Util.h =