[Perl/perl5] ba0cc6: cpan/Encode - Update to version 3.21

2024-02-25 Thread Dan Kogai via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ba0cc60717b04fb1472d40918d19010d9de9ecfa
  
https://github.com/Perl/perl5/commit/ba0cc60717b04fb1472d40918d19010d9de9ecfa
  Author: Dan Kogai 
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/bin/encguess
M cpan/Encode/lib/Encode/Supported.pod
M cpan/Encode/t/CJKT.t
M cpan/Encode/t/Encoder.t
M cpan/Encode/t/Unicode.t
M cpan/Encode/t/enc_data.t
M cpan/Encode/t/enc_eucjp.t
M cpan/Encode/t/enc_module.t
M cpan/Encode/t/enc_utf8.t
M cpan/Encode/t/jperl.t
M cpan/Encode/t/mime-header.t
M cpan/Encode/t/mime-name.t
M cpan/Encode/t/rt.pl

  Log Message:
  ---
  cpan/Encode - Update to version 3.21

$Revision: 3.21 $ $Date: 2024/02/25 22:21:59 $
! t/CJKT.t
  address RT#151983: parallel test race condition
  https://rt.cpan.org/Ticket/Display.html?id=151983
! Encode.pm
  pulled: remove POD markup from verbatim sections
  https://github.com/dankogai/p5-encode/pull/178
! lib/Encode/Supported.pod
  pulled: fix module name in POD
  https://github.com/dankogai/p5-encode/pull/177



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications


[Perl/perl5] 18cfa0: cpan/Encode - Update to version 3.20

2023-11-10 Thread Dan Kogai via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 18cfa0e36983c43e06f88f6ffebe99d3788a0e6c
  
https://github.com/Perl/perl5/commit/18cfa0e36983c43e06f88f6ffebe99d3788a0e6c
  Author: Dan Kogai 
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/bin/enc2xs
M cpan/Encode/bin/encguess
M cpan/Encode/t/Aliases.t
M cpan/Encode/t/CJKT.t
M cpan/Encode/t/Encode.t
M cpan/Encode/t/Encoder.t
M cpan/Encode/t/Unicode.t
M cpan/Encode/t/at-cn.t
M cpan/Encode/t/at-tw.t
M cpan/Encode/t/enc_data.t
M cpan/Encode/t/enc_eucjp.t
M cpan/Encode/t/enc_module.t
M cpan/Encode/t/enc_utf8.t
M cpan/Encode/t/encoding.t
M cpan/Encode/t/fallback.t
M cpan/Encode/t/grow.t
M cpan/Encode/t/gsm0338.t
M cpan/Encode/t/guess.t
M cpan/Encode/t/jperl.t
M cpan/Encode/t/magic.t
M cpan/Encode/t/mime-header.t
M cpan/Encode/t/mime-name.t
M cpan/Encode/t/perlio.t
M cpan/Encode/t/rt.pl
M cpan/Encode/t/rt113164.t
M cpan/Encode/t/rt65541.t
M cpan/Encode/t/rt76824.t
M cpan/Encode/t/rt85489.t
M cpan/Encode/t/rt86327.t
M cpan/Encode/t/truncated_utf8.t
M cpan/Encode/t/utf8strict.t

  Log Message:
  ---
  cpan/Encode - Update to version 3.20

$Revision: 3.20 $ $Date: 2023/11/10 01:10:50 $
! t/Aliases.t t/CJKT.t t/Encode.t t/Encoder.t t/Unicode.t t/at-cn.t
  t/at-tw.t t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
  t/encoding.t t/fallback.t t/grow.t t/gsm0338.t t/guess.t t/jperl.t
  t/magic.t t/mime-header.t t/mime-name.t t/perlio.t t/rt113164.t
  t/rt65541.t t/rt76824.t t/rt85489.t t/rt86327.t t/truncated_utf8.t
  t/utf8strict.t t/rt.pl
  Fix indirect syntax accordingly to (but not by pulling):
  https://github.com/dankogai/p5-encode/pull/176
! bin/enc2xs
  Pulled: enc2xs: Fix indirect syntax
  https://github.com/dankogai/p5-encode/pull/174
! bin/encguess
  Pulled: encguess: remove duplicate "the"
  https://github.com/dankogai/p5-encode/pull/173
! bin/enc2xs
  Pulled: Fix spelling in comment
  https://github.com/dankogai/p5-encode/pull/171
! t/gsm0338.t
  Pulled: fix gsm0338 test compatibility with perl < 5.8.8
  https://github.com/dankogai/p5-encode/pull/170




[Perl/perl5] 3aee5e: Encode: sync with CPAN version 3.19

2022-08-04 Thread Dan Kogai via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 3aee5eac6713af24445ca3be6b03ca516e190219
  
https://github.com/Perl/perl5/commit/3aee5eac6713af24445ca3be6b03ca516e190219
  Author: Dan Kogai 
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/lib/Encode/Alias.pm
M cpan/Encode/t/Aliases.t

  Log Message:
  ---
  Encode: sync with CPAN version 3.19

Correct one alias: ISO-8859-8-I -> ISO-8859-8.




[Perl/perl5] d26b5e: Encode: sync with CPAN version 3.18

2022-06-25 Thread Dan Kogai via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: d26b5e1d881807a894c56e737b0c4864180e7fd7
  
https://github.com/Perl/perl5/commit/d26b5e1d881807a894c56e737b0c4864180e7fd7
  Author: Dan Kogai 
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/Makefile.PL
M cpan/Encode/lib/Encode/MIME/Header.pm
M cpan/Encode/t/Unicode_trailing_nul.t
M cpan/Encode/t/enc_data.t
M cpan/Encode/t/enc_module.t
M cpan/Encode/t/jperl.t
M cpan/Encode/t/mime-header.t
M cpan/Encode/t/truncated_utf8.t
M cpan/Encode/t/utf32warnings.t
M cpan/Encode/t/xml.t

  Log Message:
  ---
  Encode: sync with CPAN version 3.18




[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] 865594: cpan/Encode: synch with CPAN 3.13

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

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/Encode.xs
R cpan/Encode/t/whatwg-aliases.json
R cpan/Encode/t/whatwg-aliases.t

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

Address RT#139622.  It fixes the memory leak when you set FB_CROAK.
Usually that is not a problem because perl dies immediately after the
error occurs but that is not the case when you wrap it in eval {}.




[Perl/perl5] 0aee95: cpan/Encode: sync with CPAN version 3.08

2020-12-02 Thread Dan Kogai via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 0aee951734c79edb5ed4d81e8c932cc34e5eda55
  
https://github.com/Perl/perl5/commit/0aee951734c79edb5ed4d81e8c932cc34e5eda55
  Author: Dan Kogai 
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
M Porting/Maintainers.pl
M cpan/Encode/Encode.pm
M cpan/Encode/Makefile.PL
M cpan/Encode/bin/encguess
M cpan/Encode/lib/Encode/GSM0338.pm
M cpan/Encode/t/gsm0338.t

  Log Message:
  ---
  cpan/Encode: sync with CPAN version 3.08