summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* 5.28.2 should arrive this monthSteve Hay2019-04-051-1/+2
| | | | Also: 5.29.9 was released.
* Add epigraph for 5.28.2-RC1Steve Hay2019-04-051-0/+14
|
* Update EU::CBuilder to 0.280231Alberto Simões2019-03-311-0/+1
| | | | Committer: additional email address for contributor
* Update Module::CoreList for 5.29.10Zak B. Elep2019-03-221-1/+1
| | | | | Also fix the 5.29.9 `changed` key a bit to reflect commit c15407c8b80c36d88f9038e7519e468ffd132da5.
* Bump the perl version in various places for 5.29.10Zak B. Elep2019-03-213-31/+31
|
* Tick off 5.29.9!Zak B. Elep2019-03-211-1/+1
|
* Epigraph for 5.29.9Zak B. Elep2019-03-211-0/+6
|
* Porting/Maintainers.pl: vutil.c is CUSTOMIZED once moreZak B. Elep2019-03-211-0/+1
| | | | | | | Commit 8633b5394e9f1be292f2b13d5f642a205ae31509 updated vutil.c from the 'version' CPAN distribution but seems to have missed updating the corresponding Maintainers.pl key; this change also needs pushing to upstream as well.
* Bump Devel::PPPort to keep in sync with CPANNicolas R2019-03-191-1/+1
| | | | | | | | | During Perl 5.29.8 release, Devel-PPPort was uploaded to CPAN but the distro was incomplete as unit tests were not part of the submitted tarball. To fix this, a new 3.45 version was published to CPAN. This commit, keep blead in sync with this change.
* Encode: synch with CPAN version 3.01Dan Kogai2019-03-121-1/+1
|
* upgrade ExtUtils::Manifest from version 1.71 to 1.72Karen Etheridge2019-03-101-1/+1
|
* Improve setlocale() detection in Configure-ish filesKarl Williamson2019-03-041-0/+1
| | | | This also now notes some behavior of setlocale
* Add towupper() and towlower() to Configure-ish filesKarl Williamson2019-03-041-0/+2
|
* Add wctype.h to Configure-ish filesKarl Williamson2019-03-041-0/+1
|
* upgrade cpan/JSON-PP from 4.00 to 4.02David Mitchell2019-02-231-1/+1
| | | | | | | | | 4.02 2019-02-23 - fix a test that breaks if perl is compiled with -Dquadmath (RT-128589) 4.01 2019-02-22 - allow to pass indent_length to json_pp (GH#46)
* Epigraph for 5.29.8Nicolas R2019-02-211-0/+4
|
* they seek him here, they seek him thereChris 'BinGOs' Williams2019-02-211-1/+1
|
* Bump the perl version in various places for 5.29.9Nicolas R2019-02-203-31/+31
|
* Tick! 5.29.8Nicolas R2019-02-201-2/+2
|
* Extra advice to release_managers_guide.podNicolas R2019-02-201-3/+14
|
* Bump Devel::PPPort to 3.44 for CPAN releasev5.29.8Nicolas R2019-02-201-1/+1
| | | | | | During v5.29.8 dev cycle a change was made to Devel-PPPort 18d728ac3b which justify to bump and release a new version of Devel::PPPort.
* Add XS::APItest to unclaimedModules in corelist-perldelta.plNicolas R2019-02-201-1/+8
| | | | | | | | Without this change corelist-perldelta.pl would not see the changes from XS::APItest. ./perl -Ilib Porting/corelist-perldelta.pl \ --mode=update pod/perldelta.pod
* Add note for BLEAD point release to release_managers_guide.podNicolas R2019-02-201-3/+9
| | | | | Add note concerning the bump of PERL_API_* constants for blead point releases.
* Time-HiRes 1.9760 - bump Module::CoreList & coNicolas R2019-02-201-1/+1
| | | | | Also bump Porting/Maintainers.pl to synchronize with the upstream version we are using.
* Update releaser managersSawyer X2019-02-181-2/+2
|
* Update JSON-PP to CPAN version 4.00Nicolas R2019-02-141-1/+1
| | | | | | | | | | | | | | | | | | | [DELTA] 4.00 2018-12-07 - production release 3.99_01 2018-12-03 - BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled allow_nonref by default, JSON::PP also enabled allow_nonref by default - implement allow_tags that was introduced by JSON::XS 3.0 - add boolean_values that was introduced by JSON::XS 4.0 - allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does - allow PERL_JSON_PP_USE_B environmental variable to restore old number detection behavior for compatibility - various doc updates
* Net::Ping 501_ping_icmpv6.t: disable sudo testNicolas R2019-02-141-0/+1
| | | | | This is similar to the changes made in 7bfdd8260c we do not want to use 'sudo' during the tests.
* Update Net::Ping to upstream version 2.71Nicolas R2019-02-141-4/+6
| | | | | | | | | | This retains blead customizations: * 1a58b39af8 remove of 'use vars' * 7bfdd8260c 500_ping_icmp.t: remove sudo code These changes are not required anymore, they are merged upstream * 0fc44d0a18 avoid stderr noise in tests
* Update Test-Simple to CPAN version 1.302162Chris 'BinGOs' Williams2019-02-141-1/+1
| | | | | | | | [DELTA] 1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles - Typo fixes in documentation
* Update Module-Load to CPAN version 0.34Nicolas R2019-02-131-1/+1
| | | | | | | | [DELTA] 0.34 Sun Feb 10 13:56:54 GMT 2019 * Added SEE ALSO section to documentation. RT#100575 * Unreachable code cleanup (https://github.com/jib/cpanplus-devel/pull/15)
* Grammatical correction only.James E Keenan2019-02-041-1/+1
| | | | | | | | | | Sentences ending with a parenthetical phrase that ends with an abbreviation such as 'etc.' still require a period outside of the parentheses. See https://english.stackexchange.com/a/23025/306017 For: RT 133820. Christopher Chavez is now a Perl author.
* Update Encode to CPAN version 3.00Chris 'BinGOs' Williams2019-01-311-1/+1
| | | | | | | | | | | | | | | | [DELTA] $Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $ ! Encode.pm VERSION bumped to 3.00 to make PAUSE happy 2.100 2019/01/31 04:26:40 ! Encode.xs MANIFEST + t/xml.t Pulled: Do not access SV* buffer if we have not called SvPV_force() https://github.com/dankogai/p5-encode/pull/137 ! MANIFEST remove utf8messages.t which is already deleted from the repository.
* Update Test-Simple to CPAN version 1.302161Chris 'BinGOs' Williams2019-01-291-1/+1
| | | | | | | | [DELTA] 1.302161 2019-01-29 09:34:27-08:00 America/Los_Angeles (TRIAL RELEASE) - Remove SHM Optimization
* Update perlfaq to CPAN version 5.20190126Chris 'BinGOs' Williams2019-01-281-1/+1
| | | | | | | | | [DELTA] 5.20190126 2019-01-26 04:39:37Z * Many typos and pod markup fixed (PR#75, #76) thanks, Joaquin Ferrero!) * Added reference in perlfaq to new ~ syntax in indented here-docs (PR#77, thanks Celejar!)
* Test file in Encode is no longer customisedChris 'BinGOs' Williams2019-01-211-4/+0
|
* Encode: synch with CPAN version 2.99Dan Kogai2019-01-211-1/+1
|
* Here be unicornsChris 'BinGOs' Williams2019-01-201-1/+1
|
* Bump the perl version in various places for 5.29.8Abigail2019-01-203-31/+31
|
* Tick!Abigail2019-01-201-1/+1
| | | | Ticked of the 5.29.7 release from the release schedule.
* Epigraph for 5.29.7Abigail2019-01-201-0/+19
|
* Porting/makerel: fix progress message.Abigail2019-01-201-1/+1
| | | | | | The message emitted just before creating the .xz file was identical to the message emitted just before creating the .gz file. Which didn't make much sense.
* Update Test-Simple to CPAN version 1.302160Chris 'BinGOs' Williams2019-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles - No Changes since last trial release 1.302159 2019-01-09 13:21:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Add table support to ctx->fail and ctx->fail_and_return - Fix Instance.t on haiku-os 1.302158 2019-01-08 15:36:24-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix TAP test on windows - Fix math errors in table indentation - Devel requires Term::Table 1.302157 2019-01-08 14:10:29-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix minor typos and missing doc sections - Add table support in info facet and TAP formatter 1.302156 2019-01-07 11:13:07-08:00 America/Los_Angeles - No changes from last trial 1.302155 2019-01-04 11:25:17-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix test not to fail in non-english locales 1.302154 2019-01-04 10:20:54-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM pid checking for some platforms in Instance.t - Add SHM errno/msg to warning about SHM going away 1.302153 2019-01-03 08:39:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM verification and state awareness 1.302152 2018-12-26 12:21:32-08:00 America/Los_Angeles (TRIAL RELEASE) - More Instance.t improvements - Add trace to SHM error when possible 1.302151 2018-12-20 11:05:47-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix another locale error in Instance.t 1.302150 2018-12-20 10:57:09-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix locale error in Instance.t - Windows test fixes - perl 5.6 test fixes 1.302149 2018-12-20 09:47:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Even more SHM error improvements 1.302148 2018-12-17 13:08:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Further Improve SHM error message 1.302147 2018-12-17 12:59:14-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM error message 1.302146 2018-12-17 09:06:44-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM test to work on machines without SHM 1.302145 2018-12-12 11:26:32-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix localization error in new test (#820) 1.302144 2018-12-12 09:51:25-08:00 America/Los_Angeles (TRIAL RELEASE) - Add tests for shmwrite fix (#815) 1.302143 2018-12-11 19:10:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix failure to check error code on shmwrite (#815) 1.302142 2018-12-11 11:55:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix #814 Windows fork+test failure - Fix #819 Documentation updates - Fix #810 Verbose TAP newline regression - Fix #817 local $TODO bug - Fix #812 Another local $TODO bug - Fix #815 shm read warning - Merge doc fix PR's from magnolia-k (thanks!)
* Update Math-BigInt-FastCalc to CPAN version 0.5008Chris 'BinGOs' Williams2019-01-181-1/+1
| | | | | | | | | | | | [DELTA] 0.5008 2018-10-09 * Update MANIFEST.SKIP. * Sync test files with Math-BigInt. * Better Makefile.PL.
* Update Math-BigInt to CPAN version 1.999816Chris 'BinGOs' Williams2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.999816 2018-10-26 * bnok() for Math::BigInt and Math::BigFloat now support the full Kronenburg extension. The behaviour is identical to the behaviour of the Maple and Mathematica function for negative integers n, k. Add tests. This closes CPAN RT #95628. * Fix POD errors. This closes CPAN RT #125141. 1.999815 2018-10-19 * Move bitwise operators signed and, signed or, and signed xor from lib/Math/BigInt/CalcEmu.pm into lib/Math/BigInt/Lib.pm. The file lib/Math/BigInt/CalcEmu.pm is no longer needed and thus removed. 1.999814 2018-10-01 * Add to_base() and from_base() to Math::BigInt and corresponding library methods _to_base() and _from_base() to Math::BigInt::Lib. This was inspired by CPAN RT #122681. * Fix Makefile.PL to reflect that Test::More is only needed for testing, not for building. * In the documentation for each of the to_(bin|hex|oct|bytes) methods, add a reference to the corresponding from_(bin|hex|oct|bytes) method.
* Update Unicode-Collate to CPAN version 1.27Chris 'BinGOs' Williams2019-01-171-1/+1
| | | | | | | | | | | | | | | [DELTA] 1.27 Wed Jan 2 19:42:56 2019 - DUCET is updated (for Unicode 10.0.0) as Collate/allkeys.txt. - The default UCA_Version is 36. - Locale/*.pl and CJK/Korean.pm are updated. 1.26 Mon Dec 31 14:32:07 2018 - U::C::Locale newly supports locale: cu. - tailoring Cyrillic YI as BYELORUSSIAN-UKRAINIAN I with DIAERESIS. (affected locale: kk) - added loc_cu.t in t.
* Update File-Temp to CPAN version 0.2309Chris 'BinGOs' Williams2019-01-171-1/+1
| | | | | | | [DELTA] 0.2309 2019-01-06 20:29:15Z - fix longstanding pod formatting error (issue #19, RT#109526)
* Update IO-Compress to CPAN version 2.084Chris 'BinGOs' Williams2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.084 5 January 2019 * IO::Uncompress::AnyUncompress.pm Added support for IO::Uncompress::Zstd and IO::Uncompress::UnLzip 2.083 30 December 2018 * IO::Compress::* * IO::Uncompress::* The BinModeIn and BinModeOut options in are now no-ops. ALL files will be read/written in binmode. * IO::Uncompress::Unzip Fixed issue with unziping a member from a streamed zip file. Issue triggered by a libreoffice document. Test added to 105oneshot-zip-only.t Thanks to Fabrizio Pivari for the bug report. * Added U64::isZero * bin/zipdetails Added 'Data Stream Alignment' (tag 0xa11e) to extra fields. Field sourced from https://support.pkware.com/display/PKZIP/Proposed+ZIP+Format+Specification+Additions * Compress::Zlib.pm #125140: Tiny POD error in Compress::Zlib
* Update Compress-Raw-Bzip2 to CPAN version 2.084Chris 'BinGOs' Williams2019-01-171-1/+1
| | | | | | | | | | | | [DELTA] 2.084 5 January 2019 * No Changes 2.083 30 December 2018 * No Changes
* Update Compress-Raw-Zlib to CPAN version 2.084Chris 'BinGOs' Williams2019-01-171-1/+1
| | | | | | | | | | | | [DELTA] 2.084 5 January 2019 * No Changes 2.083 30 December 2018 * No Changes
* Unicode-Normalize on CPAN is 1.26Chris 'BinGOs' Williams2018-12-231-1/+1
|