summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.33.4 todayv5.33.4Tom Hukins2020-11-201-0/+1
|
* Finalise perldelta for 5.33.4Tom Hukins2020-11-201-290/+59
|
* Update Module::CoreList for 5.33.4Tom Hukins2020-11-201-31/+194
|
* perldelta: Note ongoing perlapi workKarl Williamson2020-11-191-2/+3
|
* Update ExtUtils-MakeMaker to CPAN version 7.56Chris 'BinGOs' Williams2020-11-1934-38/+38
| | | | | | | | | | | | | [DELTA] 7.56 Thu 19 Nov 19:57:05 GMT 2020 No changes since v7.55_01 7.55_01 Wed 18 Nov 18:23:19 GMT 2020 Bug fixes: - RT#133762 Explicitly print to STDOUT in EUMM.pm
* perldelta: the FAQ was updated in 09e51a95Tom Hukins2020-11-191-3/+2
|
* perldelta updatesTony Cook2020-11-191-4/+15
|
* Make API some C99 typedef work-aroundsKarl Williamson2020-11-181-8/+13
| | | | | I added these some releases ago, but kept them private. No untoward things have happened, so I'm now making them API.
* re/fold_grind.pl: Test a couple more code pointsKarl Williamson2020-11-181-1/+15
| | | | | These add tests for checking that the revised folding in a future commit works in some edge cases that previously weren't an issue.
* Update Pod-Simple to CPAN version 3.42Tom Hukins2020-11-1828-32/+30
|
* embed.fnc: Mark 3 sighandler fcns as Core onlyKarl Williamson2020-11-181-5/+5
| | | | These appear to be for internal use, with no cpan usage found
* perlapi: Document memzeroKarl Williamson2020-11-181-0/+6
|
* Remove PERLIO_FUNCS_CONSTKarl Williamson2020-11-183-26/+9
| | | | | As the comment said, this was temporary until vtables got to be all const
* Move regcurly to regcomp.c (from inline.h)Karl Williamson2020-11-185-35/+27
| | | | | | This function is called only at compile time; experience has shown that compile-time operations are not time-critical. And future commits will lengthen it, making it not practically inlinable anyway.
* perlapi: Consolidate sv_catsv-ish entriesKarl Williamson2020-11-173-21/+20
|
* perlapi: Consolidate sv_catpvn-ish entriesKarl Williamson2020-11-173-28/+23
|
* Limit the number of lines in IRC notificationNicolas R2020-11-171-17/+53
|
* irc-notifications: use GITHUB_ENVNicolas R2020-11-171-2/+1
| | | | | | GH #18329 ::set-env is deprecated use GITHUB_ENV instead
* I will release Perl 5.33.4 on FridayTom Hukins2020-11-171-1/+1
|
* pat_advanced.t: Simplify a testKarl Williamson2020-11-161-3/+0
| | | | | | I made this test to look as much as possible as the original report. Hugo van der Sanden pointed out that the encodes and decode together were essentially a no-op; so this commit removes them.
* loc_tools.pl: Simplify an expressionKarl Williamson2020-11-161-1/+2
| | | | Suggested by Graham Knop
* pp_split: add TonyC's stack-not-refcounted-suggestion and testsRichard Leach2020-11-162-1/+9
|
* pp_split: no SWITCHSTACK in @ary = split(...) optimisationRichard Leach2020-11-162-44/+72
|
* Giovanni Tataranni is now a perl authorTony Cook2020-11-161-0/+1
|
* fix typo in pod/perlfunc.podGiovanni Tataranni2020-11-161-1/+1
|
* Revert "op.h: Restrict scope of multiconcat symbols to core"Karl Williamson2020-11-151-4/+0
| | | | | | | This reverts commit a5d5855671af6956a8d1a13e419457afdffeb416. It turns out that CPAN modules are using these values; whether they should be using them or not, I don't know.
* embed.fnc: Add detail to u flag descriptionKarl Williamson2020-11-141-3/+5
|
* perlop: Note tr/// delimiters may be any printablesKarl Williamson2020-11-141-1/+2
|
* perlapi: Fix up some MRO documentationKarl Williamson2020-11-142-2/+2
| | | | | | mro_get_private_data() is core only; instead the public is supposed to use MRO_GET_PRIVATE_DATA(), which we now indicate is documented in perlmroapi, as well as HvMROMETA()
* Update Net-Ping to CPAN version 2.74Chris 'BinGOs' Williams2020-11-144-30/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.74 2020-09-09 09:21:39 rurban Features - Add ICMPv6_NI_REPLY support. Bugfixes - Fix icmp payload offset to match icmpv6 (JimC Leones GH #21) Skip the 20 byte header to reliably find the various return types. This unifies icmpv6 with icmp better. - Fix $SOCKET::VERSION eval (Petr Pavlu, PR #22) META Changes - Fix and improve the META repository as hashref, license as arrayref (Tom Hukins, PR #19) - add TEST_REQUIRES - sort MANIFEST - add windows smokers: appveyor Test fixes - Improve the tcp test to localhost, when there is no route to localhost (freebsd mostly) - TODO a flaky 450_service.t on 127.0.0.1 on port 2 on Windows (analog to freebsd, ...) (Christian Walde, PR #20) - Skip 501_ping_icmpv6.t when icmpv6 cannot be initialized. Mostly due to missing icmpv6 support. (GH #15) - add more xt tests: t/602_kwalitee.t, t/603_meta.t, t/604_manifest.t
* Update Test-Simple to CPAN version 1.302183Chris 'BinGOs' Williams2020-11-1473-72/+96
| | | | | | | | [DELTA] 1.302183 2020-10-21 20:10:36-07:00 America/Los_Angeles - avoid closing over scalar in BEGIN block in cmp_ok eval
* Update File-Fetch to CPAN version 1.00Chris 'BinGOs' Williams2020-11-142-5/+12
| | | | | | | | | [DELTA] 1.00 Wed Nov 11 12:49:58 2020 * Fixed the mitigations for CVE-2016-1238 * Mentioned https support in CHANGES file
* Update ExtUtils-CBuilder to CPAN version 0.280235Chris 'BinGOs' Williams2020-11-1417-17/+28
| | | | | | | | | | | [DELTA] 0.280235 - 2020-11-01 Fix: - Fix compilation on darwin with XCode 12 (-Werror=implicit-function-declaration) Thanks to DrHyde for the patch.
* PPPort version on CPAN is 3.62Chris 'BinGOs' Williams2020-11-141-1/+1
|
* IPC-SysV: Synch with CPAN release 2.09Marcus Holland-Moritz2020-11-1313-23/+24
| | | | | | | | | | | From Changes: * Fix GitHub #8: Comparison between signed and unsigned integer * Merge PR #9: Fix compile warnings with -Wsign-compare * Merge PR #11: Avoid indirect call syntax Committer: Additional email address for contributor to keep porting tests happy
* op.h: Restrict scope of multiconcat symbols to coreKarl Williamson2020-11-131-0/+4
| | | | These are internal only
* perlop: Enhance a tr/// exampleKarl Williamson2020-11-131-2/+2
| | | | | This more clearly demonstrates that the /s option squeezes based on the result rather than the source
* pod/perlfunc.pod: Correct one typoJames E Keenan2020-11-131-1/+1
| | | | For: https://github.com/Perl/perl5/issues/18315; thanks to valtkus.
* Update ExtUtils-MakeMaker to CPAN version 7.54Chris 'BinGOs' Williams2020-11-1234-39/+50
| | | | | | | | | | | | | | | | [DELTA] 7.54 Thu 12 Nov 19:23:18 GMT 2020 No changes since v7.53_01 7.53_01 Tue 10 Nov 03:34:42 GMT 2020 Regression fixes: - Fixed Darwin cflags override Meta fixes: - Updated URLs to use https
* fetch magic on the first stacked filetest, not the lastTony Cook2020-11-112-2/+10
| | | | fixes #18293
* Document PERL_SIKarl Williamson2020-11-111-0/+6
|
* Document TARG, dTARGETKarl Williamson2020-11-111-0/+17
|
* perlapi: Document Perlacos and similarKarl Williamson2020-11-111-0/+35
|
* Fix defns of e.g. U8_MAX/MINKarl Williamson2020-11-101-36/+56
| | | | | | Actually trying to compile these with Devel::PPPort revealed that there were combinations of the conditionals which led to some of the symbols not getting defined.
* perlapi: Consolidate sv_setpv-ish entriesKarl Williamson2020-11-101-10/+6
|
* perlapi: Consolidate sv_setpvn-ish entriesKarl Williamson2020-11-101-13/+10
|
* Add a few helpers to B for INVLISTNicolas R2020-11-107-5/+173
| | | | | | | | | | | | | This commit provide some basic method to access to internal fields from one INVLIST: SVt_INVLIST - prev_index - is_offset - array_len - get_invlist_array This allows B::C to be walk and save invlists.
* t/op/inc.t, t/op/hexfp.t, t/op/sprintf2.t: Add missing d_ prefixes for ↵TAKAI Kousuke2020-11-093-5/+5
| | | | Config variable names.
* perlapi: Consolidate sv_setsv-ish entriesKarl Williamson2020-11-092-38/+22
|
* sv.c: Change some formal param names for clarity, consistencyKarl Williamson2020-11-095-561/+561
| | | | | | The names previously indicated some things were strings that weren't necessarily so. Some nearly identical functions had varying parameter names.