In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/defad34a5a721604191590bcfd4fff6873310609?hp=665ac6aded4b9694283d373a0f127f32a3e75b26>
- Log ----------------------------------------------------------------- commit defad34a5a721604191590bcfd4fff6873310609 Author: Karl Williamson <[email protected]> Date: Mon Aug 12 19:14:30 2019 -0600 PATCH: [perl #134357] embed.fnc missing flag for docs A check was recently added if a function had documentation that embed.fnc accurately reflected that. Commit c1a02ccad9a1ea91206b97e66056ee354ac761c1 missed this function ----------------------------------------------------------------------- Summary of changes: embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.fnc b/embed.fnc index 01e25befda..02b2ea3b18 100644 --- a/embed.fnc +++ b/embed.fnc @@ -2991,7 +2991,7 @@ Apd |void |sv_catpv_flags |NN SV *dstr|NN const char *sstr \ |const I32 flags Apd |void |sv_catsv_flags |NN SV *const dsv|NULLOK SV *const ssv|const I32 flags Amd |STRLEN |sv_utf8_upgrade_flags|NN SV *const sv|const I32 flags -Ap |STRLEN |sv_utf8_upgrade_flags_grow|NN SV *const sv|const I32 flags|STRLEN extra +Adp |STRLEN |sv_utf8_upgrade_flags_grow|NN SV *const sv|const I32 flags|STRLEN extra Apd |char* |sv_pvn_force_flags|NN SV *const sv|NULLOK STRLEN *const lp|const I32 flags Adpmb |void |sv_copypv |NN SV *const dsv|NN SV *const ssv Apmd |void |sv_copypv_nomg |NN SV *const dsv|NN SV *const ssv -- Perl5 Master Repository
