In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/f3fa3df009834db42837a2b61a058e31c24d3000?hp=c05cc3b625744ca35b9d2edaf1c108c901eaad86>

- Log -----------------------------------------------------------------
commit f3fa3df009834db42837a2b61a058e31c24d3000
Author: Karl Williamson <k...@cpan.org>
Date:   Thu Feb 1 21:53:53 2018 -0700

    Mark new function utf8n_to_uvchr_msgs() as experimental
    
    This function was written specifically for Encode's needs.  My intent is
    to eventually make it publicly usable, but since it's new, we should
    give some time for it to prove itself.

-----------------------------------------------------------------------

Summary of changes:
 embed.fnc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embed.fnc b/embed.fnc
index 73dc70fe54..ea389e4155 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1866,7 +1866,7 @@ Adop      |UV     |utf8n_to_uvchr_error|NN const U8 *s    
                    \
                                |NULLOK STRLEN *retlen                      \
                                |const U32 flags                            \
                                |NULLOK U32 * errors
-Adp    |UV     |utf8n_to_uvchr_msgs|NN const U8 *s                         \
+AMdp   |UV     |utf8n_to_uvchr_msgs|NN const U8 *s                         \
                                |STRLEN curlen                              \
                                |NULLOK STRLEN *retlen                      \
                                |const U32 flags                            \

-- 
Perl5 Master Repository

Reply via email to