From b2e2905cd6316367cb36fd419288b5b5df9c574c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 12 Jul 2006 12:28:34 +0000 Subject: [PATCH] Integration of strlcat is to-done (noticed by Yves) p4raw-id: //depot/perl@28557 --- pod/perltodo.pod | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 pointer, so that's all bytes too. The tokeniser ignores the UTF-8-ness of C, 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 -- 1.8.3.1