perl5
perl5 copied to clipboard
🐪 The Perl programming language
This fixes #15355 This is not yet including the optimization for single-arg system() that doesn't contain metacharacter. I should probably add that before undrafting this. It also doesn't include Configure...
C99 floating-point comparison (`isgreater`, `isunordered`, ...), classification (`isinf`, `isfinite`, ...) and `signbit` macros are semantically boolean functions returning `int`, but their corresponding XSUBs in POSIX.xs used to return NV. This...
Supports the same syntax/semantics as `use feature`, in that * `:major.minor` accepted * `:major.minor.patch` accepted but patch number is ignored - anything goes Not (yet) integrated into the main `use...
fixes #19245 It might be better to clear seen_sig after a sub is parsed, I'm not sure.
The paragraph starts: > On a related issue, old modules may possibly be affected by the changes in the Perl language in the current release. Previously it made no indication...
why we don't make it simple and clean
This tests that when we kill a process through a shell, we get the correct exit code and signal. Unfortunately, this fails on some versions of Ubuntu and `dash`, which...
It's always been possible to extract a reference to the IO SV from a glob, and use that for I/O, but such use would set PL_last_in_gv to a temporary GV...
The bitwise pattern, and the gap at (1
The output here kinda exemplifies bug #19063.