Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2002-11-24 Thread Doug MacEachern
On Sun, 24 Nov 2002, Stas Bekman wrote: > > +#XXX: should port 1.x's Apache::unescape_url_info > > only for ::compat or for the normal API? not sure actually. i think gerald added the function for 1.x if the functionality is not provided by apache, might not hurt for us to provide it. o

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2002-11-24 Thread Stas Bekman
[EMAIL PROTECTED] wrote: dougm 2002/11/23 14:35:06 Modified:.Changes lib/Apache compat.pm Log: Submitted by: Walery Studennikov <[EMAIL PROTECTED]> Reviewed by: dougm tr/+/ /; in parse_args compat method [...] 1.71 +2 -0 modperl-2.0/lib/A

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-06 Thread Doug MacEachern
On Thu, 6 Dec 2001, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > > > dougm 01/12/05 11:11:34 > > > > Modified:lib/Apache compat.pm > > Log: > > some whitespace style nits > > remove redundant use of Apache::{Response,RequestRec} > > > why they are redundant? % egrep 'use

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2001-12-05 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 01/12/05 11:11:34 > > Modified:lib/Apache compat.pm > Log: > some whitespace style nits > remove redundant use of Apache::{Response,RequestRec} why they are redundant? is it sure that Apache::{Response,RequestRec} are always loaded? > -us

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2001-10-09 Thread Stas Bekman
Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > >> dougm 01/10/08 16:51:21 >> >> Modified:lib/Apache compat.pm >> Log: >> add Apache::exit compat wrapper > > > > Uh, Doug, why this and a few other recent commits go into > Apache/compat.pm? Does that mean that Apache::exit is

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2001-10-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 01/10/08 16:51:21 > > Modified:lib/Apache compat.pm > Log: > add Apache::exit compat wrapper Uh, Doug, why this and a few other recent commits go into Apache/compat.pm? Does that mean that Apache::exit is deprecated in 2.0? The same for runn

Re: cvs commit: modperl-2.0/lib/Apache compat.pm

2001-10-09 Thread Doug MacEachern
On Tue, 9 Oct 2001, Stas Bekman wrote: > > Uh, Doug, why this and a few other recent commits go into > > Apache/compat.pm? Does that mean that Apache::exit is deprecated in 2.0? the modperl version of "exit()" has nothing todo with Apache, never had any business in that namespace, as we all kn