This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-02-21 Hugo van der... [perl #130814] Add testcase, and new testfile t/comp...
2017-02-21 Chris 'BinGOs... Are friends electric?
2017-02-21 David Mitchellupdate Module::CoreList for 5.25.11
2017-02-21 David Mitchellbump version number in lib/B/Op_private.pm
2017-02-21 reneebbump version to 5.25.11
2017-02-21 reneebMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2017-02-21 reneebnew perldelta for 5.25.11
2017-02-21 reneebadd 5.25.10 epigraph
2017-02-21 Tony Cook(perl #130822) fix an AV leak in Perl_reg_named_buff_fetch
2017-02-20 reneebTick release in the release schedule
2017-02-20 reneebMerge branch 'release-5.25.10' into blead
2017-02-20 reneebfinalize perldelta v5.25.10
2017-02-20 Karl Williamsonperlre, perlrecharclass, Fix overlooked typos
2017-02-20 Karl Williamsonperlrebackslash: Clarify
2017-02-20 Karl Williamsonperlre: Revamp portions
2017-02-20 Karl Williamsonperlre: Some clarifications, small corrections
2017-02-20 Karl Williamsonperlre: Nits involving C<>, I<>
2017-02-20 Karl Williamsonperlre: Don't name exact max non-consume depth
2017-02-20 Karl Williamsonperlrecharclass: A few clarifications
2017-02-20 Karl Williamsonperlretut: "-" is sometimes a metacharacter
2017-02-20 Karl Williamsonperlretut: Cleanup, nits
2017-02-20 Karl WilliamsonPods: Standardize on one pattern mod style
2017-02-20 Jarkko HietaniemiImplement --help|--usage.
2017-02-20 Jarkko HietaniemiAlso understand the output of "make test_harness".
2017-02-20 Jarkko HietaniemiBe more verbose about what failed and from which input.
2017-02-20 reneebUpdate Module::CoreList for 5.25.10
2017-02-20 Karl Williamsonperldelta
2017-02-20 Karl Williamsonre/fold_grind.t: Allow watchdog timeout to vary
2017-02-20 Karl WilliamsonSplit XS-APItest/t/utf8.t
2017-02-20 Karl WilliamsonSplit APItest/t/handy.t
2017-02-20 Karl Williamsonhandy.h: Guard controversial macro name
2017-02-20 Karl Williamsonperlretut: Note when metacharacters become ordinary
2017-02-20 Karl WilliamsonRevise documentation of eval and evalbytes
2017-02-20 Karl WilliamsonClarify "User-visible changes"
2017-02-20 Karl WilliamsonBalance uniprops tests
2017-02-20 Karl WilliamsonInline foldEQ, foldEQ_latin1, foldEQ_locale
2017-02-20 Karl Williamsonop.c: Add comment
2017-02-20 Karl Williamsonperlrecharclass: Simplify by referring to other pod
2017-02-20 Tony Cookperldelta for e7a8a8aac45d
2017-02-20 Tony CookAdd another reneeb alias
2017-02-20 Tony Cook(perl #129340) copy the source when inside the dest...
2017-02-19 reneebSome version numbers in INSTALL were wrong
2017-02-19 Steve Hayperldelta for commit 1f664ef5314fb6e438137c44c95cf5ecdb...
2017-02-19 Steve HayAdd support for VS2015 (VC++ 14.0)
2017-02-19 David Mitchelldavem's perldelta entries for 5.25.10
2017-02-19 David Mitchellbump test count in t/comp/parser.t
2017-02-19 David Mitchellpp_formline(): revert recent buffer growth changes
2017-02-19 Aaron Crane[perl #130815] fix ck_return null-pointer deref on...
2017-02-18 David Mitchellpp_formline(): add empty body to empty while loop
2017-02-18 Aaron CraneShow sub name in signature arity-check error messages
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-18 David Mitchellpp_multideref: tweak an assertion
2017-02-18 David Mitchellpp_formline(): avoid buffer overrun
2017-02-16 Andreas KoenigUpdates CPAN.pm to ANDK/CPAN-2.17-TRIAL2.tar.gz
2017-02-16 jdheddenUpgrade to Thread::Queue 3.12
2017-02-15 Karl Williamsonregexec.c: Fix comment typos
2017-02-15 David Mitchellavoid a leak in list assign from/to magic values
2017-02-14 Karl WilliamsonImprove handling pattern compilation errors
2017-02-14 James E KeenanRevert "Upgrade to Thread::Queue 3.12"
2017-02-14 David Mitchell[MERGE] regex (?{...}) and WHILEM scope fixups
2017-02-14 David MitchellS_regmatch: eliminate WHILEM_A_min paren saving
2017-02-14 David MitchellS_regmatch: eliminate WHILEM_B paren saving
2017-02-14 David MitchellAdd a comment on why TRIE.jump does a UNWIND_PAREN
2017-02-14 David Mitchellclear savestack on (?{...}) failure and backtrack
2017-02-14 David Mitchell-Mre=Debug,ALL: indicate regex state stack pushes
2017-02-14 David Mitchellfix pad/scope issue in re_evals
2017-02-14 jdheddenUpgrade to Thread::Queue 3.12
2017-02-14 Karl WilliamsonMake _byte_dump_string() usable in all of core
2017-02-14 Karl Williamsontoke.c: Make sure things are initialized
2017-02-14 Karl Williamsontoke.c: Quit now if error at end of input
2017-02-14 Karl Williamsontoke.c: Un-special case something
2017-02-14 Karl WilliamsonDon't try to compile a pattern known to be in error
2017-02-14 Karl Williamsontoke.c: Add internal function to abort parsing
2017-02-14 Karl Williamsontoke.c: White-space only
2017-02-14 Karl WilliamsonRelax internal function API
2017-02-14 Karl WilliamsonExtract code into a function
2017-02-14 Karl Williamsontoke.c: Rmv no longer necessary UTF-8 checks
2017-02-14 Karl WilliamsonAdd test for [perl #130675]
2017-02-14 Karl Williamsont/lib/croak/toke_l1: Cut down test
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-14 Karl Williamsonmg.c: PL_hints is unsigned
2017-02-14 Karl Williamsontoke.c: Add branch prediction
2017-02-14 Karl Williamsontoke.c: Fix comments describing S_tokeq
2017-02-14 Karl Williamsontoke.c: Slight refactor.
2017-02-14 Karl Williamsontoke.c: White space, comments, braces
2017-02-14 Karl Williamsontoke.c: Don't compare same bytes twice
2017-02-14 Karl Williamsontoke.c: Move declaration
2017-02-13 Karl Williamsonperly.c: Clarify comment
2017-02-12 Karl Williamsonsv.h: Add comment
2017-02-12 Sawyer XMerge branch 'sawyerx/undeprecate-backslash-c' into...
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-12 Sawyer XRevert "Avoid triggering a deprecation warnings."
2017-02-12 Karl Williamsonpp_pack.c: Remove no longer relevant comment
2017-02-12 Karl Williamsonpp_pack.c: Remove needless branch
2017-02-12 Karl Williamsonpp_pack.c: Remove obsolete code
2017-02-12 Karl Williamsonutf8.c: Move comment a few lines up in the file
2017-02-12 Karl Williamsonutf8.h: Clarify comment
2017-02-12 Karl Williamsonutf8.h: White-space, parens only
2017-02-12 Karl Williamsonutf8.h: Add branch prediction
2017-02-11 Tony Cook(perl #126203) build issues
next