This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2022-02-23 Yves Ortonregcomp.c: add whitespace to avoid =* as a symbol
2022-02-23 Nicholas ClarkPerl_gv_init_pvn() must handle a stash holding the...
2022-02-21 Matthew HorsfallPOD typo fix: suroutine -> subroutine
2022-02-21 Bernduse neutral form for parameter
2022-02-21 Berndfix typo in perl5358delta
2022-02-20 reneebprepare Module::CoreList for 5.35.10
2022-02-20 reneebbump version for 5.35.10
2022-02-20 reneebadd new perldelta for 5.35.10
2022-02-20 reneebtick off release 5.35.9 in release schedule
2022-02-20 reneebupdate epigraphs with 5.35.9 entry
2022-02-20 reneebAdd new release to perlhist v5.35.9
2022-02-20 reneebfixed POD warnings in perldelta, regenerated known_pod_...
2022-02-20 reneebfinalize perldelta for 5.35.9
2022-02-20 reneebUpdate Module::CoreList for 5.35.9
2022-02-20 reneebUpdate AUTHORS list for 5.35.9
2022-02-20 reneebUpdate Devel-PPPort to 3.64
2022-02-20 reneebupdate Porting/Maintainers.pl (update Scalar-List-Utils...
2022-02-20 reneebupdate Scalar-List-Utils to 1.61
2022-02-20 Paul "LeoNerd... Add 'signatures' to :5.36 feature bundle
2022-02-20 Paul "LeoNerd... Update various documentation files
2022-02-20 Paul "LeoNerd... Remove 'no warnings experimental::signatures' from...
2022-02-20 Paul "LeoNerd... Don't emit experimental::signatures warning (closes...
2022-02-20 Paul "LeoNerd... perl5db.pl needs to use :prototype() attribute to set...
2022-02-19 Tony Cooktest the new flags behaviour, to prevent accidental...
2022-02-19 Tony Cookdocument the new flags behaviour and why
2022-02-19 Nicholas Clarkperldelta entry for the PV/IV flags changes.
2022-02-19 Nicholas ClarkCopy values that are "written as IV, then read as PV...
2022-02-19 Nicholas ClarkUpdate SvPV() etc to avoid calling sv_2pv_flags() for...
2022-02-19 Nicholas ClarkDon't set SVf_POK in Perl_sv_2pv_flags() when caching...
2022-02-19 Tomasz Konojackiimplement a new command-line flag, -g
2022-02-19 Tomasz Konojackit/run/switches.t: don't declare a plan
2022-02-19 Leon TimmermansUpgrade experimental to 0.027
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
next