Name: | perl-Thread |
---|---|
Version: | 3.05 |
Release: | 472.module+el8.8.0+21005+3d1ce0e6 |
Architecture: | noarch |
Module: | perl:5.32:8080020230118125925:af169298 |
Group: | Unspecified |
Size: | 13363 |
License: | GPL+ or Artistic |
RPM: | perl-Thread-3.05-472.module+el8.8.0+21005+3d1ce0e6.noarch.rpm |
Source RPM: | perl-5.32.1-472.module+el8.8.0+21005+3d1ce0e6.src.rpm |
Build Date: | Sat Apr 01 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Manipulate threads in Perl (for old code only) |
Description: | This Thread module served as the front end to the old-style thread model, called 5005threads, that has been removed in version 5.10. For old code and interim backwards compatibility, the Thread module has been reworked to function as a front end for the new interpreter threads (ithreads) model. However, some previous functionality is not available. Further, the data sharing models between the two thread models are completely different, and anything to do with data sharing has to be thought differently. You are strongly encouraged to migrate any existing threaded code to the new model (i.e., use the threads and threads::shared modules) as soon as possible. |
- Add definition of OPTIMIZE to .ph files, if optimizing is used (bug#2159760)
- XSLoader requires DynaLoader
- Updated list of *.ph files (bug#1972637)
- Fix dumping a hash entry of PL_strtab type - Fix an arithmetic left shift of a minimal integer value (GH#18639)
- Protect locale tests from LANGUAGE environment variable - Prevent the number of buckets in a hash from getting too large - Fix a memory leak when compiling a regular expression (GH#18604)
- Fix a crash in optimizing split() (GH#18232) - 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)
- 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod> or release notes)
- Run-require perl(Encode) by perl-libs
- 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
- Run-require complete perl by perl-CPAN - Fix ownership of /usr/share/perl5/{ExtUtils,File,Module,Text,Time} directories - Fix a buffer overflow when compiling a regular expression with a bracketed character class with a white space - 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()