Re: cvs commit: modperl-2.0/xs/maps modperl_functions.map

2004-02-02 Thread Stas Bekman
Geoffrey Young wrote: Apache::LOG_MARK() is now Apache::Log::LOG_MARK() So it shouldn't be called LOG_MARK, it's an ugly duplication: Log::LOG How about Apache::Log::MARK? I thought about that, but we currently use Apache::Log::LOG_ERR, Apache::Log::LOG_DEBUG, etc for the constants, so I figu

Re: cvs commit: modperl-2.0/xs/maps modperl_functions.map

2004-02-02 Thread Geoffrey Young
>> Apache::LOG_MARK() is now Apache::Log::LOG_MARK() > > > So it shouldn't be called LOG_MARK, it's an ugly duplication: Log::LOG > > How about Apache::Log::MARK? I thought about that, but we currently use Apache::Log::LOG_ERR, Apache::Log::LOG_DEBUG, etc for the constants, so I figured to k

Re: cvs commit: modperl-2.0/xs/maps modperl_functions.map

2004-02-02 Thread Stas Bekman
[EMAIL PROTECTED] wrote: geoff 2004/01/19 08:25:54 Modified:t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/maps modperl_functions.map Log: Apache::LOG_MARK() is now Apache::Log::LOG_MARK() So it shouldn't be called LOG_MARK, it's an ugly d

Re: cvs commit: modperl-2.0/xs/maps modperl_functions.map

2003-02-17 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2003/02/17 01:03:17 Modified:.Changes lib/Apache compat.pm src/modules/perl modperl_callback.c modperl_callback.h modperl_handler.c t/htdocs .cvsignore t/modperl

Re: cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-10-10 Thread Doug MacEachern
On Wed, 10 Oct 2001, Stas Bekman wrote: > damn, the emails are coming with such a huge delay :( Since you already > exercise Apache->server here, should I remove the tests I've added just now? keep em in there, more tests the better, as always. -

Re: cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-10-10 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 01/10/09 11:01:21 > > Modified:t/conf modperl_extra.pl >xs/Apache/ServerUtil Apache__ServerUtil.h >xs/maps modperl_functions.map > Log: > add Apache->server method > > Revision ChangesPath > 1.9

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-05-03 Thread dougm
dougm 01/05/03 16:46:08 Modified:t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/maps modperl_functions.map Log: add Apache::Server->log_serror and Apache::RequestRec->log_rerror methods Revision ChangesPath 1.4 +10 -0

cvs commit: modperl-2.0/xs/maps modperl_functions.map

2001-05-03 Thread dougm
dougm 01/05/03 15:42:35 Modified:t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/maps modperl_functions.map Log: add Apache::LOG_MARK function Revision ChangesPath 1.3 +5 -1 modperl-2.0/t/response/TestAPI/aplog.pm