svn commit: r111525 - in perl/modperl/trunk: . t/response/TestAPI t/response/TestModperl xs/Apache/RequestIO xs/maps xs/tables/current/ModPerl

2004-12-10 Thread geoff
Author: geoff Date: Fri Dec 10 09:19:33 2004 New Revision: 111525 URL: http://svn.apache.org/viewcvs?view=revrev=111525 Log: $r-print() and print() now return 0E0 (zero but true) when the call was successful but for zero bytes Modified: perl/modperl/trunk/Changes

svn commit: r111528 - /perl/modperl/trunk/xs/Apache/RequestIO/Apache__RequestIO.h

2004-12-10 Thread geoff
Author: geoff Date: Fri Dec 10 09:27:01 2004 New Revision: 111528 URL: http://svn.apache.org/viewcvs?view=revrev=111528 Log: align Modified: perl/modperl/trunk/xs/Apache/RequestIO/Apache__RequestIO.h Modified: perl/modperl/trunk/xs/Apache/RequestIO/Apache__RequestIO.h Url:

svn commit: r111545 - /perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm /perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 12:06:58 2004 New Revision: 111545 URL: http://svn.apache.org/viewcvs?view=revrev=111545 Log: sync source scan with httpd-2.0-dev Modified: perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm

svn commit: r111551 - /perl/modperl/trunk/src/modules/perl/modperl_callback.c /perl/modperl/trunk/src/modules/perl/modperl_handler.c /perl/modperl/trunk/src/modules/perl/modperl_mgv.c

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 14:16:29 2004 New Revision: 111551 URL: http://svn.apache.org/viewcvs?view=revrev=111551 Log: - call the internal anonsub 'anon$id' - improve the tracing of anon-subs, showing their internal name, rather than (null) Modified:

svn commit: r111556 - /perl/modperl/trunk/src/modules/perl/modperl_handler.c

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 16:09:09 2004 New Revision: 111556 URL: http://svn.apache.org/viewcvs?view=revrev=111556 Log: avoid segfaults Modified: perl/modperl/trunk/src/modules/perl/modperl_handler.c Modified: perl/modperl/trunk/src/modules/perl/modperl_handler.c Url:

svn commit: r111578 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2004-12-10 Thread randyk
Author: randyk Date: Fri Dec 10 21:44:44 2004 New Revision: 111578 URL: http://svn.apache.org/viewcvs?view=revrev=111578 Log: adjust order of declarations to satisfy some compilers Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c Modified:

svn commit: r111533 - /perl/modperl/trunk/t/conf/modperl_extra.pl /perl/modperl/trunk/t/conf/post_config_startup.pl

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 09:56:37 2004 New Revision: 111533 URL: http://svn.apache.org/viewcvs?view=revrev=111533 Log: some perl builds were unhappy with the move of some code to post_config phase: - tweak the post_config register function (was breaking non-threaded perls) - move

svn commit: r111554 - /perl/modperl/trunk/Changes /perl/modperl/trunk/src/modules/perl/mod_perl.c /perl/modperl/trunk/t/conf/modperl_extra.pl /perl/modperl/trunk/t/conf/post_config_startup.pl

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 15:30:14 2004 New Revision: 111554 URL: http://svn.apache.org/viewcvs?view=revrev=111554 Log: make sure that modperl's internal post_config callback, which amongst other things, cloning perl interpreters is running as modperl_hook_post_config_last

svn commit: r111555 - /perl/modperl/trunk/t/conf/modperl_extra.pl /perl/modperl/trunk/t/conf/post_config_startup.pl

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 16:01:39 2004 New Revision: 111555 URL: http://svn.apache.org/viewcvs?view=revrev=111555 Log: - move the startup code that doesn't have to run from the config phase to the post config phase (after the modperl internal fix to run its own post_config phase last)

svn commit: r111561 - /perl/modperl/trunk/src/modules/perl/modperl_callback.c

2004-12-10 Thread stas
Author: stas Date: Fri Dec 10 16:41:55 2004 New Revision: 111561 URL: http://svn.apache.org/viewcvs?view=revrev=111561 Log: fix the bogus tracing (missing %s in format) Modified: perl/modperl/trunk/src/modules/perl/modperl_callback.c Modified: