This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-10-20 Aaron CraneUpdate 5.25.6 release date in Module::CoreList
2016-10-20 Dagfinn Ilmari... Revert "Include time.h when testing for clock_xxx funct...
2016-10-20 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.14
2016-10-20 Aaron Craneperldelta: delete unneeded sections
2016-10-20 Aaron Craneperldelta: draft for commits up to 3cc6a05eed
2016-10-20 Dagfinn Ilmari... Include time.h when testing for clock_xxx functions...
2016-10-20 Lukas Maiperly.y: remove redundant NULL casts
2016-10-20 Lukas Mailibperl.t: treat i686 arch the same as x86
2016-10-20 Lukas Maitoke.c: remove redundant (OP *) casts
2016-10-20 Lukas Maitoke.c: get rid of "if (0)"
2016-10-20 Karl Williamsonutf8n_to_uvchr(): Reduce chances of reading beyond...
2016-10-20 Karl Williamsonpodcheck.t: .core dump files don't contain pod
2016-10-19 Yves Ortonmake regen and args assert fix
2016-10-19 Yves OrtonAdd a way to have functions with a trailing depth argum...
2016-10-19 Yves Ortonmark depth unused except under DEBUGGING
2016-10-19 Karl WilliamsonPATCH: [perl #129322] S_invlist_clear(SV *): Assertion...
2016-10-19 Karl Williamsonregcomp.c: Fix erroneous comment; clarify others
2016-10-19 Karl WilliamsonAdd a regex_sets debugging function
2016-10-19 Yves OrtonPerlIO_printf() does not take aTHX_ as an argument
2016-10-19 Yves Ortont/regop.t: improve test name
2016-10-19 Lukas Mairegcomp.c: remove extra aTHX_ added in c2867e745ca
2016-10-19 Yves Ortonpp_(hot|ctl).c: switch croak() to Perl_croak() for...
2016-10-19 Yves Ortonregexec.c: fix #129903: forbid empty pattern in regex...
2016-10-19 Yves Ortonregexec.c: add comment and add a test
2016-10-19 Yves Ortonregexec.c: fixup annoying unbalanced whitespace
2016-10-19 Yves Ortonregexec.c: in debug fixup indents and TRIE/BUFFER debug...
2016-10-19 Yves Ortonregexec.c: in debug show whether TRIE nodes have a...
2016-10-19 Yves Ortonregexec.c: fix perl #129897: trie short circuit breaks...
2016-10-19 Yves Ortonvxs.inc: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonvutil.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonutf8.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonuniversal.c: use new SvPVCLEAR and constant string...
2016-10-19 Yves Ortontoke.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonsv.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonregcomp.c: use new SvPVCLEAR and constant string friend...
2016-10-19 Yves Ortonpp_sys.c: use new SvPVCLEAR and constant string friendl...
2016-10-19 Yves Ortonpp_pack.c: use new SvPVCLEAR and constant string friend...
2016-10-19 Yves Ortonpp_hot.c: use new SvPVCLEAR and constant string friendl...
2016-10-19 Yves Ortonpp_ctl.c: use new SvPVCLEAR and constant string friendl...
2016-10-19 Yves Ortonpp.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonop.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonnumeric.c: use new SvPVCLEAR and constant string friend...
2016-10-19 Yves Ortonmro_core.c: use new SvPVCLEAR and constant string frien...
2016-10-19 Yves Ortonmg.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonlocale.c: use new SvPVCLEAR and constant string friendl...
2016-10-19 Yves Ortonhv.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortondump.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortondoop.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortondoio.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortongv.c: rework special var matching logic to be simpler
2016-10-19 Yves Ortongv.c: rework string separator parsing to use new string...
2016-10-19 Yves Ortongv.c: switch to using string constant friendly macros
2016-10-19 Yves Ortongv.c: add a require_tie_mod_s() wrapper for constant...
2016-10-19 Yves Ortonperl.[ch]: switch to using SvPVCLEAR() and string const...
2016-10-19 Yves Ortonvms: use hv_fetchs() with constant string key
2016-10-19 Yves Ortonpod: mention SvPVCLEAR()
2016-10-19 Yves Ortonamigaos4: use constant string friendly macros
2016-10-19 Yves Ortondist/Data-Dumper: switch to using SvPVCLEAR()
2016-10-19 Yves OrtonStorable: switch to using SvPVCLEAR()
2016-10-19 Yves Ortonos2: switch to using string constant friendly macros
2016-10-19 Yves Ortonext/XS-APItest: switch to using strEQs()
2016-10-19 Yves Ortonext/mro: use memEQs() for constant string checks
2016-10-19 Yves Ortonext/PerlIO-encoding: use SvPVCLEAR()
2016-10-19 Yves Ortonext/POSIX: use _memEQs() and not memEQ() for constant...
2016-10-19 Yves Ortonext/B: use strEQs() and strEQ() in expressions
2016-10-19 Yves Ortonext/VMS-Stdio: switch to using macros designed for...
2016-10-19 Yves Ortonext/attributes: use _memEQs() when comparing to string...
2016-10-19 Yves OrtonDevel-Peek: use hv_fetchs() when the key is a constant...
2016-10-19 Yves Ortonsv.c: add sv_setpv_bufsize() and SvPVCLEAR()
2016-10-19 Yves Ortonhandy.h, hv.h: fixup hash s suffix macro definitions...
2016-10-19 Yves Ortonhandy.h: add _memEQs() and _memNEs() for use with const...
2016-10-19 Yves Ortonhandy.h: add strEQs() and strNEs() for comparing to...
2016-10-19 Yves Ortongv.c: document where @- and @+ (and %- and %+ are initi...
2016-10-19 Yves Ortonuniprops.t: split into 10 seperate test files t/re...
2016-10-19 Andy LesterPATCH: [perl #129766] Internal cleanup in numeric.c
2016-10-18 Chris 'BinGOs... Update Net-Ping to CPAN version 2.51
2016-10-18 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.12
2016-10-18 Karl Williamsonutf8.c: Reflow 2 lines, so it is clear they are 2.
2016-10-18 Karl Williamsonop.c: Fix EBCDIC-only bug
2016-10-18 Karl Williamsontoke.c: Fix EBCDIC issue
2016-10-18 Karl Williamsonperlapi: Grammar, typos
2016-10-18 Karl Williamsontoke.c: Fix grammar in comment
2016-10-17 Jarkko Hietaniemimake regen for the IBM/CRAY fp
2016-10-17 Jarkko HietaniemiAdd scan for IBM and Cray mainframe fp formats.
2016-10-17 Tony Cook(perl #128996) prevent PL_op pointing to freed ops
2016-10-16 Jarkko HietaniemiAdd script for looking at test time outliers.
2016-10-16 Jarkko Hietanieminetbsd/vax perldelta tweakery.
2016-10-16 Jarkko HietaniemimacOS Sierra (10.12) does have clockid_t.
2016-10-16 Karl WilliamsonPATCH: [perl #129891] t/op/utf8decode.t failing
2016-10-16 Karl Williamsonutf8.c: Silence a compiler warning
2016-10-16 Aaron Craneperldelta: draft for commits up to 877b982928
2016-10-16 Aaron CraneMove perldelta entry to correct section
2016-10-16 Sergey Aleynikov[RT #129789] Time::HiRes: fix compilation on darwin
2016-10-15 Jarkko HietaniemiIf a unit test doesn't finish in 5 minutes, it's not...
2016-10-14 Lukas Maiperlsec: convert C snippet from K&R C to C89
2016-10-13 Karl Williamsonperlapi: Fix clause that should have been removed earlier
2016-10-13 Karl Williamsonutf8.h: Simplify macro
2016-10-13 Karl WilliamsonAdd utf8n_to_uvchr_error
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Make a parameter const
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
next