You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/11/23 21:11:56 UTC

svn commit: r106340 - /perl/modperl/trunk/todo/release

Author: stas
Date: Tue Nov 23 12:11:56 2004
New Revision: 106340

Modified:
   perl/modperl/trunk/todo/release
Log:
enclose all occurences of eval_* with ENTER;SAVETMPS;


Modified: perl/modperl/trunk/todo/release
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/release?view=diff&rev=106340&p1=perl/modperl/trunk/todo/release&r1=106339&p2=perl/modperl/trunk/todo/release&r2=106340
==============================================================================
--- perl/modperl/trunk/todo/release	(original)
+++ perl/modperl/trunk/todo/release	Tue Nov 23 12:11:56 2004
@@ -4,6 +4,12 @@
 
 -- see also todo/api_status
 
+* enclose all occurences of eval_* with ENTER;SAVETMPS;
+  ... FREETMPS;LEAVE; at the moment things just happen to work, due to
+  external scopes which is not very reliable and can change any moment
+  introducing obsure bugs.
+  owner: stas
+
 * APR::Finfo constants: APR::FILETYPE_* and APR::FILEPROT_* will
   probably be APR::FTYPE_* and APR::FPROT_*
   will know exactly once libapr is fixed