This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove some strlen()s and replace one strlcpy() with memcpy() because
authorNicholas Clark <nick@ccl4.org>
Fri, 12 Oct 2007 15:21:14 +0000 (15:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 12 Oct 2007 15:21:14 +0000 (15:21 +0000)
commitcfff97972660a620adf7d1f4616e4a60f0c7dd32
tree3fe8e4290e9432fd0df35d507647ebb25de2a825
parent144c260c66e91246a2209df42a430484ee2d6ad4
Remove some strlen()s and replace one strlcpy() with memcpy() because
we already know the string length.

p4raw-id: //depot/perl@32105
doio.c
dump.c
mro.c
op.c