This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mph.pl - Clean up diagnostics logic, allow DEBUG from env.
[perl5.git] / pod /
2022-04-19 Yves Ortonperldelta.pod - document PERL_USE_UNSHARED_KEYS_IN_LARG...
2022-04-19 David Mitchellperldelate entry for Deparse changes
2022-04-17 Tony Cook(perl #133230) . is no longer in @INC by default 19638/head
2022-04-17 Magnus Woldrichperlfunc: Fix readline typo
2022-04-17 Paul "LeoNerd" EvansAdd created_as_... builtins to perldelta
2022-04-16 Eugen Konkovperlsyn: Clarify loop localization
2022-04-13 brian d foyNote that catch now returns the right value for multipl...
2022-04-12 Karl WilliamsonUse proper titlecase technique in pods
2022-04-07 Yves Ortonpod/.gitignore - remove redundant perlmacos.pod entry
2022-04-06 Dagfinn Ilmari Man... Delete long-obsolete README.macos
2022-04-04 Paul "LeoNerd" EvansAdd the new flow-control keywords to perlfunc.pod
2022-03-30 Karl Williamsonperlhacktips: white-space only
2022-03-30 Karl WilliamsonClarify \p{Decomposition_Type=NonCanonical}
2022-03-28 Karl Williamsonperllocale: Add note about z/OS special behavior
2022-03-28 Karl Williamsonperllocale: Formatting, grammar
2022-03-24 James E KeenanCorrect POD formatting error
2022-03-24 Karl Williamsonperlunicode: regex sets is no longer experimental
2022-03-21 Graham Knopfix typo in perl53510delta
2022-03-20 Tony Cook(perl #128245) make it obvious :encoding uses PerlIO...
2022-03-20 Sawyer XNew perldelta for 5.35.11
2022-03-20 Sawyer XAdd new release to perlhist v5.35.10
2022-03-20 Sawyer XFinalize perldelta
2022-03-20 Karl WilliamsonAdd musical score paired delimiters
2022-03-20 Karl WilliamsonAdd 'extra paired delimiters' feature
2022-03-20 Karl WilliamsonAdd builtin::trim()
2022-03-19 Karl WilliamsonMark regex sets feature as accepted
2022-03-19 Karl WilliamsonRemove use of experimental regex sets warnings
2022-03-19 Nicholas Clarkperldelta entry for the new key behaviour for large... 19208/head
2022-03-15 Dagfinn Ilmari Man... Fix inttypes.h reference in perlhacktips
2022-03-14 Paul "LeoNerd" EvansAdd mention of new `builtin::indexed` to perldelta
2022-03-14 Paul "LeoNerd" EvansNo need to document 'useless use of sort in scalar...
2022-03-14 Paul "LeoNerd" EvansAn initial implementation of builtin::indexed
2022-03-14 Paul "LeoNerd" EvansAdd missing builtin diagnostic to perldiag.pod; rename...
2022-03-14 Yves OrtonRevert "Fix GH Issue #19472: read warnings from open...
2022-03-13 Steve HayImport perl5341delta.pod
2022-03-13 Steve HayFill in date for 5.34.1
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
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-08 Paul "LeoNerd" EvansMention in perldelta
2022-03-08 Paul "LeoNerd" EvansMove sort's scalar context warning to new 'scalar'...
2022-03-07 Ricardo Signesperlhack: make language about 79-col lines laxer
2022-03-07 Yves OrtonFix GH Issue #19472: read warnings from open($fh,"...
2022-03-06 Steve Hay5.34.1-RC2 today
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-04 Felipe GasperMake sv_dump() (and Devel::Peek) escape PV contents...
2022-03-03 Karl Williamsonperlrecharclass: Update regex sets pod
2022-03-03 Yves Ortonregcomp.c: Reduce scope of experimental warnings with...
2022-02-27 Steve Hay5.34.1-RC1 today
2022-02-23 OvidUpdate perldebug.pod to explain detection of running...
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2022-02-21 Berndfix typo in perl5358delta
2022-02-20 reneebadd new perldelta for 5.35.10
2022-02-20 reneebAdd new release to perlhist v5.35.9
2022-02-20 reneebfinalize perldelta for 5.35.9
2022-02-20 Paul "LeoNerd" EvansAdd 'signatures' to :5.36 feature bundle
2022-02-20 Paul "LeoNerd" EvansUpdate various documentation files
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 Tomasz Konojackiimplement a new command-line flag, -g
2022-02-19 Yves OrtonReapply "docs: clarify effect of $^H, %^H, ${^WARNING_B...
2022-02-18 Yves Ortonregcomp.h: change regexp_internal attribute from I32...
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-17 Karl Williamsonperlrecharclass: Update Unicode version reference
2022-02-15 zhmyloveperlop.pod: Fix typo in smartmatch example
2022-02-15 Paul "LeoNerd" EvansAdd 'isa' to 'use feature :5.35'
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-02-13 Paul "LeoNerd" EvansAdd to perldeprecation.pod
2022-02-13 Paul "LeoNerd" EvansAdd to perldelta.pod
2022-02-13 Paul "LeoNerd" EvansPrint a deprecation warning if downgrading to a use...
2022-02-08 Paul "LeoNerd" EvansDocument that $^S is 1 inside a try block
2022-02-07 Dagfinn Ilmari Man... Update perldiag and perldeprecation for features remove...
2022-02-06 Karl WilliamsonUpdate perlhactips for bool changes
2022-01-31 Paul "LeoNerd" EvansAdd @_ in signatured sub being experimental to perldelt...
2022-01-31 Paul "LeoNerd" EvansPut some wording into perlsub.pod about @_ being discou...
2022-01-31 Paul "LeoNerd" EvansEmit experimental::snail_in_signatures warnings on...
2022-01-27 Tomasz Konojackisubroutine redefinitions made with local() shouldn...
2022-01-27 Paul "LeoNerd" EvansAdd perldelta entry for the four new functions
2022-01-25 Paul "LeoNerd" EvansEmit experimental::builtin warnings from the builtin...
2022-01-20 Nicolas RNew perldelta for 5.35.9
2022-01-20 Nicolas RAdded 5.35.8 to perlhist v5.35.8
2022-01-20 Nicolas RUpdate perldelta for blead release v5.35.8
2022-01-20 Nicolas RAdd a pod sort sample with function signature
2022-01-20 Paul "LeoNerd" EvansAdd perldelta entry for try/catch/finally
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2022-01-20 Paul "LeoNerd" EvansDocument the new try/catch/finally syntax
2022-01-20 Paul "LeoNerd" EvansImplement and test try/catch/finally syntax
2022-01-19 David Mitchellperldelta for empty sort croak (78cc98885ff2800c)
2022-01-16 Tomasz Konojackiofficially support Visual C++ 2022
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-26 Ivan PanchenkoFix misspellings in documentation. Correct spelling...
2021-12-24 James E KeenanDocument and test command-line switch '-?'
2021-12-24 James E KeenanReplace 'slave' with 'client'
2021-12-21 Neil Bowersnew perldelta for 5.35.8
2021-12-20 Neil BowersAdded 5.35.7 to perlhist v5.35.7
2021-12-20 Neil BowersUpdated perldelta with changes to core modules
next