| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Several new probes have been added.
|
|
|
|
|
|
|
|
|
|
|
| |
This probe has been available without my realizing it had been merged.
Some compilers, chiefly IBM, use only integer-size bitfields, warning
when presented with other-sized ones. Allowing other-sized fields is an
extension to the C standard.
These warnings don't affect the correctness of the code generated, but
very many are generated per run, potentially overwhelming the reader
into not noticing warnings that are important.
|
|
|
|
| |
Per https://rt.cpan.org/Ticket/Display.html?id=133952
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
[DELTA]
0.9929
* Upgrade to ppport 3.62
* Import fix for core build warning
|
|
|
|
|
|
| |
This has no actual changes, since the changes were imported
with acd998d76362b480eb8e517c712de155d2659d03 , but didn't update
Maintainers.PL
|
|
|
|
| |
fixes #18632
|
| |
|
| |
|
|
|
|
|
| |
Ideally, this would've been done earlier in the process of
developing 5.35, but here we are
|
|
|
|
|
|
| |
Corion reported discrepancy in output of 'Porting/core-cpan-diff -x -a'.
We have most recent version (2.180) both in dist/ and out on CPAN, but
apparently the entry in Maintainers.pl didn't get updated.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
[DELTA]
5.20210520 2021-05-20 04:16:03Z
* faq5: remove suggestion to use read() for slurping (PR#96, Dan Book)
|
|
|
|
| |
This file will need further updating.
|
| |
|
|
|
|
|
|
| |
* Apparently, first you bump, then you update perldelta.
* 5.35.0 *might* be released tomorrow (likely) but not certainly.
* I've set it to tomorrow so Module::CoreList won't be upset.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit a7dc88699c420088b5448c415a8a973e51c0fc18.
We've opted to keep this out until 5.34 is released.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.68 2021-04-19 NEILB
- Fix for RT#123002, so NEXT works with proxy constants
- Made testsuite clean under strict & warnings
- Made testsuite pass if running under perls that are already c3.
0.67_03 2021-04-18 NEILB
- mro was added in Perl 5.9.5, and it's not dual-life, so Reini's
patch (in 0.67_01) failed on earlier versions of Perl.
Have now made its use dependent on version, with "use if".
0.67_02 2021-04-18 NEILB
- Applied patch from Father C so that NEXT works with proxy constants.
RT#123002
0.67_01 2021-04-18 NEILB
- Enforced strict and warnings on testsuite. Thanks to ATOOMIC.
- Added github CI. Thanks to ATOOMIC.
- @ISA fixes for c3, so tests will pass on perls that use c3 as default
(for example cperl). Thanks to RURBAN.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.62 Tue 13 Apr 18:58:24 BST 2021
No changes since v7.61_01
7.61_01 Sun 21 Mar 09:24:57 GMT 2021
Bug fixes:
- Use shellwords in ExtUtils::Liblist::Kid::_unix_os2_ext
|
|
|
|
| |
This reflects the version that's on CPAN right now.
|
|
|
|
|
|
|
|
|
| |
[Delta]
1.56 -- 2021-03-30
* Added `List::Util::zip`, `List::Util::mesh` and related functions
(RT129479)
* Updated embedded ppport.h for Devel::PPPort v3.62
|
| |
|
| |
|
|
|
|
|
|
|
| |
Some other tweaks or modernizations are present, but I expect none of
this is controversial.
This also includes running regen/mk_invlists.pl and regen/regcharclass.pl
|
|
|
|
|
|
| |
This fixes a failing porting test, and was caused by github
inappropriately changing the author's email in a Squash and Merge
operation resulting from commit 12c68733611a690880d3f4621d10c9110b8ac7e4
|
|
|
|
|
|
|
|
| |
[DELTA]
5.20210411 2021-04-11 00:45:30Z
* Add entry to faq4 for equivalent to ruby #{}, python fstring
(PR#93, John Karr)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
this was missed during the last bump
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2.102 28 February 2021
* Add IO_COMPRESS_SKIP_STDIN_TESTS to skip tests on Windows
https://github.com/pmqs/IO-Compress/issues/29
b0b511ec6a7dcfa4e372a8b8131767fcb39369b1
2.101 20 February 2021
* fix version numbers in meta files
|