Lines Matching full:perl

5 perl5243delta - what is new for perl v5.24.3
20 modifier could cause a heap buffer overflow and crash perl. This has now been
22 L<[GH #16021]|https://github.com/Perl/perl5/issues/16021>
28 memory, or could crash perl. This has now been fixed.
29 L<[GH #16025]|https://github.com/Perl/perl5/issues/16025>
35 L<[GH #16051]|https://github.com/Perl/perl5/issues/16051>
62 L<[GH #15396]|https://github.com/Perl/perl5/issues/15396>
63 L<[GH #15401]|https://github.com/Perl/perl5/issues/15401>
64 L<[GH #15524]|https://github.com/Perl/perl5/issues/15524>
78 L<[GH #15322]|https://github.com/Perl/perl5/issues/15322>
84 L<[GH #14944]|https://github.com/Perl/perl5/issues/14944>
90 L<[GH #15423]|https://github.com/Perl/perl5/issues/15423>
121 Building XS modules with GCC 6 in a 64-bit build of Perl failed due to
123 L<[GH #16074]|https://github.com/Perl/perl5/issues/16074>
139 L<[GH #15333]|https://github.com/Perl/perl5/issues/15333>
144 when stringified, contains a null character, started crashing in Perl 5.20, but
146 L<[GH #15337]|https://github.com/Perl/perl5/issues/15337>
158 L<[GH #15285]|https://github.com/Perl/perl5/issues/15285>
164 L<[GH #15314]|https://github.com/Perl/perl5/issues/15314>
170 L<[GH #15307]|https://github.com/Perl/perl5/issues/15307>
176 L<[GH #15346]|https://github.com/Perl/perl5/issues/15346>
181 L<[GH #15383]|https://github.com/Perl/perl5/issues/15383>
186 L<[GH #15382]|https://github.com/Perl/perl5/issues/15382>
190 Since Perl 5.20, line numbers have been off by one when perl is invoked with
192 L<[GH #15413]|https://github.com/Perl/perl5/issues/15413>
197 could result in crashes, but have been fixed. The crash was introduced in Perl
199 L<[GH #15435]|https://github.com/Perl/perl5/issues/15435>
206 L<[GH #15332]|https://github.com/Perl/perl5/issues/15332>
211 avoid crashing with the torsocks library. This was a regression from Perl
213 L<[GH #15478]|https://github.com/Perl/perl5/issues/15478>
218 fails an assertion under debugging builds. This was a regression from Perl
220 L<[GH #15017]|https://github.com/Perl/perl5/issues/15017>
224 In Perl 5.24 C<fchown> was changed not to accept negative one as an argument
227 L<[GH #15523]|https://github.com/Perl/perl5/issues/15523>.
233 L<[GH #15518]|https://github.com/Perl/perl5/issues/15518>
237 A regression in Perl 5.24 with C<tr/\N{U+...}/foo/> when the code point was
239 L<[GH #15475]|https://github.com/Perl/perl5/issues/15475>.
249 L<[GH #15495]|https://github.com/Perl/perl5/issues/15495>
250 L<[GH #15502]|https://github.com/Perl/perl5/issues/15502>
251 L<[GH #15503]|https://github.com/Perl/perl5/issues/15503>
252 L<[GH #15504]|https://github.com/Perl/perl5/issues/15504>
253 L<[GH #15505]|https://github.com/Perl/perl5/issues/15505>
254 L<[GH #15510]|https://github.com/Perl/perl5/issues/15510>
255 L<[GH #15512]|https://github.com/Perl/perl5/issues/15512>
260 L<[GH #15586]|https://github.com/Perl/perl5/issues/15586>
266 L<[GH #15565]|https://github.com/Perl/perl5/issues/15565>
270 A vulnerability in Perl's C<sprintf> implementation has been fixed by avoiding
272 L<[GH #15970]|https://github.com/Perl/perl5/issues/15970>
278 Perl 5.24.3 represents approximately 2 months of development since Perl 5.24.2
285 Perl continues to flourish into its third decade thanks to a vibrant community
287 the improvements that became Perl 5.24.3:
297 the (very much appreciated) contributors who reported issues to the Perl bug
301 included in Perl's core. We're grateful to the entire CPAN community for
302 helping Perl to flourish.
304 For a more complete list of all of Perl's historical contributors, please see
305 the F<AUTHORS> file in the Perl source distribution.
310 posted to the comp.lang.perl.misc newsgroup and the perl bug database at
311 L<https://rt.perl.org/> . There may also be information at
312 L<http://www.perl.org/> , the Perl Home Page.
316 sufficient test case. Your bug report, along with the output of C<perl -V>,
317 will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
329 The F<INSTALL> file for how to build Perl.