| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 1257b4cde488d09616b3ef50e862d4366a97b645)
|
|
|
|
|
|
|
| |
an email address not currently known, but it's my prime
email address for Perl stuff.
(manually cherry picked from commit d35299949af458be6f4cee3a4cc26adae86d6a7f)
|
|
|
|
| |
(includes regen/opcode.pl)
|
|
|
|
| |
(cherry picked from commit 54baf2f445487ad5cf54c9781d884948a478c40b)
|
|
|
|
| |
(cherry picked from commit 441c427273edc1e7d88523e133beeb26a64a40f0)
|
|
|
|
| |
(cherry picked from commit cd614406a6371dea4ec26695e6c54a16400e0fe6)
|
|
|
|
| |
(cherry picked from commit abee8ba0ade8d70a05b8012c216871c81b607105)
|
|
|
|
| |
(cherry picked from commit 34c4ea9bfc92fb671a399f18cd00a7463c86097a)
|
|
|
|
| |
(cherry picked from commit 03f7b2fa40365749c0a6b3ed9d1aace271514ac2)
|
|
|
|
| |
(cherry picked from commit 8a3a4b434595ae3b93f23a9d131dac79ceece82b)
|
|
|
|
| |
(cherry picked from commit c4212677b3f981d87327d884099d644996ba70b3)
|
|
|
|
| |
(cherry picked from commit 2a05c0bf2c59515260f1ea1f22f88484f2ef6f6b)
|
|
|
|
| |
(cherry picked from commit d7637aadb6a3001586d0d1ac8979a229efd35c03)
|
|
|
|
| |
(cherry picked from commit 3168f3159b9096c948b962b5c3af6ef1df94b6c9)
|
|
|
|
| |
(cherry picked from commit 1418744658660d19f23ad5849c9f38d9f550f7bc)
|
|
|
|
| |
(cherry picked from commit d7ea8430bc1600e5e1aa5f980afeddedec662618)
|
|
|
|
| |
(cherry picked from commit a10f17013783478defb9f427973cebeddd7858a0)
|
|
|
|
| |
(cherry picked from commit 665e4a7fee131c03026f00e95b3c0a07041d9d94)
|
|
|
|
| |
(cherry picked from commit be28068dd2d6bae59706012a474d0020630861c7)
|
|
|
|
| |
(cherry picked from commit 9ec008d95e55f7ea2d20162a72e458e14a475fa5)
|
|
|
|
| |
(cherry picked from commit cec8b4ef63a0826b8d696467c35b2016ae3ed354)
|
|
|
|
| |
(cherry picked from commit 76829f42d6278f3b9862e88fcecb11eeaf70c3c1)
|
|
|
|
| |
(cherry picked from commit d687c81ba50e14b5709c97e30604138e1f75a565)
|
|
|
|
| |
(cherry picked from commit d50dc0bd37bb26542364d1a3841c60f39cf23d94)
|
|
|
|
| |
(cherry picked from commit d8daf4b909ff0c9d777c22967beccd579004a93c)
|
|
|
|
| |
(cherry picked from commit 68cf73d920ba8ca143936f111a4d4ed35b3cafbe)
|
|
|
|
| |
(manually cherry picked from commit 8edc7313b7d9a337f06f1ea718c259bd6b31cd2b)
|
|
|
|
| |
(cherry picked from commit 8c87dbc398d8be8921f2a003819c770a791d3432)
|
|
|
|
| |
(cherry picked from commit e76a6221add06dc4b12042ce1b56cf3932c4b767)
|
|
|
|
| |
(cherry picked from commit aa467bdb344acde9c8565caf011ac311667524c7)
|
|
|
|
|
|
| |
This file will need further updating.
(cherry picked from commit 7046cbc90d32e5abc3f052962c4322ccbc279257)
|
|
|
|
| |
(cherry picked from commit fce6e6db7a69e1142b35f20693b81f655c409e88)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The last time perl got released, there was this comment:
https://www.nntp.perl.org/group/perl.perl5.porters/2022/01/msg262480.html
> Why use the old ( and somewhat broken ) SHA1 for message digests?
I decided to look into using SHA256;
I notice that the release managers guide gets the SHA1s from the PAUSE
email. So I've made a PR from PAUSE so that they no longer send SHA1s
(or MD5SUMS for that matter) but just SHA256. That change is live
already, see https://github.com/andk/pause/pull/379
So now the next step is to update the perl release documentation to deal
with the new reality that PAUSE mails no longer incluse sha1s!
(cherry picked from commit 6bd57ce23e81c7d25d818e07caf5d59383c2d945)
|
|
|
|
| |
(cherry picked from commit 5124a90647cf2887ce5f9ec87f78b40257a3aff2)
|
|
|
|
| |
(cherry picked from commit ee64eb7d2d52cccd588a0f21c548481e56b2e469)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
| |
|