summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* finalize perldeltav5.25.10reneeb2017-02-202-279/+45
* Update Module::CoreList for 5.25.10reneeb2017-02-201-1/+11
* perldeltaKarl Williamson2017-02-201-0/+7
* re/fold_grind.t: Allow watchdog timeout to varyKarl Williamson2017-02-201-1/+4
* Split XS-APItest/t/utf8.tKarl Williamson2017-02-2015-1539/+1697
* Split APItest/t/handy.tKarl Williamson2017-02-1912-2/+97
* handy.h: Guard controversial macro nameKarl Williamson2017-02-191-0/+5
* perlretut: Note when metacharacters become ordinaryKarl Williamson2017-02-191-0/+8
* Revise documentation of eval and evalbytesKarl Williamson2017-02-193-200/+231
* Clarify "User-visible changes"Karl Williamson2017-02-191-1/+2
* Balance uniprops testsKarl Williamson2017-02-193-12/+37
* Inline foldEQ, foldEQ_latin1, foldEQ_localeKarl Williamson2017-02-194-98/+92
* op.c: Add commentKarl Williamson2017-02-191-1/+1
* perlrecharclass: Simplify by referring to other podKarl Williamson2017-02-191-5/+8
* perldelta for e7a8a8aac45dTony Cook2017-02-201-0/+5
* Add another reneeb aliasTony Cook2017-02-201-0/+1
* (perl #129340) copy the source when inside the dest in sv_insert_flags()Tony Cook2017-02-204-4/+17
* Some version numbers in INSTALL were wrongreneeb2017-02-191-2/+2
* perldelta for commit 1f664ef5314fb6e438137c44c95cf5ecdbdb5e9bSteve Hay2017-02-191-3/+30
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-1910-30/+251
* davem's perldelta entries for 5.25.10David Mitchell2017-02-191-0/+12
* bump test count in t/comp/parser.tDavid Mitchell2017-02-191-1/+1
* pp_formline(): revert recent buffer growth changesDavid Mitchell2017-02-191-25/+25
* [perl #130815] fix ck_return null-pointer deref on malformed codeAaron Crane2017-02-192-1/+7
* pp_formline(): add empty body to empty while loopDavid Mitchell2017-02-181-1/+3
* Show sub name in signature arity-check error messagesAaron Crane2017-02-183-177/+234
* Moving variables to their innermost scope.Andy Lester2017-02-1810-35/+38
* pp_multideref: tweak an assertionDavid Mitchell2017-02-182-2/+14
* pp_formline(): avoid buffer overrunDavid Mitchell2017-02-182-1/+25
* Updates CPAN.pm to ANDK/CPAN-2.17-TRIAL2.tar.gzAndreas Koenig2017-02-163-3/+9
* Upgrade to Thread::Queue 3.12jdhedden2017-02-1610-26/+74
* regexec.c: Fix comment typosKarl Williamson2017-02-151-2/+2
* avoid a leak in list assign from/to magic valuesDavid Mitchell2017-02-151-1/+2
* Improve handling pattern compilation errorsKarl Williamson2017-02-143-4/+13
* Revert "Upgrade to Thread::Queue 3.12"James E Keenan2017-02-1410-81/+26
* [MERGE] regex (?{...}) and WHILEM scope fixupsDavid Mitchell2017-02-145-119/+218
|\
| * S_regmatch: eliminate WHILEM_A_min paren savingDavid Mitchell2017-02-142-5/+13
| * S_regmatch: eliminate WHILEM_B paren savingDavid Mitchell2017-02-141-5/+0
| * Add a comment on why TRIE.jump does a UNWIND_PARENDavid Mitchell2017-02-141-0/+5
| * clear savestack on (?{...}) failure and backtrackDavid Mitchell2017-02-144-91/+122
| * -Mre=Debug,ALL: indicate regex state stack pushesDavid Mitchell2017-02-141-4/+5
| * fix pad/scope issue in re_evalsDavid Mitchell2017-02-142-15/+74
|/
* Upgrade to Thread::Queue 3.12jdhedden2017-02-1410-26/+81
* Make _byte_dump_string() usable in all of coreKarl Williamson2017-02-135-26/+36
* toke.c: Make sure things are initializedKarl Williamson2017-02-131-0/+3
* toke.c: Quit now if error at end of inputKarl Williamson2017-02-131-1/+2
* toke.c: Un-special case somethingKarl Williamson2017-02-131-2/+2
* Don't try to compile a pattern known to be in errorKarl Williamson2017-02-132-5/+11
* toke.c: Add internal function to abort parsingKarl Williamson2017-02-134-0/+12
* toke.c: White-space onlyKarl Williamson2017-02-131-81/+86