perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

🐪 The Perl programming language

Results 772 perl5 issues
Sort by recently updated
recently updated
newest added

Configure conflated the file 'cppstdin' and the variable $cppstdin, failing to initialize the latter. It also overrode the hints file wrapper for feeding stdin to the C preprocessor. It did...

type-configure

**Description** If you run: `perl -e 'use re q|debug|; my $x = "x" x 10; 1 while $x =~ /xx|ab/aag;'`, the pattern has compiled to a `TRIE-EXACT` node: ``` Compiling...

This patch sequence adds support for building Perl with WELLRNG512a, a modern random number generator by Matsumoto (co-creator of the Mersenne Twister), L’Ecuyer (a major RNG researcher), and Panneton. It...

hasConflicts

Migrated from [rt.perl.org#130819](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130819) (status was 'open') Searchable as RT130819$

Migrated from [rt.perl.org#125244](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=125244) (status was 'open') Searchable as RT125244$

leak/refcount/malloc

This makes perlapi more compact, and at the same time, easier for readers to compare these forms and decide which is best suited for their purposes. * This set of...

Migrated from [rt.perl.org#128634](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=128634) (status was 'open') Searchable as RT128634$

leak/refcount/malloc
type-core

As part of my research on [**Fatalization of currently deprecated goto construct**](https://github.com/Perl/perl5/issues/23618) I have been re-reading our current documentation of `goto` in blead and have been trying to locate in...

goto-partial-fatalization

This continues the process started in #23592 to change names with leading underscores to be legal C. See that p.r. or 4bb3572f7a1c1f3944b7f58b22b6e7a9ef5faba6 for extensive discussion. This commit simply moves the...