This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2016-12-05 David Mitchelloptimising yyparse: avoid a < 0 check
2016-12-05 David Mitchelloptimising yyparse: replace stack_size with a ptr
2016-12-05 Yves Ortonmake sure that new heredoc parsing doesn't COW during...
2016-12-05 Yves Ortonfix sort order to be by key alone, not key and value
2016-12-03 Chris 'BinGOs... Update bignum to CPAN version 0.44
2016-12-03 Chris 'BinGOs... Update Math-BigRat to CPAN version 0.260805
2016-12-03 Chris 'BinGOs... Update Math-BigInt-FastCalc to CPAN version 0.5002
2016-12-03 Chris 'BinGOs... Update Math-BigInt to CPAN version 1.999802
2016-12-03 Chris 'BinGOs... Update Test-Simple to CPAN version 1.302067
2016-12-03 Chris 'BinGOs... Reconcile Time-HiRes with CPAN release
2016-12-03 Chris 'BinGOs... Update Time-Local to CPAN version 1.25
2016-12-03 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.19
2016-12-03 Andy LesterMove miscategorized files.
2016-11-30 Petr PísařSilent const correctnes warnings in utf8_hop functions
2016-11-30 Petr PísařFix const correctness in utf8.h
2016-11-30 Petr PísařFix const correctness in hv_func.h
2016-11-30 David Mitchellsplit was leaving PL_sv_undef in unused ary slots
2016-11-30 Andy LesterRemove support for Splint static source code analyzer
2016-11-29 Karl Williamsonlib/locale.t: Improve test when NUL isn't a control
2016-11-29 Andy LesterA few small tweaks in time64.c
2016-11-29 Karl WilliamsonChange name of PL_ variable
2016-11-29 Karl WilliamsonPATCH: [perl #129953] lib/locale.t failures on FREEBSD
2016-11-29 Karl Williamsonlocale.c: Add some comments
2016-11-29 Karl Williamsonlib/locale.t: Don't assume NUL is a control
2016-11-29 Karl Williamsonlib/locale.t: Improve skipping of incompatible locales
2016-11-28 Tony CookJ. Nick Koston is now a perl AUTHOR
2016-11-28 Tony Cookbump $Data::Dumper::VERSION and update Changes entries
next