This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-03-02 Michiel Beijenmakerel: use Digest::SHA to print sha256sum
2022-03-02 Yves Ortonpad.c: Fix GH Issue #19463, -DXv fails assert when...
2022-03-02 Yves Ortonperl.c: zero stacks on creation
2022-03-02 Karl Williamsonregcomp.c: Check non-NULL before dereferencing
2022-03-02 Karl WilliamsonMake sv_len_utf8_nomg() public
2022-03-01 Karl WilliamsonFix UTF8_IS_REPLACEMENT() and add tests
2022-03-01 Graham Knopwrap any existing import in Attribute::Handlers' inject...
2022-02-27 James E KeenanMerge branch 'bisection-example-20220227' into blead
2022-02-27 Hugo van der... Explanation of rationale for two stages 19468/head
2022-02-27 James E KeenanAdd example of two-stage bisection
2022-02-27 Steve HayPorting/epigraphs - Add epigraph for 5.34.1-RC1
2022-02-27 Steve HayPorting/epigraphs.pod - Add missing announcement links
2022-02-27 Steve Hay5.34.1-RC1 today
2022-02-27 Steve HayAiming for 5.34.1 in a fortnight
2022-02-26 Graham Knopfix typos in Attribute::Handlers __CALLER__ docs
2022-02-26 Graham Knopfix __CALLER__ handling in Attribute::Handlers
2022-02-24 Karl Williamsonperlapi: Improve pod for Perl_na
2022-02-23 James E KeenanAdditional email address for Curtis Poe
2022-02-23 OvidUpdate perldebug.pod to explain detection of running...
2022-02-23 Karl WilliamsonAdd alternative email for Curtis Poe
2022-02-23 Yves Ortonregcomp.c: Properly optimize verb style lookahead/lookb...
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-23 Yves Ortonregcomp.c: fix long lines or unnecessary line breakage
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.
next