Commit Graph

1197 Commits

Author SHA1 Message Date
Jitka Plesnikova be48db0106 Perl 5.34 re-rebuild of bootstrapped packages 2021-05-24 08:22:26 +02:00
Jitka Plesnikova d1468a76dd 5.34.0 bump 2021-05-21 08:20:04 +02:00
Petr Písař 52e852fe4f XSLoader requires DynaLoader
If DynaLoader.pm is not installed:

$ perl -e 'require XSLoader; XSLoader::load(q{Cwd}, 0)'
Can't locate DynaLoader.pm in @INC (you may need to install the DynaLoader module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/share/perl5/XSLoader.pm line 115.

XSLoader::load() does "goto \&XSLoader::bootstrap_inherit" which does
"require DynaLoader". A private redefinition of DynaLoader package in
XSLoader is scoped to sub load {}. It's maybe an upstream bug.
2021-05-04 14:46:00 +02:00
Petr Písař d4be40cd41 Fix an arithmetic left shift of a minimal integer value 2021-03-31 09:39:32 +02:00
Petr Písař 5d5818adb5 Fix dumping a hash entry of PL_strtab type 2021-03-31 09:36:16 +02:00
Jitka Plesnikova 969ecdace2 Add notes about removing excluded files 2021-03-10 14:41:19 +01:00
Jitka Plesnikova 6b6d673d59 Remove files excluded from dual-lived subpackages 2021-03-04 18:39:50 +01:00
Jitka Plesnikova c61591b4f1 Remove files excluded from dual-lived subpackages 2021-03-04 17:59:05 +01:00
Petr Písař a55ccccced Correct typos in a changelog 2021-03-04 17:54:33 +01:00
Petr Písař c43a56bb9c Fix a memory leak when compiling a regular expression 2021-03-04 17:51:21 +01:00
Petr Písař 622440427f Prevent the number of buckets in a hash from getting too large 2021-03-04 17:47:43 +01:00
Petr Písař 4f72402355 Protect locale tests from LANGUAGE environment variable 2021-03-04 17:34:09 +01:00
Petr Písař 316f16da49 Add missing entries to perldiag 2021-02-09 19:29:52 +01:00
Petr Písař 8355c1611d Fix PERL_UNUSED_ARG() definition in XSUB.h 2021-02-09 19:05:05 +01:00
Petr Písař a12f1b7585 Fix croaking on "my $_" when "use utf8" is in effect 2021-02-09 18:55:35 +01:00
Petr Písař 9efe548119 Fix fc() in Turkish locale 2021-02-09 18:50:32 +01:00
Petr Písař 27a18537fa Use duplocale() if available 2021-02-09 18:18:33 +01:00
Petr Písař c38e1c6cd8 Make accessing environment by DynaLoader thread-safe 2021-02-09 17:55:33 +01:00
Fedora Release Engineering 9260824722 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 23:11:32 +00:00
Jitka Plesnikova bfabef3880 5.32.1 bump 2021-01-25 09:41:33 +01:00
Jitka Plesnikova c0ce9f4aa6 Run-require perl(Encode) by perl-libs 2020-12-02 20:40:22 +01:00
Petr Písař 0c2522d9dc Disable a dual-lived perl-Net-Ping 2020-11-19 18:26:20 +01:00
Petr Písař 1c329f55ed Fix a crash in optimizing split()
We also added av_count() in-line function. It's a dependency and it
toke a big traction in the upstream. It will ease backporting future
fixes.
2020-11-19 18:10:25 +01:00
Petr Písař 3fab80b10b Fix fetching a magic on the stacked file tests 2020-11-12 15:19:36 +01:00
Petr Písař a17c914e59 Fix Config variable names in in t/op tests 2020-11-12 15:19:35 +01:00
Petr Písař 49968c41a4 Fix un undefined behavior in Perl_custom_op_get_field() 2020-11-12 15:10:55 +01:00
Petr Písař 3965f4f202 Introduce an epoch to perl-Time-HiRes not to regress comparing to RHEL 2020-11-09 11:04:20 +01:00
Petr Písař f36ef6bc94 Disable a dual-lived perl-Tie-RefHash subpackage 2020-10-14 16:47:30 +02:00
Petr Písař 6888f8d1da Fix a code flow in Perl_sv_inc_nomg() 2020-10-14 16:47:30 +02:00
Petr Písař b9dda65d26 Fix an iterator signedness in handling a mro exception 2020-10-14 16:47:30 +02:00
Petr Písař 06591ffb27 Fix sv_collxfrm macro to respect locale 2020-10-14 16:47:21 +02:00
Petr Písař b287c81fe8 Disable dual-lived perl-IO-Zlib 2020-09-25 15:27:25 +02:00
Petr Písař c56ac46b06 Update perl-IO-Zlib metadata 2020-09-25 15:27:24 +02:00
Petr Písař bad6fe0227 Fix a mismatch with the recursive subpatterns 2020-09-23 18:08:18 +02:00
Petr Písař 4348c5f039 Fix a buffer overflow when compiling a regular expression with a bracketed character class with a white space 2020-09-23 18:08:17 +02:00
Petr Písař 274071dc1f Fix ownership of /usr/share/perl5/{ExtUtils,File,Module,Text,Time} directories 2020-09-23 18:07:47 +02:00
Petr Písař 34d8c6f43a Remove a useless post-install dependency on perl-macros from perl-interpreter
Nowadays perl-interpreter is not presented in a minimal build root.
Nowadays perl-interpreter means /usr/bin/perl executable only.
When FPC approved new Perl guidelines it added perl-macros to the
dependencies of perl-generators.

Packages that do not depend on perl-generators will have to require
perl-macros explicitly.
2020-09-23 16:06:32 +02:00
Petr Písař a66a6b8ac0 Run-require complete perl by perl-CPAN 2020-09-23 15:40:44 +02:00
Petr Písař 1b4e226a1e Fix sorting with a block that calls return 2020-08-27 14:11:43 +02:00
Petr Písař 2b720e24e2 Fix handling exceptions in a global destruction 2020-08-27 14:01:31 +02:00
Petr Písař e6a0a682a2 Fix a memory leak when compiling a long regular expression 2020-08-27 13:53:49 +02:00
Petr Písař d6f9e4d2d3 Fix handling left-hand-side undef when assigning a list 2020-08-27 13:44:11 +02:00
Petr Písař 212e2739b3 Fix a misoptimization when assignig a list in a list context 2020-08-27 13:37:17 +02:00
Petr Písař f3e6b9d3f0 Fix inheritance resolution of lexial objects in a debugger 2020-08-27 13:29:32 +02:00
Jeff Law a455b8c3ca Re-enable LTO 2020-08-21 11:04:17 -06:00
Petr Písař b0c70cd608 IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch accepted 2020-08-11 08:22:59 +02:00
Petr Písař 1fd81e2c47 Fix an IO::Handle spurious error reported for regular file handles
This fixes a regression introduced with "Fix IO::Handle::error() to
report write errors" commit.
2020-08-06 12:39:49 +02:00
Petr Písař c8ae198cc9 Fix a number of arguments passed to a BOOT XS subroutine 2020-08-05 13:59:03 +02:00
Petr Písař 524db83618 Fix a buffer overread in when reallocating formats 2020-08-05 13:52:40 +02:00
Petr Písař 41b42279ab Prevent from an integer overflow in RenewDouble() macro 2020-08-05 13:45:19 +02:00