In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/67bd0bf10c123b808e5598b91f5afa1c94696975?hp=8d69a8837f23c66f2f888713ce8b292b29564a70>
- Log ----------------------------------------------------------------- commit 67bd0bf10c123b808e5598b91f5afa1c94696975 Author: George Greer <[email protected]> Date: Sat Feb 5 17:01:50 2011 -0500 Two more swash inversion list exports necessary for build on Win32. ----------------------------------------------------------------------- Summary of changes: embed.fnc | 4 ++-- global.sym | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/embed.fnc b/embed.fnc index 4bd6bdc..01621e7 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1285,9 +1285,9 @@ ApR |NV |str_to_version |NN SV *sv Ap |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none Ap |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8 EXMpR |HV* |_swash_inversion_hash |NN SV* const swash -EMpR |HV* |_new_invlist |const IV initial_size +EXMpR |HV* |_new_invlist |const IV initial_size EXMpR |HV* |_swash_to_invlist |NN SV* const swash -EMp |void |_append_range_to_invlist |NN HV* const invlist|const UV start|const UV end +EXMp |void |_append_range_to_invlist |NN HV* const invlist|const UV start|const UV end #ifdef PERL_IN_REGCOMP_C EsMR |HV* |add_range_to_invlist |NN HV* const invlist|const UV start|const UV end EiMR |UV* |invlist_array |NN HV* const invlist diff --git a/global.sym b/global.sym index 0b47e82..7737552 100644 --- a/global.sym +++ b/global.sym @@ -18,7 +18,9 @@ Perl_Gv_AMupdate Perl_PerlIO_context_layers Perl__swash_inversion_hash +Perl__new_invlist Perl__swash_to_invlist +Perl__append_range_to_invlist Perl_amagic_call Perl_amagic_deref_call Perl_apply_attrs_string -- Perl5 Master Repository
