| Commit message (Expand) | Author | Age | Files | Lines |
* | assert(PL_parser) | Jarkko Hietaniemi | 2016-02-07 | 1 | -0/+1 |
* | convert CX_PUSH/POP/TOPBLOCK to inline fns | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | PUSHEVAL: make retop a parameter | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | rename POPFOO() to CX_POPFOO() | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | add CX_CUR() macro | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | call_sv(), fold_const(): different CX pop test | David Mitchell | 2016-02-03 | 1 | -5/+9 |
* | op.c: update comment about compiler warnings | Lukas Mai | 2016-02-01 | 1 | -2/+4 |
* | Add STATICs to S_ functions. | Jarkko Hietaniemi | 2016-01-29 | 1 | -4/+5 |
* | Enforce strict 'subs' in multideref optimisation | Dagfinn Ilmari Mannsåker | 2016-01-16 | 1 | -0/+7 |
* | [perl #126633] check children of OA_DANGEROUS ops for common scalars | Dave Mitchell | 2016-01-11 | 1 | -1/+2 |
* | Remove unwarranted assertion in Perl_newATTRSUB_x() | Aaron Crane | 2016-01-03 | 1 | -1/+0 |
* | rpeep() assert oldoldop -> oldop -> o form a chain | David Mitchell | 2015-12-09 | 1 | -0/+5 |
* | rpeep: maintain chain when handling for(reverse..) | David Mitchell | 2015-12-09 | 1 | -0/+5 |
* | rpeep: maintain chain when del extra nextstates | David Mitchell | 2015-12-09 | 1 | -1/+2 |
* | stop the eliding of void $pkg_var from assert fail | David Mitchell | 2015-12-09 | 1 | -1/+2 |
* | rpeep(): silence compiler warning | David Mitchell | 2015-12-02 | 1 | -3/+11 |
* | Perl_newATTRSUB_x: cast a bool arg | David Mitchell | 2015-11-25 | 1 | -1/+2 |
* | annotate the acquire/release of PL_op_mutex | Jarkko Hietaniemi | 2015-11-23 | 1 | -0/+2 |
* | assertion failure on foo(my $x : bar) | David Mitchell | 2015-11-23 | 1 | -0/+9 |
* | [perl #124280] don't warn for 'my $foo, *bar' | Lukas Mai | 2015-11-21 | 1 | -1/+2 |
* | op.c: Fix typo in comment | Karl Williamson | 2015-11-20 | 1 | -1/+1 |
* | op_free(): don't assert op_private ok when erred | David Mitchell | 2015-11-19 | 1 | -2/+15 |
* | Include the name of the non-lvalue sub in error message | Dagfinn Ilmari Mannsåker | 2015-10-12 | 1 | -3/+11 |
* | Trailing comma is non-standard. | Jarkko Hietaniemi | 2015-10-09 | 1 | -1/+1 |
* | given(): remove support for lexical $_ | David Mitchell | 2015-10-02 | 1 | -4/+7 |
* | op.c: Stop searching for lexical $_ | Father Chrysostomos | 2015-09-29 | 1 | -36/+5 |
* | Remove experimental::lexical_topic warnings category | Father Chrysostomos | 2015-09-29 | 1 | -7/+0 |
* | Disable lexical $_ | Father Chrysostomos | 2015-09-29 | 1 | -1/+1 |
* | op.c: ck_match does not use its context | Father Chrysostomos | 2015-09-20 | 1 | -0/+1 |
* | [perl #126064] Apply scalar context to stat args | Father Chrysostomos | 2015-09-20 | 1 | -0/+1 |
* | Change to use UVCHR_SKIP over UNI_SKIP | Karl Williamson | 2015-09-04 | 1 | -1/+1 |
* | perlapi: Add some S<> | Karl Williamson | 2015-09-03 | 1 | -2/+2 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -29/+29 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -1/+1 |
* | pp_aassign(): fix ($x,$y) = (undef, $x) | David Mitchell | 2015-09-02 | 1 | -2/+11 |
* | ck_refassign: selectively copy OPpPAD_INTRO/STATE | David Mitchell | 2015-08-19 | 1 | -1/+10 |
* | Optimise 1 arg in list assign | David Mitchell | 2015-08-17 | 1 | -16/+42 |
* | make my (...) = @_ non-OPpASSIGN_COMMON_RC1 | David Mitchell | 2015-08-17 | 1 | -0/+32 |
* | re-implement OPpASSIGN_COMMON mechanism | David Mitchell | 2015-08-17 | 1 | -189/+457 |
* | dont create *{"_<$filename"} globs for perl lang debugging of XSUBs | Daniel Dragan | 2015-08-12 | 1 | -1/+3 |
* | op.c: Fix typo in comment | Karl Williamson | 2015-08-01 | 1 | -1/+1 |
* | perlapi: Use C<> instead of I<> for parameter names, etc | Karl Williamson | 2015-08-01 | 1 | -117/+117 |
* | Eliminate repetitious wording in perldiag | Aaron Crane | 2015-07-13 | 1 | -2/+0 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -36/+23 |
* | Superfluous null ptr test warnings by clang 3.7 | Jarkko Hietaniemi | 2015-07-03 | 1 | -14/+16 |
* | Remove NEW_ from PERL_NEW_COPY_ON_WRITE | Father Chrysostomos | 2015-06-29 | 1 | -1/+1 |
* | Remove PERL_OLD_COPY_ON_WRITE | Father Chrysostomos | 2015-06-29 | 1 | -3/+1 |
* | assert(cSVOPo) before derefing it. | Jarkko Hietaniemi | 2015-06-26 | 1 | -3/+8 |
* | Avoid gcc warning "‘start’ may be used uninitialized in this function" | Martijn Lievaart | 2015-06-15 | 1 | -13/+11 |
* | [perl #125369] - Set correct flags for smartmatch in certain cases | Matthew Horsfall | 2015-06-09 | 1 | -1/+1 |