[Perl/perl5] cf927c: cpan/Encode: synch with CPAN 3.15

2021-10-10 Thread Dan Kogai via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cf927cca44ddf2f1b26c43b9d31ad08db4e46dab
  
https://github.com/Perl/perl5/commit/cf927cca44ddf2f1b26c43b9d31ad08db4e46dab
  Author: Dan Kogai 
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/Encode.xs

  Log Message:
  ---
  cpan/Encode: synch with CPAN 3.15

Per maintainer, this is a more complete fix for the problem addressed in
Encode 3.13: memory leak on FB_CROAK.  Certain problems with the sequencing of
pull requests have been addressed.




[Perl/perl5] e441c7: Whitespace only: reindent #if 0 block

2021-10-10 Thread Hugo van der Sanden via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: e441c712e2da2bfc433b488adc4efa9b0d515aef
  
https://github.com/Perl/perl5/commit/e441c712e2da2bfc433b488adc4efa9b0d515aef
  Author: Hugo van der Sanden 
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
M regcomp.c

  Log Message:
  ---
  Whitespace only: reindent #if 0 block

Allow diff to spot that changes below here are in S_study_chunk rather
than in 'Perl_re_printf( aTHX_  "LHS=%" UVuf " RHS=%" UVuf "\n",'




[Perl/perl5] 4e87b5: Bugfix

2021-10-10 Thread Sergey Poznyakoff via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/gray/gdbm-crashtolerance
  Home:   https://github.com/Perl/perl5
  Commit: 4e87b575c277d456840c8cf8f9f4ec28c8ade875
  
https://github.com/Perl/perl5/commit/4e87b575c277d456840c8cf8f9f4ec28c8ade875
  Author: Sergey Poznyakoff 
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
M ext/GDBM_File/GDBM_File.xs

  Log Message:
  ---
  Bugfix

* ext/GDBM_File/GDBM_File.xs (is_true): Add missing context parameter.
All uses changed
(gdbm_dump): Change return type to void.

Signed-off-by: James E Keenan