You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
fixed some -Wsign-compare
See L<https://metacpan.org/changes/distribution/Encode>
Skip the flapping test F<t/Aliases.t> on threaded smokers, with random
segfaults. This is a long standing core bug, with PMOP aliases or
clone. First observed at L<rurban/perl-compiler#73>
(since 5.6)
Stop directory tweaking C<$Encode::Encoding{utf8}>
Fix gcc warnings for older gcc < 4.0
Where possible do not depend on value of $@, instead use return value
of eval
Fix more XS problems in Encode.xs file
Load modules Encode::MIME::Name and Storable normally
Remove no warnings redefine; and correctly loaddependences
Remove PP stubs and reformat predefine_encodings()
Run Encode XS BOOT code at compile time
Use Encode::define_encoding and propagate carp/croak message
cperl fixes: encoding undeprecated, no strict hashpairs
Cleanup code for handling fallback/replacement characters
lib/Encode/MIME/Name.pm t/mime-name.t
Pulled: Add "euc-cn" => "EUC-CN" alias to Encode::MIME::Name
dankogai/p5-encode#124
lib/Encode/CN/HZ.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm
t/decode.t
Pulled: Uninitialized value fixes#122dankogai/p5-encode#122
Makefile.PL
Pulled: Fix -Werror=declaration-after-statement for gcc 4.1.2
dankogai/p5-encode#121
Fixed deep recursion in Encode::find_encoding when decoding.
0 commit comments