Re: cvs commit: modperl-2.0/todo deprecated_features.txt missing_old_features.txt

2001-11-12 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > stas01/11/12 22:52:27 > > Modified:todo deprecated_features.txt missing_old_features.txt > Log: > correct names/paths > > Revision ChangesPath > 1.4 +1 -1 modperl-2.0/todo/deprecated_features.txt > > Index: deprecated_f

porting core modules

2001-11-12 Thread Stas Bekman
todo/missing_old_features.txt is talking about these not ported yet core modules: - Apache::File, Apache::Util can I start porting these? Or do you have some special plans about these? Also the todo file says: - see also: xs/maps/apache_functions.map what about it? thanks! _

[Patch] $r->pnotes()

2001-11-12 Thread Philippe M. Chiasson
Since the per-request cleanup code was added, I am now able to send a $r->pnotes() implementation that doesn't leak... /home/gozer/sources/mod_perl2/deps/perl-12948/bin/perl build/cvsdiff Index: xs/Apache/RequestUtil/Apache__RequestUtil.h

Re: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-11-12 Thread Stas Bekman
>#define mpxs_Apache_server(classname) \ >modperl_global_get_server_rec() > + > +static MP_INLINE char *mpxs_ap_server_root_relative(pTHX_ > +const char *fname, > +apr_pool_t *p

Re: [Patch] const correctness...

2001-11-12 Thread Doug MacEachern
On Mon, 12 Nov 2001, Philippe M. Chiasson wrote: > Apparently the httpd folks changed the const'ness of some table stuff. > > This patch fixes that and makes latest mod_perl compile again with > -Wall -Werror thanks, that's in.

[Patch] const correctness...

2001-11-12 Thread Philippe M. Chiasson
Apparently the httpd folks changed the const'ness of some table stuff. This patch fixes that and makes latest mod_perl compile again with -Wall -Werror /home/gozer/sources/mod_perl2/deps/perl-12948/bin/perl build/cvsdiff Index: src/modules/perl/modperl_config.c =