summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-0/+1
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+0
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-0/+2
* Closing comments is hard.Jarkko Hietaniemi2014-06-171-1/+1
* Do not declare victory over d632a2c.Jarkko Hietaniemi2014-06-171-8/+4
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-161-8/+4
* Disable and document xop_name gcc warning seen in HP-UX.Jarkko Hietaniemi2014-06-161-0/+8
* Fatalize using hash|array as referenceKarl Williamson2014-06-161-4/+2
* op.c: Fix typo in commentKarl Williamson2014-06-161-1/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-10/+6
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-6/+10
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-10/+6
* Remove MAD.Jarkko Hietaniemi2014-06-131-613/+28
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-10/+16
* Cast %p arguments to (void*)Brian Fraser2014-06-131-6/+6
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-10/+10
* Allow to compile if don't have LC_CTYPE etc definedKarl Williamson2014-06-121-1/+10
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-2/+3
* Add parameters to "use locale"Karl Williamson2014-06-051-2/+8
* op.c: Use macro instead of its expansionKarl Williamson2014-06-051-4/+1
* Disallow omitting % and @ on hash and array namesDagfinn Ilmari Mannsåker2014-06-041-36/+2
* 38d96942 missed a side-effect in PerlIO_open flags parsing.Jarkko Hietaniemi2014-06-031-3/+13
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-29/+29
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+4
* O_BINARY versus O_TEXT.Jarkko Hietaniemi2014-05-291-0/+4
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-281-0/+6
* Revert "[perl #79908] Stop sub inlining from breaking closures"Ævar Arnfjörð Bjarmason2014-05-121-3/+54
* elide "empty" ops at the head of op_next chainsDavid Mitchell2014-03-161-6/+43
* rpeep(): elide just-nulled opsDavid Mitchell2014-03-161-2/+27
* rpeep(): remove trailing OP_NULLs etcDavid Mitchell2014-03-161-1/+1
* code following eval {} not always optimisedDavid Mitchell2014-03-161-0/+5
* OP_SORT: store start of block in null->op_nextDavid Mitchell2014-03-161-2/+16
* rpeep(): OP_SORT with code block has OPf_SPECIALDavid Mitchell2014-03-161-6/+21
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-1/+1
* don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-271-1/+0
* Remove spurious assertSteffen Mueller2014-02-271-3/+1
* List-OP removal: Fix compile fail on C90Steffen Mueller2014-02-261-1/+3
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-261-5/+71
* Macro for common OP checks: "is this X or was it before NULLing?"Steffen Mueller2014-02-261-2/+1
* [perl #120939] at least fix the leak in const_av_xsubTony Cook2014-02-211-1/+1
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* bump to version 5.19.10 and fix the version number reference in op.cTony Cook2014-02-201-1/+1
* Add some examples to cv_set_call_checker and wrap_op_checkerMatthew Horsfall2014-02-111-2/+17
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-091-2/+21
* Don't pull state vars into padrange opsMatthew Horsfall (alh)2014-02-031-0/+1
* op.c: Consistent spaces after dots in apidocsFather Chrysostomos2014-01-291-1/+2
* Optimisation for 'my $x; my $y;' -> 'my ($x, $y)'.Matthew Horsfall2014-01-301-0/+65
* Clarify op_free documentationMatthew Horsfall (alh)2014-01-301-1/+1
* op.c: fix grammar in apidocsFather Chrysostomos2014-01-281-1/+1
* document op_free and op_nullDaniel Dragan2014-01-291-0/+17