This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-12-20 Sawyer Xadd new release to perlhist v5.25.8
2016-12-20 Sawyer XPod typos
2016-12-20 Sawyer XUpdate perldelta for 5.25.8
2016-12-20 Sawyer XUpdate Module::CoreList for 5.25.8
2016-12-20 Yves Ortondocument removal of non-standard hash function build...
2016-12-19 Karl Williamsonutfebcdic.h: Fix typo in comment
2016-12-19 Karl Williamsonperlapi: Expand on utf8n_to_uvchr_error
2016-12-19 Karl Williamsonperlapi: Add explanation for why certain macros don...
2016-12-19 Chris 'BinGOs... Update Test-Simple to CPAN version 1.302073
2016-12-18 James E KeenanCorrect one spelling error.
2016-12-18 Tony Cookperldelta for 6b2c7479, dd688536
2016-12-18 James E Keenanperldelta for Test-Simple 1.302067 to 1.302071.
2016-12-18 James E KeenanUpgrade Test-Simple to 1.302071.
2016-12-18 James E KeenanRevert "Update Socket to CPAN version 2.024."
2016-12-18 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.24
2016-12-17 James E KeenanUpdate Socket to CPAN version 2.024.
2016-12-17 James E Keenanperldelta entry for Pod::Simple 3.32 to 3.35 upgrade.
2016-12-17 James E KeenanUpdate Pod-Simple to CPAN version 3.35.
2016-12-16 David Mitchellregexes: make scanning for ANYOF faster
2016-12-16 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.22
2016-12-15 Chris 'BinGOs... Update bignum to CPAN version 0.47
2016-12-15 Chris 'BinGOs... Update Math-BigRat to CPAN version 0.2611
2016-12-15 Chris 'BinGOs... Update Math-BigInt-FastCalc to CPAN version 0.5005
2016-12-15 Chris 'BinGOs... Update Math-BigInt to CPAN version 1.999806
2016-12-15 Chris 'BinGOs... Update B-Debug to CPAN version 1.24
2016-12-15 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.20
2016-12-14 Karl Williamsonperlapi: Clarify entry for utf8n_to_uvchr()
2016-12-14 Karl Williamsonperlapi: Clarify the isFOO_A() macros meanings
2016-12-14 Karl WilliamsonAPItest/t/utf8.t: Fix test name
2016-12-14 Karl WilliamsonAPItest/t/utf8.t: White-space, comment only
2016-12-14 Karl WilliamsonAPItest/t/utf8.t: Use more idiomatic Perl
2016-12-14 Karl Williamsonembed.fnc: Mark some functions as pure
2016-12-14 Karl Williamsonembed.fnc: Remove pure declaration for fcns that deal...
2016-12-14 Karl Williamsonregen/embed.pl: Enforce static fcn can't be declared...
2016-12-14 Karl Williamsonembed.fnc: Remove pure function flag for static functions
2016-12-14 Karl Williamsonembed.fnc: Add comments about pure attribute flag
2016-12-14 Karl Williamsonregen/embed.pl: Keep parsing for some fatal issues
2016-12-14 Karl Williamsonperlapi: Document ckWARN-type macros
2016-12-14 Karl Williamsonlocale.c: Silence compiler warning
2016-12-13 Karl WilliamsonAPItest/t/utf16_to_utf8.t: Avoid use of Encode
2016-12-13 Karl WilliamsonFix above-Unicode UTF-8 detection for EBCDIC
2016-12-12 Karl WilliamsonFix missing X in 2 embed.fnc entries
2016-12-12 Hugo van der... [perl #130307] Correctly unwind on cache hit
2016-12-12 David Mitchellperldelta - DAPM's recent significant changes
2016-12-11 Karl Williamsonutf8.c: Silence compiler warning
2016-12-11 Karl Williamsonembed.fnc: Make some functions not flagged as 'A'
2016-12-11 Karl Williamsonembed.fnc: Add comments; wordsmith others
2016-12-11 Karl Williamsonutfebcdic.h: Follow up to adding const qualifiers
2016-12-11 Karl Williamsonregen/regcharclass.pl: Add const cast
2016-12-11 Karl WilliamsonPATCH: [perl #37836] Simple Regex causes SEGV
2016-12-11 Karl Williamsontoke.c: Use strpbrk instead of sequential strchr()
2016-12-11 Karl Williamsonregexec.c: Remove obsolete expression
2016-12-11 Karl Williamsonregexec.c: Remove use of obsolete flag
2016-12-11 Karl Williamsonio/perlio.t: Un-TODO now passing test
2016-12-11 Christian HansenPerlIO-scalar: Fix fail to detect incomplete seqs at EOF
2016-12-11 James E KeenanReadability improvements.
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-12-10 David Mitchellmisaligned buffer with heredoc and /(?{...})/
2016-12-09 Craig A. BerryRemove directory depth check from configure.com.
2016-12-09 Craig A. BerryFix i64size and u64size on VMS.
2016-12-09 Yves Ortonuse IVSIZE to see if we should use 64bit hashing
2016-12-08 Craig A. BerryEscape extended characters in configure.com's manifest...
2016-12-08 Karl WilliamsonRevert "APItest/t/handy.t: Slightly simplify"
2016-12-07 Steve HayUpgrade bignum from version 0.44 to 0.45
2016-12-07 Steve HayUpgrade Math::BigRat from version 0.260805 to 0.2609
2016-12-07 Steve HayUpgrade Math::BigInt::FastCalc from version 0.5002...
2016-12-07 Steve HayUpgrade Math::BigInt from version 1.999802 to 1.999803
2016-12-07 Sullivan BeckBump Locale-Codes from 3.40 to 3.42
2016-12-07 Yves Ortonfixup new hash benchmarks to be lighter
2016-12-07 Yves Ortonbench - fixup some interface issues from allowing two...
2016-12-07 David Mitchellperly.c: silence a -Wempty-body warning
2016-12-07 David Mitchellt/perf/benchmarks: tweak cachegrind explanation
2016-12-07 David Mitchellt/perf/benchmarks: explain how benchmarks are run
2016-12-07 Karl Williamsonlib/locale.t: Up the permissible failure % for os390
2016-12-07 Karl Williamsont/test.pl: Clarify syntax for tests in t/lib/*
2016-12-07 Karl Williamsonutf8.c: Remove unused variable
2016-12-07 Karl WilliamsonAPItest/t/utf8.t: Fix EBCDIC test
2016-12-07 Karl Williamsontoke.c: Swap 'if' and 'else' clauses
2016-12-07 Karl WilliamsonAPItest/t/handy.t: Slightly simplify
2016-12-07 Tony Cook(perl #129788) IO::Poll: fix memory leak
2016-12-06 Yves Ortonupdate perldelta with hash function changes
2016-12-06 Yves Ortoncleanup hv_func.h - remove non-recommended hash variants
2016-12-06 Yves Ortonfixup pod in Porting/bench.pl
2016-12-06 Yves Ortonuse a hybrid hash function, OAATH for short keys, Sipha...
2016-12-06 Yves OrtonAdd some tests for hash keys of different sizes.
2016-12-06 Yves Ortonallow two-step benchmarks with Porting/bench.pl
2016-12-06 Yves Ortontweak perlmod.pod
2016-12-06 James E KeenanImprove discussion of packages and their scopes.
2016-12-06 Steve HayUpgrade Encode from version 2.86 to 2.88
2016-12-05 David Mitchellassertion failure in ... or ((0) x 0))
2016-12-05 David Mitchelladd some /* NOTREACHED */
2016-12-05 Andy LesterClean up warnings uncovered by 'clang -Weverything'.
2016-12-05 David Mitchelloptimise Perl_sv_gets(): use memchr() for loop
2016-12-05 David Mitchellyyparse: only calculate yytoken on yychar change
2016-12-05 David Mitchellyyparse(): only check stack size in outer loop
2016-12-05 David Mitchellyyparse: reindent
2016-12-05 David Mitchellyyparse: replace yynewstate label with while(1) {}
2016-12-05 David Mitchellyyparse: eliminate yyreduce label
2016-12-05 David Mitchellyyparse: reindent
2016-12-05 David Mitchellyyparse: replace some gotos with a while(1) loop
next