From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 12 Jul 2006 12:28:34 +0000 (+0000)
Subject: Integration of strlcat is to-done (noticed by Yves)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2e2905cd6316367cb36fd419288b5b5df9c574c;p=p5sagit%2Fp5-mst-13.2.git

Integration of strlcat is to-done (noticed by Yves)

p4raw-id: //depot/perl@28557
---

diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index a451c5f..a675b7a 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -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