cvs commit: modperl-2.0/todo features_maybe

2004-05-09 Thread stas
stas2004/05/09 20:01:07 Modified:todo features_maybe Log: tools that may help us develop/maintain mp2 Revision ChangesPath 1.6 +21 -1 modperl-2.0/todo/features_maybe Index: features_maybe ===

cvs commit: modperl-2.0/todo tests_wanted

2004-05-09 Thread stas
stas2004/05/09 20:00:44 Modified:todo tests_wanted Log: Apache::Scoreboard could be useful in the test suite Revision ChangesPath 1.2 +5 -0 modperl-2.0/todo/tests_wanted Index: tests_wanted

cvs commit: modperl-2.0/todo features_maybe

2004-05-09 Thread stas
stas2004/05/09 19:52:19 Modified:todo features_maybe Log: cleanup (taken care of) Revision ChangesPath 1.5 +0 -5 modperl-2.0/todo/features_maybe Index: features_maybe === RCS file:

cvs commit: modperl-2.0/t/user README

2004-05-09 Thread stas
stas2004/05/09 19:37:41 Added: t/user README Log: readme file Revision ChangesPath 1.1 modperl-2.0/t/user/README Index: README === This directory contains userspace tests, su

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

2004-05-09 Thread stas
stas2004/05/09 19:37:05 Modified:src/modules/perl modperl_util.h modperl_util.c Log: define thread id and perl id macros for format and value, to simplify the tracing code and use it. Revision ChangesPath 1.57 +25 -0 modperl-2.0/src/modules/perl/modperl_uti

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

2004-05-09 Thread stas
stas2004/05/09 18:21:24 Modified:src/modules/perl modperl_error.c modperl_error.h Log: add a note that modperl_error_strerror return value must be copied unless disposed of in the visible scope, since the next call to Perl_form will overwrite that value. Revision Change

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 mod_perl.c

2004-05-09 Thread stas
stas2004/05/09 15:43:57 Modified:src/modules/perl mod_perl.c Log: we need to dup the filehandle so that when the server shuts down, we will be able to log traces to error_log after Apache has closed it (which happens too early for our likening). Revision ChangesPath

cvs commit: modperl-2.0/xs/APR/Pool APR__Pool.h

2004-05-09 Thread stas
stas2004/05/09 14:02:22 Modified:xs/APR/Pool APR__Pool.h Log: comment fix Revision ChangesPath 1.12 +1 -1 modperl-2.0/xs/APR/Pool/APR__Pool.h Index: APR__Pool.h === RCS file: /home/cvs/

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2004-05-09 Thread stas
stas2004/05/09 14:01:47 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: make sure that $@ is an APR::Error object Revision ChangesPath 1.48 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm