summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* assert(PL_parser)Jarkko Hietaniemi2016-02-071-0/+1
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-1/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* add CX_CUR() macroDavid Mitchell2016-02-031-2/+2
* call_sv(), fold_const(): different CX pop testDavid Mitchell2016-02-031-5/+9
* op.c: update comment about compiler warningsLukas Mai2016-02-011-2/+4
* Add STATICs to S_ functions.Jarkko Hietaniemi2016-01-291-4/+5
* Enforce strict 'subs' in multideref optimisationDagfinn Ilmari Mannsåker2016-01-161-0/+7
* [perl #126633] check children of OA_DANGEROUS ops for common scalarsDave Mitchell2016-01-111-1/+2
* Remove unwarranted assertion in Perl_newATTRSUB_x()Aaron Crane2016-01-031-1/+0
* rpeep() assert oldoldop -> oldop -> o form a chainDavid Mitchell2015-12-091-0/+5
* rpeep: maintain chain when handling for(reverse..)David Mitchell2015-12-091-0/+5
* rpeep: maintain chain when del extra nextstatesDavid Mitchell2015-12-091-1/+2
* stop the eliding of void $pkg_var from assert failDavid Mitchell2015-12-091-1/+2
* rpeep(): silence compiler warningDavid Mitchell2015-12-021-3/+11
* Perl_newATTRSUB_x: cast a bool argDavid Mitchell2015-11-251-1/+2
* annotate the acquire/release of PL_op_mutexJarkko Hietaniemi2015-11-231-0/+2
* assertion failure on foo(my $x : bar)David Mitchell2015-11-231-0/+9
* [perl #124280] don't warn for 'my $foo, *bar'Lukas Mai2015-11-211-1/+2
* op.c: Fix typo in commentKarl Williamson2015-11-201-1/+1
* op_free(): don't assert op_private ok when erredDavid Mitchell2015-11-191-2/+15
* Include the name of the non-lvalue sub in error messageDagfinn Ilmari Mannsåker2015-10-121-3/+11
* Trailing comma is non-standard.Jarkko Hietaniemi2015-10-091-1/+1
* given(): remove support for lexical $_David Mitchell2015-10-021-4/+7
* op.c: Stop searching for lexical $_Father Chrysostomos2015-09-291-36/+5
* Remove experimental::lexical_topic warnings categoryFather Chrysostomos2015-09-291-7/+0
* Disable lexical $_Father Chrysostomos2015-09-291-1/+1
* op.c: ck_match does not use its contextFather Chrysostomos2015-09-201-0/+1
* [perl #126064] Apply scalar context to stat argsFather Chrysostomos2015-09-201-0/+1
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-1/+1
* perlapi: Add some S<>Karl Williamson2015-09-031-2/+2
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-29/+29
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-1/+1
* pp_aassign(): fix ($x,$y) = (undef, $x)David Mitchell2015-09-021-2/+11
* ck_refassign: selectively copy OPpPAD_INTRO/STATEDavid Mitchell2015-08-191-1/+10
* Optimise 1 arg in list assignDavid Mitchell2015-08-171-16/+42
* make my (...) = @_ non-OPpASSIGN_COMMON_RC1David Mitchell2015-08-171-0/+32
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-189/+457
* dont create *{"_<$filename"} globs for perl lang debugging of XSUBsDaniel Dragan2015-08-121-1/+3
* op.c: Fix typo in commentKarl Williamson2015-08-011-1/+1
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-117/+117
* Eliminate repetitious wording in perldiagAaron Crane2015-07-131-2/+0
* Delete experimental autoderef featureAaron Crane2015-07-131-36/+23
* Superfluous null ptr test warnings by clang 3.7Jarkko Hietaniemi2015-07-031-14/+16
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-1/+1
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-3/+1
* assert(cSVOPo) before derefing it.Jarkko Hietaniemi2015-06-261-3/+8
* Avoid gcc warning "‘start’ may be used uninitialized in this function"Martijn Lievaart2015-06-151-13/+11
* [perl #125369] - Set correct flags for smartmatch in certain casesMatthew Horsfall2015-06-091-1/+1