This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-02-13 Paul "LeoNerd... Print a deprecation warning if downgrading to a use...
2022-02-13 Paul "LeoNerd... Add a PL_prevailing_version interpreter var
2022-02-13 TAKAI KousukeAdd tests for string "-Inf" to IV conversion.
2022-02-13 TAKAI Kousukesv.c: String "Inf" is now consistently converted to...
2022-02-10 Karl Williamsont/porting/diag.t: Fix typo in comment
2022-02-08 Paul "LeoNerd... Document that $^S is 1 inside a try block
2022-02-07 Dagfinn Ilmari... Update perldiag and perldeprecation for features remove...
2022-02-07 Dagfinn Ilmari... Mark lib/warnings.pm and warnings.h as generated
2022-02-06 Karl WilliamsonUpdate perlhactips for bool changes
2022-02-06 Karl WilliamsonSimplify cBOOL defn
2022-02-06 Karl WilliamsonRemove HAS_BOOL
2022-02-06 Karl WilliamsonRemove PERL_BOOL_AS_CHAR uses; always define HAS_BOOL
2022-02-06 Branislav ZahradníkUse `optexpr` in anonymous to reduce number of symbols
2022-02-06 Branislav ZahradníkUnify optional rules
2022-02-06 Branislav ZahradníkIntroduce rule `empty` returning NULL
2022-02-06 Branislav ZahradníkGather all MY variants into single rule
2022-02-06 Branislav ZahradníkFavour switch over if/else if to improve readability
2022-02-06 Branislav ZahradníkCleanup remnants after distinguising C- and perly-...
2022-02-05 Paul "LeoNerd... Expansions of PERLVAR* in intrpvar.h should not end...
2022-02-04 Tomasz Konojackimake autodoc.pl and makedef.pl understand the I embed...
2022-02-03 Paul "LeoNerd... embedvar.h is a generated file
2022-02-03 Hugo van der... Augment overload::Method docs
2022-02-02 Karl Williamsontoke.c: Fix potential C sign error
2022-02-02 Karl WilliamsonRefactor utf8 to code point conversion
2022-02-02 Karl Williamsonbuiltin.c: Fix up 730f927
2022-02-02 Karl Williamsonbuiltin.c: Use correct 32bit printing format
2022-02-01 Yves OrtonTest for Issue #19250, assert fail with Debug=>ALL
2022-02-01 Michiel BeijenUse sha256 instead of sha1 in release announcement
2022-02-01 Yves OrtonFixup Issue #19350 - Assert error under: use re Debug...
2022-02-01 Karl Williamsonembed.fnc Fix function return type
2022-01-31 Paul "LeoNerd... Add @_ in signatured sub being experimental to perldelt...
2022-01-31 Paul "LeoNerd... Put some wording into perlsub.pod about @_ being discou...
2022-01-31 Paul "LeoNerd... Emit experimental::snail_in_signatures warnings on...
2022-01-31 Paul "LeoNerd... Add a new 'experimental::snail_in_signatures' warning...
2022-01-31 Paul "LeoNerd... Set the CvSIGNATURE flag on signatured subs
2022-01-31 Paul "LeoNerd... Define a CvSIGNATURE flag
2022-01-30 James E KeenanSynch in CPAN-2.33-TRIAL
2022-01-27 Tomasz Konojackisubroutine redefinitions made with local() shouldn...
2022-01-27 Paul "LeoNerd... Also document and unit-test the correct handling of...
2022-01-27 Paul "LeoNerd... Add perldelta entry for the four new functions
2022-01-27 Paul "LeoNerd... Minor docs wording fixes
2022-01-27 Paul "LeoNerd... Clarify in docs that sv_eq* don't handle operator overl...
2022-01-27 Paul "LeoNerd... Docs clarification that the basic sv_*eq() functions...
2022-01-27 Paul "LeoNerd... Slight tidying of tests
2022-01-27 Paul "LeoNerd... Create sv_streq() API family, as a stringy copy of...
2022-01-26 Paul "LeoNerd... Have sv_numeq() respect == overloading unless the SV_SK...
2022-01-26 Paul "LeoNerd... Initial implementation of sv_numeq() and _flags() variant
2022-01-25 Dagfinn Ilmari... Add test for experimental::builtin warnings
2022-01-25 Dagfinn Ilmari... Warn about experimental builtins at runtime as well...
2022-01-25 Paul "LeoNerd... Fix bundled .pm files for experimental::builtin warnings
2022-01-25 Paul "LeoNerd... Fix lib/unicore/mktables for experimental::builtin...
2022-01-25 Paul "LeoNerd... Fix unit tests for experimental::builtin warnings
2022-01-25 Paul "LeoNerd... Emit experimental::builtin warnings from the builtin...
2022-01-25 Paul "LeoNerd... Add experimental::builtin warning
2022-01-24 Paul "LeoNerd... Remove remaining uses of @_ in signatured subs in lib...
2022-01-24 James RaspassAdd ceil & floor to builtin
2022-01-23 Karl Williamsonregcomp.c: Fix undefined behavior
2022-01-23 Karl Williamsonperl.h: Add comments
2022-01-21 James E KeenanAdd '=cut' to silence POD formatting warning
2022-01-20 Nicolas RUpdate epigraph for 5.35.8
2022-01-20 Nicolas R Bumped Module-CoreList ready for 5.35.9
2022-01-20 Nicolas RBump B::OP_private version
2022-01-20 Nicolas RBump the perl version in various places for 5.35.9
2022-01-20 Nicolas RNew perldelta for 5.35.9
2022-01-20 Nicolas RTick off 5.35.8
2022-01-20 Nicolas RAdded 5.35.8 to perlhist v5.35.8
2022-01-20 Nicolas RUpdate Module::CoreList for 5.35.8
2022-01-20 Nicolas RUpdate perldelta for blead release v5.35.8
2022-01-20 Nicolas RAdjust prediction year for 5.34.1
2022-01-20 Nicolas RUpdate Perl copyright for 2022
2022-01-20 Nicolas RAdd mailmap entry for Mike
2022-01-20 Nicolas RAdd a pod sort sample with function signature
2022-01-20 Nicolas RUpdate bignum to CPAN version 0.64
2022-01-20 Nicolas RUpdate Math-BigInt to CPAN version 1.999829
2022-01-20 Paul "LeoNerd... Add perldelta entry for try/catch/finally
2022-01-20 Paul "LeoNerd... Implement correct deparse logic for try/catch/finally
2022-01-20 Paul "LeoNerd... Ensure that forbidden control flow messages about final...
2022-01-20 Paul "LeoNerd... Document the new try/catch/finally syntax
2022-01-20 Paul "LeoNerd... Implement and test try/catch/finally syntax
2022-01-20 Paul "LeoNerd... Add op_wrap_finally() convenience function
2022-01-20 Paul "LeoNerd... Define 'finally' keyword
2022-01-20 Paul "LeoNerd... Make sure to rpeep() the body of catch {} blocks
2022-01-20 Mike FultonProvide inclusive names allowlist and denylist
2022-01-19 David Mitchellperldelta for empty sort croak (78cc98885ff2800c)
2022-01-19 Tomasz Konojackit/porting/authors.t: Windows fixes
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2022-01-19 E. ChorobaStop setting console to "con" on non-MSWin systems
2022-01-19 Graham Knopfix commit calculations in authors porting test
2022-01-19 Chris 'BinGOs... Update Win32 to CPAN version 0.58
2022-01-19 Chris 'BinGOs... Update NEXT to CPAN version 0.69
2022-01-18 Chris 'BinGOs... Update File-Fetch to CPAN version 1.04
2022-01-18 Mike Fultonz/OS ASCII Enablement: Manage untagged header errno...
2022-01-16 Tomasz Konojackiofficially support Visual C++ 2022
2022-01-12 Nicholas ClarkPERL_SET_CONTEXT(t) needs to set PL_current_context...
2022-01-12 Nicholas ClarkFor C++ extensions, use the pthreads definition of...
2022-01-11 Chris 'BinGOs... Update File-Fetch to CPAN version 1.02
2022-01-11 Chris 'BinGOs... EUPXS was updated on CPAN
2022-01-10 James E KeenanMake spelling of values for 'FILES' consistent 19336/head
2022-01-09 Neil BowersAdded releasers for next 3 dev releases
2022-01-07 Sawyer XAdd date of release of ExtUtils-ParseXS 3.44
next