Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: fa3e44c077453c62ee28e8ac1478452f838a258d
      
https://github.com/Perl/perl5/commit/fa3e44c077453c62ee28e8ac1478452f838a258d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M inline.h

  Log Message:
  -----------
  Document CvGV


  Commit: f2febc77e262f8eeeb62843c90aecd6850631378
      
https://github.com/Perl/perl5/commit/f2febc77e262f8eeeb62843c90aecd6850631378
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M pod/perlvar.pod

  Log Message:
  -----------
  perlvar: Remove mention of WIFCONTINUED

This is not supported.


  Commit: a5f675260858aa0c4645cf327c75e4b0a28c5c91
      
https://github.com/Perl/perl5/commit/a5f675260858aa0c4645cf327c75e4b0a28c5c91
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M hv.h

  Log Message:
  -----------
  Fix return type in pod for HvNAMELEN_get

37738dd69b1 set it incorrectly


  Commit: e17dadf36f7b4348e59076240c880d0c78b33fa9
      
https://github.com/Perl/perl5/commit/e17dadf36f7b4348e59076240c880d0c78b33fa9
  Author: Karl Williamson <k...@cpan.org>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M sv.h

  Log Message:
  -----------
  sv.h: sv_collxfrm didn't work properly

It is supposed to be a wrapper for sv_collxfrm_flags, but it was just
calling sv_cmp_flags instead.  The consequences are none except under
'use locale' in which case you always got the C locale.  I did not add
tests, because it is really a pain to write portable locale tests, and
this doesn't seem to be much used.  In core the '_flags' form was always
used.


Compare: https://github.com/Perl/perl5/compare/175f39d232aa...e17dadf36f7b

Reply via email to