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

2004-10-14 Thread gozer
gozer 2004/10/14 11:25:01 Modified:.Changes src/modules/perl modperl_util.c Log: Replace Perl_load_module() with a simpler eval "use Module version ()" to work around what seems to be a potential bug in Perl_load_module() Was causing segfaults with wor

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

2004-09-09 Thread gozer
gozer 2004/09/09 16:00:19 Modified:src/modules/perl modperl_util.c Log: using SvREFCNT_dec() on a temporary SV * is overkill, sv_free() is a better choice. Revision ChangesPath 1.81 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c

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

2004-09-09 Thread stas
stas2004/09/09 08:08:38 Modified:src/modules/perl modperl_util.c Log: class name correction in the comment Revision ChangesPath 1.79 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c ==

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

2004-05-09 Thread stas
stas2004/05/09 18:08:30 Modified:src/modules/perl modperl_util.c Log: shutdown-time logging is now resolved Revision ChangesPath 1.68 +0 -4 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c =

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

2004-04-02 Thread stas
stas2004/04/02 18:35:47 Modified:src/modules/perl modperl_util.c Log: non-threaded perl compilation fixes Revision ChangesPath 1.66 +5 -2 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c ===

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

2003-10-09 Thread stas
stas2003/10/09 16:56:52 Modified:src/modules/perl modperl_util.c Log: s/Apache::exit/ModPerl::Util::exit/ Revision ChangesPath 1.55 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c ===

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

2003-09-22 Thread stas
stas2003/09/22 16:46:19 Modified:src/modules/perl modperl_util.c modperl_util.h Log: not sure where the modperl_apr_table_dump function belongs, add it to utils for now so it won't get lost Revision ChangesPath 1.54 +21 -0 modperl-2.0/src/modules/perl/modpe

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

2003-09-18 Thread stas
stas2003/09/18 00:44:24 Modified:src/modules/perl modperl_util.c modperl_util.h Log: new helper function for tracing: modperl_pid_tid - return $pid/$tid of the current thread or a process Revision ChangesPath 1.53 +15 -0 modperl-2.0/src/modules/perl/modperl