This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change some strncmp(), etc. to strBEGINs()
authorKarl Williamson <khw@cpan.org>
Thu, 9 Mar 2017 17:55:38 +0000 (10:55 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Nov 2017 19:50:05 +0000 (12:50 -0700)
commitf55ac4a45513e50ae06769ee748ea079c9577a7f
tree663fe20c1c662cf29b46b6689d8d8b69f3125029
parentb59bf0b2884b21b6f3ce5eca607ab7a6096d87f5
Change some strncmp(), etc. to strBEGINs()

The latter is much clearer as to what's going on, and the programmer and
program reader don't have to count characters.
14 files changed:
cygwin/cygwin.c
djgpp/djgpp.c
ext/VMS-Stdio/Stdio.pm
ext/VMS-Stdio/Stdio.xs
ext/XS-APItest/APItest.xs
op.c
perl.c
pp.c
pp_ctl.c
pp_pack.c
regcomp.c
toke.c
vms/vms.c
win32/win32.c