This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-02-19 Yves OrtonReapply "docs: clarify effect of $^H, %^H, ${^WARNING_B...
2022-02-19 Yves OrtonReapply squashed "avoid identical stack traces" patches
2022-02-18 Max MaischeinEliminate a variable keeping the length of a string
2022-02-18 Paul "LeoNerd... Mark files generated by unicode as linguist-generated
2022-02-18 Yves Ortonregcomp.h: change regexp_internal attribute from I32...
2022-02-18 Yves Ortonregcomp.c: disambiguate "parse_start" and related var...
2022-02-18 Yves Ortonregcomp.c,re.pm: Remove "offsets" debugging code
2022-02-18 Yves Ortonperlreguts.pod: synchronize regexp_internal docs with...
2022-02-18 Ricardo Signesrelease schedule: update the road to v5.36
2022-02-18 Christopher... Document Hash::Util::hash_value($string, $seed)
2022-02-18 Karl WilliamsonChristopher Yeleighton is a Perl author
2022-02-18 James RaspassTie::SubstrHash - Add strict & warnings
2022-02-18 James RaspassTie::SubstrHash - Replace sub ceil with builtin::ceil
2022-02-18 James RaspassTie::SubstrHash - Consistently deref with the arrow op
2022-02-18 James RaspassTie::SubstrHash - Use ||= and //=
2022-02-18 James RaspassTie::SubstrHash - Replace tabs with spaces
2022-02-17 Karl Williamsonpodcheck: Make sure digest gets a byte string
2022-02-17 Karl WilliamsonAdd link to String::Util to podcheck db
2022-02-17 Karl Williamsonperlrecharclass: Update Unicode version reference
2022-02-17 Yves OrtonPorting/GitUtils.pm: add missing package declaration
2022-02-15 TAKAI KousukePOSIX.pod: wording fix in the description of testing...
2022-02-15 TAKAI KousukePOSIX.pod: add link and small example for the descripti...
2022-02-15 TAKAI KousukePOSIX.pod: NaN-ness should be able to be tested by...
2022-02-15 Dave Crosslib/sigtrap.pm: Documentation improvements
2022-02-15 zhmyloveperlop.pod: Fix typo in smartmatch example
2022-02-15 Tomasz Konojackirevert to windows-2019 in GitHub Actions (for now)
2022-02-15 Paul "LeoNerd... Add 'isa' to 'use feature :5.35'
2022-02-15 Paul "LeoNerd... No longer print experimental::isa warning (closes ...
2022-02-15 Karl Williamsontoke.c: Add a couple const to decls
2022-02-15 Karl Williamsonparser.h: add to comments
2022-02-15 Karl Williamsontoke.c: I32 considered harmful; change to 'int'
2022-02-14 Dagfinn Ilmari... Mark feature.h and lib/feature.pm as generated
2022-02-13 David Cantrellfix looking up letters by their name only so that we...
2022-02-13 David Cantrelladd tests that when we import more than one script...
2022-02-13 David Cantrellbump $VERSION
2022-02-13 David Cantrelldetect and warn when the user asks for short names...
2022-02-13 David Cantrelltests to detect when the user asks for short names...
2022-02-13 Hugo van der... Sort tests in t/porting/dual-life.t
2022-02-13 Paul "LeoNerd... Might as well just do numerical comparisons against...
2022-02-13 Paul "LeoNerd... Add to perldeprecation.pod
2022-02-13 Paul "LeoNerd... Add to perldelta.pod
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
next