summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow undef as an arg to '&' prototypeDavid Mitchell2015-05-081-5/+6
* op_sibling_splice(): handle custom opsDavid Mitchell2015-04-271-3/+12
* perlapi: Wrap long verbatim lines to 79 columnsKarl Williamson2015-04-231-1/+1
* RT #124207: assert failure in ck_stringify()David Mitchell2015-04-221-4/+4
* add Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_setDavid Mitchell2015-04-191-57/+26
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-8/+6
* rpeep(): use op_sibling_splice()David Mitchell2015-04-191-11/+12
* op_sibling_splice(): allow NULL parent argDavid Mitchell2015-04-191-4/+20
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-16/+16
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-20/+20
* skip some asserts on non-PERL_OP_PARENT buildsDavid Mitchell2015-04-191-8/+4
* keep FOO read-only in 'FOO'->f()David Mitchell2015-04-091-0/+2
* op.c: avoid direct op_sibling accessDavid Mitchell2015-03-301-6/+4
* [perl #124153] Fix require(v5.6)Father Chrysostomos2015-03-271-1/+2
* [perl #124099] Wrong CvOUTSIDE in find_lexical_cvFather Chrysostomos2015-03-271-1/+1
* [perl #124160] Disable targlex for state var initFather Chrysostomos2015-03-251-0/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* op.c: rename CHANGE_TYPE() to OpTYPE_set()David Mitchell2015-03-191-53/+53
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-181-4/+4
* don't test non-null argsDavid Mitchell2015-03-111-7/+6
* readline should behave as <>, not <<>>Rafael Garcia-Suarez2015-03-051-1/+1
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-051-0/+2
* document why S_maybe_multideref is Coverity-safeDavid Mitchell2015-03-051-1/+7
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-5/+5
* op.c apidoc typoFather Chrysostomos2015-03-011-1/+1
* [perl #123821] Fix assert fail with \(&$0)=0Father Chrysostomos2015-03-011-1/+0
* [perl #123817] Assert fail with attr in anon hashFather Chrysostomos2015-03-011-0/+3
* op.c: Remove redundant op_lvalue callFather Chrysostomos2015-03-011-1/+1