This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-05-31 Karl Williamsonembed.fnc: Change n flag to T
2019-05-31 Karl WilliamsonAdd 'n' flag to various =for apidoc lines
2019-05-31 Karl Williamsonautodoc.pl: Strip, lead/trail space from =for apidoc
2019-05-31 Karl Williamsonautodoc.pl: White-space only
2019-05-31 Karl Williamsonautodoc.pl: Refactor slightly
2019-05-31 Karl Williamsonautodoc.pl: Change name of variable
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-05-30 Karl WilliamsonPATCH: [perl #119439] Remove Pod::Parser from core
2019-05-30 Karl Williamsonpod/perlpod: Add advice about Z<> uses
2019-05-30 Karl Williamsonpodcheck.t: Stop using Pod::Parser
2019-05-30 Karl Williamsonpodcheck.t: Sort some output for consistency
2019-05-30 Karl Williamsonpodcheck.t: Typos, white-space, comment
2019-05-30 Tony Cookperldelta for fb5e77103dd4, 35608a1658fe
2019-05-29 Tony Cook(perl #122112) a simpler fix for pclose() aborted by...
2019-05-29 Tony Cook(perl #122112) test for signal handler death in pclose
2019-05-29 PaliMake sv_mortalcopy_flags() public
2019-05-28 Dagfinn Ilmari... Remove remaining assignments to SvCUR and SvLEN in...
2019-05-27 Karl WilliamsonUpdate Pod-Simple to CPAN version 3.36
2019-05-27 Karl WilliamsonMake sure 'if' compiled before Pod::Simple
2019-05-27 Karl Williamsonmake_ext.pl: Add some general comments
2019-05-27 Karl WilliamsonBetter document build dependency ordering
2019-05-27 Karl Williamsonperlsource: Better document Configure
2019-05-27 Dagfinn Ilmari... Don't use PL_check[op_type] to check for filetets ops...
2019-05-26 Karl WilliamsonModule-CoreList: Add some L<> to pod
2019-05-26 Karl Williamsonperlpodspec: Pod in heredocs is still pod
2019-05-26 Karl Williamsonutils/h2xs.PL: Use L</Foo Bar>, not L<Foo Bar> in pod
2019-05-26 Karl Williamsonperltie: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl Williamsonlib/warnings.pm: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl Williamsonlib/overload.pm: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl WilliamsonUnicode::UCD: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl Williamsonlib/Class/Struct.pm: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl WilliamsonTie::File: Use L</Foo>, not L<"Foo"> in pod
2019-05-26 Karl Williamsonperlxstut: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl Williamsonconfigpm: Remove extraneous =cut lines
2019-05-26 Karl WilliamsonREADME.os2: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl WilliamsonPorting/release_managers_guide.pod: Use L</Foo Bar...
2019-05-26 Karl WilliamsonINTALL: Use L</Foo Bar>, not L<Foo Bar>
2019-05-26 Karl WilliamsonTime::HiRes: Remove trailing blanks
2019-05-26 Karl WilliamsonTime::HiRes: Add L<> to pod links
2019-05-26 Karl WilliamsonINSTALL: Add L<> and F<> pod directives
2019-05-26 Karl WilliamsonPathTools::Win32.pm: Add L<> around link in pod
2019-05-26 Karl WilliamsonSelfLoader: Add L<> around link in pod
2019-05-26 Karl WilliamsonLocale::Maketext: Add L<> around links in pod
2019-05-26 Karl WilliamsonI18N::LangTags: Add L<> around links in pod
2019-05-26 Karl WilliamsonTie::File: Add L<> around link in pod
2019-05-26 Karl Williamsonlib/Unicode/UCD.t: Use standard Perl environment variable
2019-05-26 Karl Williamsonperlrun: Add L<> to links
2019-05-26 Karl WilliamsonIO: Add L<> around link in pod
2019-05-26 Karl WilliamsonExtUtils::CBuilder: Add L<> around a link in the pod
2019-05-26 Karl Williamsonperlbug.PL: Add L<> around a link in the pod
2019-05-26 Karl WilliamsonUnicode::Normalize: Add L<> to links in pod
2019-05-26 Richard LeachAdd log library to libwanted; provides __android_log_pr...
2019-05-26 chinarulezzz{op, pp, regcomp}.c: fix missing parentheses in 'if...
2019-05-24 Karl Williamsonnumeric.c: Use full name of function in definition
2019-05-24 Karl WilliamsonPATCH: [perl #134098] no locales + debugging = no compile
2019-05-24 Richard LeachModern Androids do support locales
2019-05-24 Richard LeachPATCH: [perl #134117] Close DATA in loc_tools.pl
2019-05-24 Karl Williamsonlocale.c: Fix '%s' directive argument is null
2019-05-24 Karl Williamsonasan_ignore: Explicitly list ignored behavior fcns
2019-05-24 Karl WilliamsonRemove undefined behavior from IV shifting
2019-05-24 Karl Williamsonpp.c: Add two UNLIKELY()s
2019-05-24 Karl WilliamsonCreate fcn for lossless conversion of NV to IV
2019-05-24 Karl Williamsonpp.c: White-space only
2019-05-24 Karl Williamsonperl.h: Clarify debugging text
2019-05-24 Karl WilliamsonAdd some comments around tainting
2019-05-24 Karl Williamsonlocale.c: Add some comments
2019-05-24 Jerome Duvallocale.c: remove unnecessary cast
2019-05-24 Karl WilliamsonJereome Duval is a Perl author
2019-05-24 Karl Williamsonregcomp.sym: Fix typo in comment
2019-05-24 Karl Williamsonnumeric.c: Add #error case
2019-05-24 Karl WilliamsonS_scan_const() Properly test if need to grow
2019-05-24 Karl WilliamsonPOSIX.xs: Add NOTREACHED to silence cygwin compiler
2019-05-24 Karl Williamsonposix_bump
2019-05-24 Karl Williamsoncygwin.c: Fix misleading indentation
2019-05-24 Karl Williamsonregnodes.h: Change some regnodes' names
2019-05-24 Karl WilliamsonPATCH: [perl #134126] -Dusemymalloc, -Dusethreads
2019-05-24 Karl WilliamsonPATCH: [perl #134059] panic outputting a warning
2019-05-24 Karl Williamsonperllocale: Use L</Foo Bar>, not L<Foo Bar>
2019-05-24 Karl WilliamsonPATCH: [perl #134134] read beyond end of buffer
2019-05-24 Sawyer XResolve merge conflict
2019-05-24 Sawyer XBump Module::CoreList
2019-05-24 Sawyer XBump the perl version in various places for 5.31.1
2019-05-24 Sawyer Xnew perldelta for 5.31.1
2019-05-24 Sawyer XFix perldelta from 5.30.1 to 5.31.0:
2019-05-24 Sawyer XFix perldelta mistake
2019-05-24 Karen Etheridgefix version in perldelta
2019-05-24 Sawyer XTick off release
2019-05-24 Sawyer XUpdate epigraph
2019-05-24 Sawyer XRemove the update from perldelta v5.31.0
2019-05-24 Sawyer XRevert "Bump Pod::Simple from 3.35 to 3.36"
2019-05-24 Sawyer Xadd new release to perlhist
2019-05-24 Sawyer XFinalize perldelta
2019-05-24 Sawyer XBump Module::CoreList
2019-05-24 Sawyer XBump Socket.pm from 2.027 to 2.029
2019-05-24 Sawyer XBump Pod::Simple from 3.35 to 3.36
2019-05-22 Sawyer XPrepare the next release schedule
2019-05-22 Sawyer XUpdate Module::CoreList for 5.31.0
2019-05-22 Sawyer XBump the perl version in various places for 5.31.0
2019-05-22 Sawyer Xupdate features
2019-05-22 Sawyer XNew perldelta
next