Bram
Bram
Cleanup some code in locale.c: `Perl_init_i18nl10n` which sets/prints the fallback locale that was used. Note: this does alter the output of the message slightly, if this is not wanted then...
The instructions on what to do when a `git push` after a `git merge --no-ff` failed were missing/weren't clear. This PR adds a small section in perlgit.pod on what can...
**Description:** In commit 65ebb05984db179833ff252f547043f32184d893 (included in perl v5.20.0) a fallback to the 'system default locale' was added for Windows. In commit d2b24094d5f9c39457520a4a1ecbabb9e3999245 (included in perl v5.28.0) this however got (accidentally)...
**Preamble:** The goal of this ticket is an attempt to document the *current* behavior of the various case modifiers and how they interact with each other. Various people have already...
Noticed when attempting to build with `-Accflags='-DPERL_NO_COW'` $ ./Configure -des -Dusedevel -Accflags='-DPERL_NO_COW' $ make -j8 miniperl ... ./miniperl -Ilib -f write_buildcustomize.pl makefile:363: recipe for target 'lib/buildcustomize.pl' failed make: *** [lib/buildcustomize.pl]...
**Preliminary note** In a conversation with @demerphq a while ago it was observed that s/^...// is no longer optimized with 'recent' perls. I've decided to take a look at why...
`dist/IO/t/io_unix.t` contains a test that creates a UNIX socket, does some tests and then attempts to `unlink` the file. That `unlink` call fails and that results in a stray tmp...
When a .c or .h files is modified in ext/, cpan/, dist/ then check if another file in that dist was bumped. The inspiration for this extra check: sometimes a...
Highlights: - Group the output per dist (before there was no grouping so all output was in one big block) - Continue when one dist fails (before it would stop...
For the Perl/perl5 repository nothing changes, it still runs all jobs by default. For forks of the perl5 repository: it is now possible to 'select' which CI jobs to run....