This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-03-10 Nicolas RUpdate Devel-PPPort to match 3.67
2022-03-10 Nicolas RUpdate Devel-PPPort to match last 3.66 release
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-03-10 Yves Ortonhv_func.h - switch sbox32 initializer to use the 128...
2022-03-10 Yves Ortontest.pl - rework runperl_and_capture() to be a bit...
2022-03-10 Yves Ortontest.pl - move runperl_and_capture() out of runenv.t
2022-03-10 Yves Ortontest.pl - add unlink_tempfiles()
2022-03-10 Yves Ortontest.pl - allow more than 676 tempfiles() in one process
2022-03-10 Yves OrtonINSTALL - fix broken pod in PERL_PERTURB_KEYS docs
2022-03-10 Yves Ortonperlvar.pod - add more info about demarcated variable...
2022-03-10 Yves Ortonpod/perlre.pod - document @{^CAPTURE} magic variable
2022-03-10 Yves Ortonpod/perldata.pod - document demarcated var form (curly...
2022-03-09 Yves Ortonimproved .mailmap and AUTHORS file logic
2022-03-09 Yves OrtoncheckAUTHORS.pl - allow the script to be used as a...
2022-03-09 TAKAI KousukeAdd tests for increased NV precision in Devel::Peek...
2022-03-09 TAKAI Kousukedo_sv_dump: increase NV precision to be output
2022-03-08 Paul "LeoNerd... Mention in perldelta
2022-03-08 Paul "LeoNerd... Move sort's scalar context warning to new 'scalar'...
2022-03-08 Paul "LeoNerd... Add a new 'scalar' warnings category
2022-03-08 Chad Granumcpan/Test-Simple: sync with CPAN Test-Simple-1.302190
2022-03-07 James E KeenanDB_File: sync with CPAN version 1.857
2022-03-07 Paul "LeoNerd... assert() PL_parser before trying to dereference it
2022-03-07 Ricardo Signesperlhack: make language about 79-col lines laxer
2022-03-07 Paul "LeoNerd... Rename is{bool,weak} to is_{bool,weak}
2022-03-07 Yves Ortont/op/magic.t - Issue #19504 - fixup tests for utf8 $0
2022-03-07 Yves OrtonFix GH Issue #19472: read warnings from open($fh,"...
2022-03-07 Richard LeachPerl_newSV_type_mortal - new inline function introduced...
2022-03-07 Richard LeachInlined newSV_type(SVt_NULL) leaner than non-inlined...
2022-03-07 Richard LeachMake newSV_type an inline function
2022-03-06 Karl Williamsonreg_mesg.t: Wasn't testing what it purported to be
2022-03-06 Steve HayPorting/epigraphs - Add epigraph for 5.34.1-RC2
2022-03-06 Steve Hay5.34.1-RC2 today
2022-03-06 Karl WilliamsonFix utf8_to_uvchr for non-core calls
2022-03-06 Yves Ortonperlrun.pod and INSTALL: document PERL_PERTURB_KEYS...
2022-03-06 Felipe GasperProperly handle UTF8-flagged strings when assigning...
2022-03-06 Karl Williamsonutf8_to_uvchr_buf_helper: Check before deref
2022-03-06 TAKAI KousukeFixed possible syntax error in Configure's test program...
2022-03-05 Karl Williamsonutf8.c: Klortho advises: Check before deref
2022-03-05 Brad BardenExtUtils-ParseXS: bump version to 3.45
2022-03-05 Brad BardenExtUtils-ParseXS: fix 002-more.t plan
2022-03-05 Brad BardenExtUtils::ParseXS: add OVERLOAD regression tests
2022-03-05 Brad BardenExtUtils::ParseXS: fix OVERLOAD/FALLBACK handling
2022-03-05 TAKAI KousukeAdd test for the previous commit fixing Perl_my_strtod
2022-03-05 TAKAI Kousukenumeric.c: Fix possible null pointer dereferences
2022-03-05 Karl WilliamsonAdd new email for Brad Barden
2022-03-05 Karl Williamsonutf8.c: Fix typo in comment
2022-03-05 Yves Ortonperl.c: Remove run time docs and redundant support...
2022-03-05 Yves Ortonhv.c: ALWAYS perform in_collision check
2022-03-04 Hugo van der... gh19010: add NOT_REACHED
2022-03-04 Hugo van der... gh19010: simplify and expand inf/nan tests
2022-03-04 Hugo van der... gh19010: regularize handling of trailing whitespace...
2022-03-04 Hugo van der... gh19010: fix returns for Perl_grok_infnan
2022-03-04 Karl WilliamsonAdd Brad Barden to the AUTHORS file
2022-03-04 Leon TimmermansAdd PerlIO_readlink backcompat defines to Cws.xs
2022-03-04 TAKAI KousukeAdd tests to see if string-to-number conversion behaves...
2022-03-04 TAKAI Kousukesv.c: reuse NV-to-IV/UV conversion code for SV-to-NV...
2022-03-04 Felipe GasperMake sv_dump() (and Devel::Peek) escape PV contents...
2022-03-04 Yves Ortonregcomp.c: Replace RExC_parse_inc() like exprs not...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += 2` with RExC_parse_in...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += x` with RExC_parse_in...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += UTF ? UTF8_SAFE_SKIP...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += (UTF) ? UTF8SKIP...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += SKIP_IF_CHAR(......
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += UTF8SKIP(RExC_parse...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse = x` with RExC_parse_set(x)
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse++` with RExC_parse_inc_by(1)
2022-03-04 Yves Ortonregcomp.c: Add utility macros to wrap mutations of...
2022-03-04 sisyphusenable x64 -Duselongdouble build for all mingw-runtime...
2022-03-03 Karl Williamsonregex_sets: Allow all legal flags in nested calls
2022-03-03 Karl Williamsonperlrecharclass: Update regex sets pod
2022-03-03 Yves Ortonutf8.h: fixup signed/unsigned warning from UTF8_IS_REPL...
2022-03-03 cuishuangdoc: fix some typos
2022-03-03 Yves Ortonregcomp.c: add comment that last_close_opp is dangerous yves/comment_about_last_close_opp 19487/head
2022-03-03 Yves Ortonregcomp.c: Reduce scope of experimental warnings with...
2022-03-03 Yves Ortonregcomp.c: in study_chunk() properly pass down SCF_TRIE...
2022-03-03 Yves Ortonregcomp.c: track last close *op*, not just its index...
2022-03-03 Yves Ortonregcomp.c: rename "fake" where it used in recursive...
2022-03-03 Yves Ortonregcomp.c: rename "fake" argument in main entry points...
2022-03-03 Yves Ortonregcomp.c: S_study_chunk() clean up args and docs
2022-03-03 Karl WilliamsonAdd ASSERT_IS_PTR macro
2022-03-03 Karl WilliamsonAdd 'ASSERT_IS_LITERAL' macro
2022-03-02 James E KeenanCorrect one spelling error
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
next