summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Update Compress-Raw-Bzip2 to CPAN version 2.090Chris 'BinGOs' Williams2019-11-101-1/+1
| | | | | | | | [DELTA] 2.090 9 November 2019 * No Changes
* Update Module-Load-Conditional to CPAN version 0.70Chris 'BinGOs' Williams2019-11-101-1/+1
| | | | | | | | | [DELTA] 0.70 Sun Nov 10 14:28:41 GMT 2019 * Protect ourselves from Module::Metadata parsing problems [ RT#130939 ]
* Ten-ten let's do it againChris 'BinGOs' Williams2019-11-101-1/+1
|
* Tick off 5.30.1Steve Hay2019-11-101-1/+1
|
* Add epigraph for 5.30.1Steve Hay2019-11-101-0/+16
|
* sync with cpan release of Devel-PPPort 3.55Nicolas R2019-11-081-1/+1
|
* Remove utf8_heavy.plKarl Williamson2019-11-061-1/+0
| | | | | | | | | | | | | The only remaining user of this is Unicode::UCD, and so most of the code from utf8_heavy.pl is moved into that UCD.pm. It removes a no-longer relevant test (that had been changed into a skip anyway), and it changes or removes the no-longer relevant references in comments to utf8_heavy.pl Later commits will do some simplification as not all the previous functionality is needed. This commit removed only the parts that were preventing compilation and tests passing.
* Porting/todo.pod: Rmv reference to fixing swashesKarl Williamson2019-11-061-11/+0
|
* Update IO-Compress to CPAN version 2.089Chris 'BinGOs' Williams2019-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.089 3 November 2019 * bin/streamzip Add zipstream to EXE_FILES https://github.com/pmqs/IO-Compress/issues/5 7f5ed78e5652125c9ba78aab720e18d384d59c00 fb8cd6480af6303f58fd2e12d4999cd1830f0c5f 2.088 31 October 2019 * t/105oneshot-zip-only.t Fix reset of CompSize 6034da95f1dc5a594edc0d26e6add8d86990ad56 * Add Support Details ad66b6ec4cf175a70e53f74572eed5f403648f11 * Update site for Bzip2 to sourceware 77497aeb2a234889a2b2c4ac7ea2f620895b16a9 * Fix number of tests bc4e234449a82fb00f66af752dfc4c96097b2a4d * Add streamzip script to bin 76d2795d0587bafb0cc398e97142740acba82a42 * zipdetails * Update zipdetails to version 1.11 8958cb3aa90745a4b3369479846846fdca6b4f76 * Zip64 extra field typo f186380d701fe5257f9fc92d69160dc6382cfc24 * t/105oneshot-zip-only.t test with deflated directory 16bfffcf5089af67cb7f68685cc61d06409cba73 * t/105oneshot-zip-only.t Add test for encrypted Zip files 5ad813115aed000f88d7df28261b43c00ae56525 2c64e255feb5a1ee33d033f7eccb6feca12ebe97 * Documentation Updates https://github.com/pmqs/IO-Compress/issues/2 e1fd0d4eda0a8496981cbd83ad06906f4ae586a5 * Mention xz, lzma etc https://github.com/pmqs/IO-Compress/issues/4 126f7b9da97b572d0fb89a9bdcc190c5405c72b8
* Update Compress-Raw-Bzip2 to CPAN version 2.089Chris 'BinGOs' Williams2019-11-061-1/+1
| | | | | | | | | | | | | | | | [Delta] 2.089 3 November 2019 * No Changes 2.088 31 October 2019 * Add Support Details 37e04fb3dc50287a3512b004282425c6eedb8af6 * upgrade to Bzip2 1.0.8 027a30848ee57731b435d2ea7af09e532bf6fbfd
* Update Compress-Raw-Zlib to CPAN version 2.089Chris 'BinGOs' Williams2019-11-061-1/+1
| | | | | | | | | | | | | | | | [DELTA] 2.089 3 November 2019 * No Changes 2.088 31 October 2019 * Add SUPPORT section d348ad76c2073a2973d094891fbd0c2e24bf397d * 000prereq.t: dump Perl version e1afe502818cb1ccf5bad917b14b029b408f47f1
* Fix typoMax Maischein2019-11-031-1/+1
| | | | As noted by @bulk88 in #12898
* Add explicit list of supported Perl versions and URL where to find itMax Maischein2019-11-031-2/+10
| | | | This addresses the comments of @bulk88 made in #12898
* a template for vulnerability announcementsTony Cook2019-11-032-0/+80
| | | | not that we ever make mistakes
* Update perlfaq to CPAN version 5.20191102Karen Etheridge2019-11-011-1/+1
| | | | | | | | | | | | [DELTA] 5.20191102 2019-11-02 05:34:43Z * fix bad pod markup in perlfaq8 (PR #78; thanks, Joaquín Ferrero!) * remove stale section about lib.pm (PR #82, Dan Book) * update perlfaq9 to reference Email::Stuffer (PR #79, Dan Book) * update perlfaq9 to reference URL::Search (PR #80, Dan Book) * update perlfaq9 to use HTTP::Tiny (PR #81, Dan Book) * fix some broken links (issue #71, dctabuyz)
* Make me as doing the business for 20th NovemberChris 'BinGOs' Williams2019-10-301-1/+1
|
* Upgrade Scalar-List-Utils from version 1.52 to 1.53Steve Hay2019-10-281-1/+1
|
* Upgrade Pod::Simple from version 3.39 to 3.40Steve Hay2019-10-281-1/+1
|
* Upgrade Math::BigInt from version 1.999817 to 1.999818Steve Hay2019-10-281-9/+1
|
* Add epigraph for 5.30.1-RC1Steve Hay2019-10-271-0/+16
|
* Update release scheduleSteve Hay2019-10-271-2/+2
| | | | | Aim for a fortnight's time for 5.30.1 after RC1 today Aim for 5.30.2 RC1 in late February, releasing in early March
* add git commit info into archive exports to allow building outside gitGraham Knop2019-10-231-0/+2
| | | | | | | Normally, builds require either a .patch file or to be built out of git when not a proper release. We can use git attributes to make a file that will give partial information about the commit when an archive is created. This allows downloads from github to build.
* Update Sys-Syslog to CPAN version 0.36Chris 'BinGOs' Williams2019-10-221-1/+1
| | | | | | | | | | [DELTA] 0.36 -- 2019-10-22 -- Sebastien Aperghis-Tramoni (SAPER) [Tests] - RT #127454 / GitHub PR #8: Intermittent failures on OpenBSD and other platforms (Jim Keenan).
* Fix Johan Vromans CPAN URLMax Maischein2019-10-211-1/+1
|
* Update URL for Weebls StuffMax Maischein2019-10-211-2/+2
|
* Import dead URLs from my last analysisMax Maischein2019-10-211-0/+22
| | | | | | | | Unfortunately, I haven't been able to find the content for these URLs elsewhere. Maybe we should add "Find one more URL from that list" to the release manager guide so we regain one URL per month.
* Fix y2038 project homepageMax Maischein2019-10-212-2/+2
| | | | Googlecode.com is dead
* Update documentation, comments, metadata to reference GitHub as canonical ↵Dan Book2019-10-204-4/+5
| | | | | | | | | | | | | | | | repository (#1186) * Update repository and bugtracker URLs to GitHub in makemeta regen META files * Update POD and comments to reference GitHub as canonical repository * Update Porting/corelist.pl to recognize GitHub issue tracker * remove "A note on camel and dromedary" * Remove redundant 'Committing your changes' section
* Module::CoreList 5.20191020 is now on CPANSteve Hay2019-10-201-1/+1
|
* Bump version to 5.31.6Steve Hay2019-10-203-31/+31
| | | | (includes regen/opcode.pl)
* Tick off 5.31.5Steve Hay2019-10-201-1/+1
|
* Add epigraph for 5.31.5Steve Hay2019-10-201-0/+17
|
* Fix a failing test in Math::BigInt with VC14 or higherSteve Hay2019-10-201-0/+8
| | | | See CPAN RT #130736
* Add GitHub issue templatesNicolas R2019-10-193-2/+3
| | | | | | These files should not be in the MANIFEST adjust porting/manifest.t to ignore .github files in addition to .gitignore files.
* Add RM for 5.31.5Steve Hay2019-10-171-1/+1
|
* The VC6 Chainsaw MassacreSteve Hay2019-10-172-2/+2
| | | | | Remove MS Visual C++ 6.0 support as agreed in the thread starting here: https://www.nntp.perl.org/group/perl.perl5.porters/2019/07/msg255625.html
* Update lists of CUSTOMIZED filesSteve Hay2019-10-161-1/+5
|
* We are (almost) in sync with Devel::PPPort version 3.54Steve Hay2019-10-161-1/+1
|
* Upgrade Math::BigInt::FastCalc from version 0.5008 to 0.5009Steve Hay2019-10-161-1/+1
|
* Upgrade Math::BigInt from version 1.999816 to 1.999817Steve Hay2019-10-161-1/+1
|
* Add missing epigraph for 5.31.3Steve Hay2019-10-141-0/+20
|
* Change bug URL from http://rt.perl.org to https://rt.perl.orgMax Maischein2019-10-112-1/+2
| | | | | | | | | | | | | This updates the bug tracker URL from http://rt.perl.org to https://rt.perl.org. There is a place in the code, in corelist.pl, that is sensitive to the URL of the bug tracker. This now understands both versions of the bug tracker URL. Ideally, this will be consolidated once the dust settles. This patch also updates ExtUtils::CBuilder, Safe, threads and threads::shared to point to the new bug tracker URL.
* Move http:// URLs to https:// URLs in source codeMax Maischein2019-10-111-8/+8
| | | | | | This commit moves more URLs from http to https. This time it affects some source code, that's why it is not bunched up with the commits affecting pod/*
* Perl5 git is on httpsMax Maischein2019-10-112-2/+2
|
* Update URLs in META.* to https://Max Maischein2019-10-111-3/+3
|
* Digest::MD5 is customizedTony Cook2019-10-081-0/+4
|
* devel/mkapidoc.pl: Rewrite entirely in perlKarl Williamson2019-09-271-1/+0
| | | | | | | | | | | | | | The old version, partially in sh, grabbed every file in the directory structure, looking for apidoc lines. Unfortunately that included things, in .git, for example, and those could be out-of-date entries, with the result that there could be multiple entries with different prototypes for the same macro. This commit changes to read only MANIFEST files, and a few generated files. (cherry picked from commit d8bc0a3f40e83e52934696240c2d89398465a56c) Signed-off-by: Nicolas R <atoomic@cpan.org>
* Add 5.31.5 to Module::CoreList dataMax Maischein2019-09-211-1/+1
|
* Bump Version from 5.31.4 to 5.31.5 in various placesMax Maischein2019-09-213-31/+31
|
* Add the 5.31.4 epigraphMax Maischein2019-09-201-0/+28
|