Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-SelfLoader | Distribution: Fedora Project |
Version: 1.25 | Vendor: Fedora Project |
Release: 461.fc32 | Build date: Wed Mar 31 10:39:59 2021 |
Group: Unspecified | Build host: buildvm-a32-18.iad2.fedoraproject.org |
Size: 23928 | Source RPM: perl-5.30.3-461.fc32.src.rpm |
Packager: Fedora Project | |
Url: https://www.perl.org/ | |
Summary: Load functions only on demand |
This Perl module tells its users that functions in a package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub.
GPL+ or Artistic
* Wed Mar 31 2021 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-461 - Fix dumping a hash entry of PL_strtab type - Fix an arithmetic left shift of a minimal integer value (GH#18639) * Thu Mar 04 2021 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-460 - Protect locale tests from LANGUAGE environment variable - Prevent the number of buckets in a hash from getting too large * Wed Feb 10 2021 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-459 - Run-require perl(Encode) by perl-interpreter - Make accessing environment by DynaLoader thread-safe - Use duplocale() if available - Fix fc() in Turkish locale - Fix croaking on "my $_" when "use utf8" is in effect (GH#18449) - Fix PERL_UNUSED_ARG() definition in XSUB.h - Add missing entries to perldiag (GH#18276) * Thu Nov 12 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-458 - Fix an undefined behavior in Perl_custom_op_get_field() - Fix Config variable names in in t/op tests - Fix fetching a magic on the stacked file test operators * Wed Sep 23 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-457 - Run-require complete perl by perl-CPAN - Fix a mismatch with the recursive subpatterns (GH#18096) - Update perl-IO-Zlib metadata - Fix sv_collxfrm macro to respect locale - Fix an iterator signedness in handling an mro exception (GH#18155) - Fix a code flow in Perl_sv_inc_nomg() * Wed Aug 05 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-456 - Do not use C compiler reserved identifiers - Fix SvUV_nomg() macro definition - Fix ext/XS-APItest/t/utf8_warn_base.pl tests - Fix IO::Handle::error() to report write errors (GH#6799) - Fix running actions after stepping in a debugger (GH#17901) - Fix a buffer size for asctime_r() and ctime_r() functions - Prevent from an integer overflow in RenewDouble() macro - Fix a buffer overread in when reallocating formats (GH#17844) - Fix a number of arguments passed to a BOOT XS subroutine (GH#17755) - Fix an IO::Handle spurious error reported for regular file handles (GH#18019) - Re-enable LTO - Fix inheritance resolution of lexial objects in a debugger (GH#17661) - Fix a misoptimization when assignig a list in a list context (GH#17816) - Fix handling left-hand-side undef when assigning a list (GH#16685) - Fix handling exceptions in a global destruction (GH#18063) * Mon Jul 13 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-455 - Preload utf8_heavy.pl by Safe in perl 5.30 (bug #1855963) * Fri Jul 10 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.3-454 - Disable LTO - Fix an integer overflow in a relative capture group number (GH#17593) - Fix handling UTF-8 length magic for a scalar reverse (GH#17737) - Fix a missing magic and a value when index() is uses as left-value (GH#17739) * Tue Jun 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.3-453 - 5.30.3 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod> for release notes) - Security release fixes CVE-2020-10543, CVE-2020-10878 and CVE-2020-12723 * Fri Mar 27 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.2-452 - Make perl-macros package noarch - Work around a glibc bug in caching LC_MESSAGES (GH#17081) - Fix POSIX:setlocale() documentation - Prevent from an integer overflow in POSIX::SigSet() - Fix thread-safety of IO::Handle (GH#14816) - Close :unix PerlIO layers properly (bug #987118) - Fix sorting tied arrays (GH#17496) - Fix a spurious warning about a multidimensional syntax (GH#16535) - Normalize "#!/perl" shebangs in the tests - Fix a warning about an uninitialized value in B::Deparse (GH#17537) * Mon Mar 16 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.2-451 - 5.30.2 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.2/pod/perldelta.pod> for release notes) * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 29 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-449 - Fix a memory leak when compiling a regular expression with a non-word class (GH#17218) * Tue Nov 12 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.1-448 - Fix overloading for binary and octal floats (RT#125557) - Fix handling undefined array members in Dumpvalue (RT#134441) - Fix taint mode documentation regarding @INC - Fix handling a layer argument in Tie::StdHandle::BINMODE() (RT#132475) - Fix an unintended upgrade to UTF-8 in the middle of a transliteration - Fix a race in File::stat() tests (GH#17234) - Fix a buffer overread when parsing a number (GH#17279) - Fix GCC 10 version detection (GH#17295) * Mon Nov 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.1-447 - 5.30.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.30.1/pod/perldelta.pod> for release notes) * Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-446 - Fix a memory leak when matching a UTF-8 regular expression (RT#134390) - Fix a detection for futimes (RT#134432) * Mon Sep 02 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-445 - Adjust spec file to rpm-build-4.15.0-0.rc1.1 - Fix parsing a Unicode property name when compiling a regular expression - Fix a buffer overread when parsing a Unicode property while compiling a regular expression (RT#134133) - Do not interpret 0x and 0b prefixes when numifying strings (RT#134230) - Fix a buffer overread when compiling a regular expression with many escapes (RT#134325) - Fix a buffer overflow when compiling a regular expression with many branches (RT#134329) - Correct a misspelling in perlrebackslash documentation (RT#134395) * Thu Aug 22 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-444 - Fix a NULL pointer dereference in PerlIOVia_pushed() - Fix a crash when setting $@ on unwinding a call stack (RT#134266) - Fix parsing a denominator when parsing a Unicode property name - Fix a documentation about a future API change - Do not run File-Find tests in parallel * Wed Aug 07 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-443 - Fix propagating non-string variables in an exception value (RT#134291) - Include trailing zero in scalars holding trie data (RT#134207) - Fix a use after free in /(?{...})/ (RT#134208) - Fix a use after free in debugging output of a collation - Fix file mode of a perl-example.stp example * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.0-442 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 17 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-441 - Fix a test for a crash in SIGALARM handler when waiting on a child process to be closed (RT#122112) - Fix a crash on an uninitialized warning when processing a multideref node (RT#134275) - Preserve append mode when opening anonymous files (RT#134221) - Run Turkish locale tests * Tue Jun 25 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-440 - Fix an out-of-buffer read while parsing a Unicode property name (RT#134134) - Do not panic when outputting a warning (RT#134059) - Fix memory handling when parsing string literals - Fix an undefined behavior in shifting IV variables - Fix stacking file test operators (CPAN RT#127073) - Fix a crash in SIGALARM handler when waiting on a child process to be closed (RT#122112) - Fix a crash with a negative precision in sprintf function (RT#134008) - Fix an erroneous assertion on OP_SCALAR (RT#134048) - Prevent from wrapping a width in a numeric format string (RT#133913) - Fix subroutine protypes to track reference aliases (RT#134072) - Improve retrieving a scalar value of a variable modified in a signal handler (RT#134035) - Fix changing packet destination sent from a UDP IO::Socket object (RT#133936) - Fix a stack underflow in readline() if passed an empty array as an argument (#RT133989) - Fix setting supplementar group IDs (RT#134169) - Fix %{^CAPTURE_ALL} to be an alias for %- variable (RT#131867) - Fix %{^CAPTURE} value when used after @{^CAPTURE} (RT#134193) * Tue Jun 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.0-439 - Define %perl_vendor*, %perl_archlib, %perl_privlib, because in rpm 4.15 those are no longer defined * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.0-438 - Perl 5.30 re-rebuild of bootstrapped packages * Wed May 22 2019 Jitka Plesnikova <jplesnik@redhat.com>, Petr Pisar <ppisar@redhat.com> - 4:5.30.0-437 - 5.30.0 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0/pod/perldelta.pod> for release notes) - Make site paths specific to Perl minor version (e.g. /usr/local/share/perl5/5.30) to prevent from an ABI clash after upgrade to an ABI-incompatible Perl * Tue Apr 23 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.28.2-436 - 5.28.2 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod> for release notes) * Fri Apr 05 2019 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-435 - Fix a leak when compiling a typed hash dereference - Fix a buffer overread when handling a scope error in qr/\(?{/ (RT#133879) - Fix a buffer overread when parsing a regular expression with an unknown character name (RT#133880) - Fix mbstate_t initialization in POSIX::mblen (RT#133928) - Fix a memory leak when cloning a regular expression - Fix a memory leak when spawning threads in a BEGIN phase - Fix a memory leak when assigning a regular expression to a non-copy-on-write string - Fix a memory leak when assignig to a localized ${^WARNING_BITS} - Fix a memory leak when parsing misindented here-documents - Fix a memory leak in package name lookup (RT#133977) - Fix a memory leak when deletion in a tied hash dies - Fix a crash when matching case insensitively (RT#133892) - Fix a memory leak when warning about malformed UTF-8 string
/usr/share/man/man3/SelfLoader.3pm.gz /usr/share/perl5/SelfLoader.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 9 14:21:55 2022