This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Refactor placements, headings of some functions
authorKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 20:29:44 +0000 (14:29 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 21:22:30 +0000 (15:22 -0600)
commitdcccc8ffbf2d700aa062eb88abe7b8cffc41ba48
treed71ed77281ba41f7ab446c4e1182c9580b1997ba
parent7fefc6c1fed0a352d7bf8df209df5274d6cd8fb0
perlapi: Refactor placements, headings of some functions

It is not very user friendly to list functions as
"Functions found in file FOO".  Better is to group them by purpose, as
many were already.  I went through and placed the ones that weren't
already so grouped into groups.  Patches welcome if you have a better
classification.

I changed the headings of some so that the important disctinction was
the first word so that they are placed in the file more appropriately.

And a couple of ones that I had created myself, I came up with a name
that I think is better than the original
15 files changed:
XSUB.h
dump.c
handy.h
inline.h
mathoms.c
op.c
perl.h
pod/perlclib.pod
pp_ctl.c
pp_pack.c
pp_sys.c
t/porting/customized.dat
utf8.h
util.h
vutil.c