stas 2003/08/29 19:39:45
Modified: . STATUS ModPerl-Registry TODO ModPerl-Registry/lib/ModPerl RegistryCooker.pm todo api.txt Log: slurp_filename is now implemented in C, remove the slurp_filename entry from various todo lists, Revision Changes Path 1.62 +1 -7 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.61 retrieving revision 1.62 diff -u -u -r1.61 -r1.62 --- STATUS 28 Aug 2003 01:54:13 -0000 1.61 +++ STATUS 30 Aug 2003 02:39:45 -0000 1.62 @@ -194,12 +194,6 @@ vhost. but because PerlSwitches from other tests are ignored, it can't trigger the mod_perl startup in the test suite. -* slurp_filename's C implementation. - - Status: 1.x's like patch posted: doug -1 - Dependency: Doug promised to detail how it should be different in 2.0. - Thread: http://marc.theaimsgroup.com/?t=100364777500004&r=1&w=2 - * ModPerl::Registry END {} block woes , described in details at the forwarded message from Jim Schueler http://marc.theaimsgroup.com/?l=apache-modperl&m=103720834717981&w=2 1.13 +1 -2 modperl-2.0/ModPerl-Registry/TODO Index: TODO =================================================================== RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/TODO,v retrieving revision 1.12 retrieving revision 1.13 diff -u -u -r1.12 -r1.13 --- TODO 5 Feb 2003 04:06:27 -0000 1.12 +++ TODO 30 Aug 2003 02:39:45 -0000 1.13 @@ -16,8 +16,7 @@ - port Apache::PerlRunXS -- replace the local implementation of slurp_filename() and finfo(), - when these will be ported to mod_perl 2.0 +- replace the local implementation of finfo() when ported to mod_perl 2.0 - $r->chdir_file is not handled/implemented, see todo/api.txt unsafe! 1.37 +2 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm =================================================================== RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm,v retrieving revision 1.36 retrieving revision 1.37 diff -u -u -r1.36 -r1.37 --- RegistryCooker.pm 30 Aug 2003 02:35:09 -0000 1.36 +++ RegistryCooker.pm 30 Aug 2003 02:39:45 -0000 1.37 @@ -747,8 +747,8 @@ } -# XXX: these should go away when finfo() and slurp_filename() are -# ported to 2.0 (don't want to depend on compat.pm) +# XXX: should go away when finfo() is ported to 2.0 (don't want to +# depend on compat.pm) sub Apache::RequestRec::my_finfo { my $r = shift; stat $r->filename; 1.35 +0 -4 modperl-2.0/todo/api.txt Index: api.txt =================================================================== RCS file: /home/cvs/modperl-2.0/todo/api.txt,v retrieving revision 1.34 retrieving revision 1.35 diff -u -u -r1.34 -r1.35 --- api.txt 19 Mar 2003 00:45:15 -0000 1.34 +++ api.txt 30 Aug 2003 02:39:45 -0000 1.35 @@ -77,10 +77,6 @@ $r->cgi_header_out: anything in 1.x land actually using it? -$r->slurp_filename: -optimized version not yet implemented (compat version exists in -Apache::compat) - Apache->unescape_url{_info}: not yet implemented. should be moved to Apache::Util