Integration of strlcat is to-done (noticed by Yves)
Rafael Garcia-Suarez [Wed, 12 Jul 2006 12:28:34 +0000 (12:28 +0000)]
p4raw-id: //depot/perl@28557

pod/perltodo.pod

index a451c5f..a675b7a 100644 (file)
@@ -74,7 +74,7 @@ easier to complete.
 
 =head2 Parallel testing
 
-(This probably impacts much more than the core, but the Test::Harness
+(This probably impacts much more than the core: also the Test::Harness
 and TAP::* modules on CPAN.)
 
 The core regression test suite is getting ever more comprehensive, which has
@@ -598,12 +598,6 @@ set. The pad API only takes a C<char *> pointer, so that's all bytes too. The
 tokeniser ignores the UTF-8-ness of C<PL_rsfp>, or any SVs returned from
 source filters.  All this could be fixed.
 
-=head2 Integrate Russ Allbery's strlcat/strlcpy implementation
-
-And remove the last remaining uses of strcat() and strcpy().  Also, add
-my_strlcat() and my_strlcpy() to Devel::PPPort so previous versions of Perl can
-use these APIs. 
-
 =head1 Big projects
 
 Tasks that will get your name mentioned in the description of the "Highlights