This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert strncmp into strnEQ, strnNE
authorKarl Williamson <khw@cpan.org>
Thu, 9 Mar 2017 04:55:08 +0000 (21:55 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 24 Oct 2017 14:14:08 +0000 (08:14 -0600)
commita15aa957e30616c059f73afcce11c7610ddc8d3a
tree4f3bcb3a7c91a2ec738aafe67b2c8590d88cdb98
parent083b2a61ee6281f67b6d6a21ad5d27e6219df60f
Convert strncmp into strnEQ, strnNE

The new versions are much easier to comprehend.

There are several cases in vms.c where strEQ and strNE suffice, instead
of having to have a count parameter.
vms/vms.c
win32/win32.c
win32/wince.c