This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2016-11-28 J. Nick Kostondist/Data-Dumper/Dumper.pm: Reduce memory usage by...
2016-11-28 David Mitchellcrash on explicit return from s///e
2016-11-25 Aristotle Pagaltzisperlfunc/open: clarify role of mode for undef filename
2016-11-24 Karl Williamsonutf8.c: Fix EBCDIC detection of above-31 bit code points
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: White space only
2016-11-24 Karl WilliamsonSplit diagnostics for two UTF-8 malformations
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Partially refactor to use table data
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Fix test
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Comments only
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Add some indentation to diagnositcs
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-11-24 Karl WilliamsonAPItest/t/utf8.t: Simplify expression slightly
2016-11-24 Karl WilliamsonAPItest/t/handy.t: Output details if test fails
2016-11-24 David Mitchelladd comments explaining the point of SVf_PROTECT
2016-11-24 David MitchellPOSIX.pm: shut up g++ compiler warning
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-24 David Mitchellavoid premature free of referent in list assign
2016-11-24 Chris 'BinGOs... This one goes up to 11
2016-11-22 Karl Williamsonembed.fnc: Remove inappropriate pure attributes
2016-11-22 Andy LesterMake (P)ure funcs in embed.fnc imply (R)eturn must...
2016-11-22 Niko TyniConfigure: also zero out high bytes of 80-bit ldnan
2016-11-22 Niko TyniConfigure: fix garbage filtering with 80-bit long doubles
2016-11-21 Matthew HorsfallRecommend the quicker "make test_prep" for t/TEST usage.
2016-11-20 Chad GranumBump Module::CoreList version
2016-11-20 Chad GranumBump the perl version in various places for 5.25.8
2016-11-20 Chad Granumnew perldelta
2016-11-20 Chad GranumUpdate epigraphs and release schedule
2016-11-20 Chad Granumupdate t/porting/known_pod_issues.dat v5.25.7
2016-11-20 Chad GranumUpdate perlhist.pod for 5.25.7
2016-11-20 Chad GranumFinalize perldelta for 5.25.7
2016-11-20 Chad GranumUpdate Module::CoreLiast for 5.25.7
next