Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | padrange: handle @_ directly | David Mitchell | 2012-11-10 | 1 | -0/+1 |
* | add SAVEt_CLEARPADRANGE | David Mitchell | 2012-11-10 | 1 | -1/+2 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -0/+4 |
* | simplify GIMME_V | David Mitchell | 2012-11-04 | 1 | -4/+2 |
* | Re-enable static op allocation with obslab | Reini Urban | 2012-10-25 | 1 | -2/+5 |
* | Remove PMf_MAYBE_CONST | Father Chrysostomos | 2012-10-11 | 1 | -3/+0 |
* | [perl #94490] const fold should not trigger special split " " | Father Chrysostomos | 2012-09-22 | 1 | -1/+1 |
* | Correct typo in flag name | Father Chrysostomos | 2012-08-25 | 1 | -1/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -0/+2 |
* | Optimise %hash in sub { %hash || ... } | Father Chrysostomos | 2012-08-25 | 1 | -0/+3 |
* | assert_(...) | Father Chrysostomos | 2012-08-05 | 1 | -5/+1 |
* | Remove op_latefree(d) | Father Chrysostomos | 2012-07-14 | 1 | -15/+2 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -1/+1 |
* | PERL_DEBUG_READONLY_OPS with the new allocator | Father Chrysostomos | 2012-07-12 | 1 | -0/+4 |
* | Record folded constants in the op tree | Father Chrysostomos | 2012-07-04 | 1 | -0/+1 |
* | CV-based slab allocation for ops | Father Chrysostomos | 2012-06-29 | 1 | -10/+59 |
* | Flag ops that are on the savestack | Father Chrysostomos | 2012-06-29 | 1 | -2/+4 |
* | add PMf_USE_RE_EVAL flag | David Mitchell | 2012-06-13 | 1 | -1/+2 |
* | add PMf_IS_QR flag | David Mitchell | 2012-06-13 | 1 | -1/+6 |
* | add PMf_CODELIST_PRIVATE flag | David Mitchell | 2012-06-13 | 1 | -1/+5 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -1/+4 |
* | Mostly complete fix for literal /(?{..})/ blocks | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Remove OPpCONST_WARNING | Father Chrysostomos | 2012-05-21 | 1 | -1/+0 |
* | Correct comment typo in op.h | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | Fix VMS build broken by d1718a7cf5 | Father Chrysostomos | 2012-04-05 | 1 | -2/+2 |
* | Label UTF8 cleanup | Brian Fraser | 2012-03-25 | 1 | -0/+3 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 1 | -0/+16 |
* | [perl #77388] Make stacked -t work | Father Chrysostomos | 2012-01-23 | 1 | -0/+1 |
* | Stop tell($glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-17 | 1 | -2/+4 |
* | [perl #91514] Use correct error msg for default | Father Chrysostomos | 2011-12-16 | 1 | -1/+2 |
* | Optimise substr assignment in void context | Father Chrysostomos | 2011-11-26 | 1 | -0/+4 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -1/+1 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -0/+2 |
* | eval STRING UTF8 cleanup. | Brian Fraser | 2011-11-06 | 1 | -0/+1 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -1/+4 |
* | Oust cv_ckproto_len | Father Chrysostomos | 2011-10-06 | 1 | -1/+1 |
* | Groundwork to allow cops and pmops to store the UTF8 flag | Brian Fraser | 2011-10-06 | 1 | -7/+18 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -1/+0 |
* | Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins... | Gerard Goossen | 2011-09-01 | 1 | -1/+1 |
* | Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be used... | Gerard Goossen | 2011-09-01 | 1 | -3/+3 |
* | Add OPpCOREARGS_SCALARMOD flag | Father Chrysostomos | 2011-08-26 | 1 | -0/+1 |
* | Add OPpCOREARGS_PUSHMARK flag | Father Chrysostomos | 2011-08-25 | 1 | -0/+1 |
* | Add private coreargs flags for vivifying GVs | Father Chrysostomos | 2011-08-25 | 1 | -0/+5 |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 1 | -2/+0 |
* | &CORE::wantarray() | Father Chrysostomos | 2011-08-18 | 1 | -0/+3 |
* | Remove OPpENTERSUB_NOMOD. | Gerard Goossen | 2011-08-15 | 1 | -1/+0 |
* | Improve comments about op_private bits. And move the non op specific flags to... | Gerard Goossen | 2011-08-14 | 1 | -4/+8 |
* | use a flag to signal a stacking filetests instead of peeking at the next op. | Gerard Goossen | 2011-07-11 | 1 | -1/+2 |
* | Propagate (non-)lvalue context through nested calls | Father Chrysostomos | 2011-07-09 | 1 | -0/+5 |