This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f0435
)
perlapi: sortsv_flags is an SV function
author
Karl Williamson
<khw@cpan.org>
Mon, 5 Aug 2019 00:06:07 +0000
(18:06 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 9 Aug 2019 17:05:15 +0000
(11:05 -0600)
pp_sort.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sort.c
b/pp_sort.c
index
899b113
..
0c5efb0
100644
(file)
--- a/
pp_sort.c
+++ b/
pp_sort.c
@@
-346,6
+346,8
@@
cmp_desc(pTHX_ gptr const a, gptr const b)
}
/*
+=head1 SV Manipulation Functions
+
=for apidoc sortsv_flags
In-place sort an array of SV pointers with the given comparison routine,