This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2017-02-11 Karl WilliamsonChange av_foo_nomg() name
2017-02-11 Jarkko HietaniemiCoverity #28930: unchecked return value
2017-02-10 Karl WilliamsonNet::Ping: Todo a test on EBCDIC
2017-02-10 Jarkko HietaniemiCoverity #155950: pRExC->code_blocks is blindly derefed
2017-02-09 Karl Williamsonregcomp.c: Fix so will compile on C++11
2017-02-09 Tony Cook(perl #126203) avoid potential leaks on quadmath_snprin...
2017-02-08 Neil BowersGetopt::Std: Changed pod NAME to follow convention
2017-02-08 Karl Williamsonlocale.c: Use only C89 legal C
2017-02-08 Karl WilliamsonAdd TODO test for [perl #125493]
2017-02-08 Tony Cookperldelta for d6851fe9ee8e
2017-02-08 Tony Cook(perl #130705) don't convert match with argument to qr
2017-02-07 Palipod: Do not suggest to use insecure :utf8 PerlIO layer...
2017-02-07 Karl WilliamsonAdd test for [perl #129157]
2017-02-07 Tony Cookperldelta for dd314e1ca8c3
2017-02-07 Tony Cook(perl #130722) don't call SvPVX() on a glob
2017-02-07 Karl WilliamsonAdd .t for malformed-UTF-8 toke.c testing
2017-02-07 David Mitchellmultideref: handle both OPpLVAL_INTRO,OPpDEREF
2017-02-07 Paliperluniintro: Use uppercase UTF-8 encoding name
2017-02-07 Paliperluniintro: Fix comment, Encode::decode does not...
2017-02-07 Paliperluniintro: Suggest to use utf8::decode() instead...
2017-02-07 Palipod: Suggest to use strict :encoding(UTF-8) PerlIO...
2017-02-06 Hugo van der... [perl #129061] CURLYX nodes can be studied more than...
2017-02-06 Tony Cook(perl #129281) test for buffer overflow issue
2017-02-06 Hugo van der... vi hints for pat.t
2017-02-06 James E KeenanRemove extra terminating semicolon
2017-02-06 David MitchellPerl_fbm_instr(): remove dead code.
next