summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* use www.cpan.org, not ftp.funet.fi, to check the CPANRicardo Signes2021-06-132-5/+5
|
* CPAN mirror list: stop building oneRicardo Signes2021-06-132-94/+0
|
* Update Socket from CPAN to 2.032Max Maischein2021-06-131-1/+1
|
* Configure: apply recent metaconfig changesKarl Williamson2021-06-121-0/+4
| | | | Several new probes have been added.
* Configure changes for HAS_NON_INT_BITFIELDSKarl Williamson2021-06-121-0/+1
| | | | | | | | | | | 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.
* Synch with CPAN version 1.30Tomoyuki Sadahiro2021-06-061-1/+1
| | | | Per https://rt.cpan.org/Ticket/Display.html?id=133952
* Porting/docs-team-charter.pod: the docs team charterRicardo Signes2021-05-312-0/+125
|
* Happy World Digestive Health DayChris 'BinGOs' Williams2021-05-291-1/+1
|
* Data::Dumper 2.180 was released on 2021-05-26.Nicholas Clark2021-05-261-1/+1
|
* Update version from CPAN to 0.9929Todd Rinaldo2021-05-241-6/+2
| | | | | | | | [DELTA] 0.9929 * Upgrade to ppport 3.62 * Import fix for core build warning
* Update Maintainers.PL with experimental version info from 0.022 to 0.24Max Maischein2021-05-241-1/+1
| | | | | | This has no actual changes, since the changes were imported with acd998d76362b480eb8e517c712de155d2659d03 , but didn't update Maintainers.PL
* mark test modules (found in ext/*/t/) as no_indexTony Cook2021-05-241-1/+5
| | | | fixes #18632
* Update Test::Simple from 1.302183 to 1.302185Max Maischein2021-05-231-1/+1
|
* Add dry-run option "-n" to Porting/makemeta, documentationMax Maischein2021-05-231-4/+36
|
* Bump the perl version in various places for 5.35.1Max Maischein2021-05-234-33/+33
| | | | | Ideally, this would've been done earlier in the process of developing 5.35, but here we are
* Update entry for dist/Data-DumperJames E Keenan2021-05-221-1/+1
| | | | | | 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.
* Update Scalar-List-Utils to 1.56Max Maischein2021-05-221-1/+1
|
* release schedule: schedule a few months outRicardo Signes2021-05-211-14/+12
|
* All gravyChris 'BinGOs' Williams2021-05-211-1/+1
|
* Update perlfaq to CPAN version 5.20210520Karen Etheridge2021-05-201-1/+1
| | | | | | | [DELTA] 5.20210520 2021-05-20 04:16:03Z * faq5: remove suggestion to use read() for slurping (PR#96, Dan Book)
* release schedule: out with v5.33, in with v5.35Ricardo Signes2021-05-201-13/+14
| | | | This file will need further updating.
* update the epigraphs file with v5.35.0 epigraphRicardo Signes2021-05-201-0/+7
|
* Bump to 5.35.0:Sawyer X2021-05-214-32/+32
| | | | | | * 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.
* Tick the releaseSawyer X2021-05-201-1/+1
|
* Update epigraphSawyer X2021-05-201-1/+8
|
* Update epigraphSawyer X2021-05-151-0/+6
|
* Remove todo note about octal notation since it's now addedPaul "LeoNerd" Evans2021-05-151-6/+0
|
* Add epigraphSawyer X2021-05-051-0/+6
|
* Bump perl version in various places for 5.34.0Sawyer X2021-05-044-36/+36
|
* update experimental to 0.024 from CPANRicardo Signes2021-05-021-4/+0
|
* Artisanal CommitChris 'BinGOs' Williams2021-04-211-1/+1
|
* Tick release_Schedule.pod for 5.33.9Todd Rinaldo2021-04-201-1/+1
|
* v5.33.9 advertised on p5p mailing listTodd Rinaldo2021-04-201-0/+2
|
* epigraph for v5.33.9Todd Rinaldo2021-04-201-0/+4
|
* Revert "Update Scalar-List-Utils to 1.56"Todd Rinaldo2021-04-201-1/+1
| | | | | | This reverts commit a7dc88699c420088b5448c415a8a973e51c0fc18. We've opted to keep this out until 5.34 is released.
* Upgrade NEXT to 0.68 from CPANTodd Rinaldo2021-04-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | [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.
* Update ExtUtils-MakeMaker to CPAN version 7.62Todd Rinaldo2021-04-191-1/+1
| | | | | | | | | | | | | [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
* Adjust Module::CoreList version in Maintainers.plTodd Rinaldo2021-04-191-1/+1
| | | | This reflects the version that's on CPAN right now.
* Update Scalar-List-Utils to 1.56Todd Rinaldo2021-04-191-1/+1
| | | | | | | | | [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
* perl.pod - move perlhist + perldeltas to History sectionDan Book2021-04-191-0/+2
|
* how_to_write_a_perldelta.pod: sections to match skeleton, more detailRichard Leach2021-04-161-53/+106
|
* mostly docs: replace "pumpking" when referring to the presentRicardo Signes2021-04-165-23/+20
| | | | | | | 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
* Fix Add github email alias for Dominic HamonKarl Williamson2021-04-111-0/+1
| | | | | | 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
* Update perlfaq to CPAN version 5.20200523Karen Etheridge2021-04-101-1/+1
| | | | | | | | [DELTA] 5.20210411 2021-04-11 00:45:30Z * Add entry to faq4 for equivalent to ruby #{}, python fstring (PR#93, John Karr)
* v5.33.8 advertised on p5p mailing listNicolas R2021-03-201-0/+2
|
* Bump the Perl version to 5.33.9Nicolas R2021-03-204-33/+33
|
* Tick v5.33.8 on 2021-03-20Nicolas R2021-03-201-1/+1
|
* epigraph for v5.33.8Nicolas R2021-03-201-0/+4
|
* Tag Win32 as using 0.57Nicolas R2021-03-201-1/+1
| | | | this was missed during the last bump
* Update IO-Compress to release 2.102Nicolas R2021-03-201-1/+1
| | | | | | | | | | | | | [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