2012-10-26 |
Reini Urban | Re-enable static op allocation with obslab |
blob | commitdiff |
2012-10-12 |
Father Chrysostomos | Remove PMf_MAYBE_CONST |
blob | commitdiff | diff to current |
2012-09-23 |
Father Chrysostomos | [perl #94490] const fold should not trigger special... |
blob | commitdiff | diff to current |
2012-08-26 |
Father Chrysostomos | Correct typo in flag name |
blob | commitdiff | diff to current |
2012-08-26 |
Father Chrysostomos | Banish boolkeys |
blob | commitdiff | diff to current |
2012-08-25 |
Father Chrysostomos | Optimise %hash in sub { %hash || ... } |
blob | commitdiff | diff to current |
2012-08-06 |
Father Chrysostomos | assert_(...) |
blob | commitdiff | diff to current |
2012-07-15 |
Father Chrysostomos | Remove op_latefree(d) |
blob | commitdiff | diff to current |
2012-07-12 |
Father Chrysostomos | Eliminate PL_OP_SLAB_ALLOC |
blob | commitdiff | diff to current |
2012-07-12 |
Father Chrysostomos | PERL_DEBUG_READONLY_OPS with the new allocator |
blob | commitdiff | diff to current |
2012-07-05 |
Father Chrysostomos | Record folded constants in the op tree |
blob | commitdiff | diff to current |
2012-06-29 |
Father Chrysostomos | CV-based slab allocation for ops |
blob | commitdiff | diff to current |
2012-06-29 |
Father Chrysostomos | Flag ops that are on the savestack |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | add PMf_USE_RE_EVAL flag |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | add PMf_IS_QR flag |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | add PMf_CODELIST_PRIVATE flag |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | make qr/(?{})/ behave with closures |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | Mostly complete fix for literal /(?{..})/ blocks |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-05-22 |
Father Chrysostomos | Remove OPpCONST_WARNING |
blob | commitdiff | diff to current |
2012-05-21 |
Father Chrysostomos | Correct comment typo in op.h |
blob | commitdiff | diff to current |
2012-04-05 |
Father Chrysostomos | Fix VMS build broken by d1718a7cf5 |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | Label UTF8 cleanup |
blob | commitdiff | diff to current |
2012-02-11 |
Zefram | add wrap_op_checker() API function |
blob | commitdiff | diff to current |
2012-01-24 |
Father Chrysostomos | [perl #77388] Make stacked -t work |
blob | commitdiff | diff to current |
2011-12-18 |
Father Chrysostomos | Stop tell($glob_copy) from clearing PL_last_in_gv |
blob | commitdiff | diff to current |
2011-12-16 |
Father Chrysostomos | [perl #91514] Use correct error msg for default |
blob | commitdiff | diff to current |
2011-11-26 |
Father Chrysostomos | Optimise substr assignment in void context |
blob | commitdiff | diff to current |
2011-11-22 |
Father Chrysostomos | [perl #80628] __SUB__ |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Add evalbytes function |
blob | commitdiff | diff to current |
2011-11-06 |
Brian Fraser | eval STRING UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-27 |
Father Chrysostomos | Fix CORE::glob |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Oust cv_ckproto_len |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | Groundwork to allow cops and pmops to store the UTF8... |
blob | commitdiff | diff to current |
2011-09-09 |
Zefram | remove index offsetting ($[) |
blob | commitdiff | diff to current |
2011-09-01 |
Gerard Goossen | Use OPpDEREF for lvalue sub, such that the flags contai... |
blob | commitdiff | diff to current |
2011-09-01 |
Gerard Goossen | Reassign op_private flags of OP_ENTERSUB such that... |
blob | commitdiff | diff to current |
2011-08-27 |
Father Chrysostomos | Add OPpCOREARGS_SCALARMOD flag |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Add OPpCOREARGS_PUSHMARK flag |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Add private coreargs flags for vivifying GVs |
blob | commitdiff | diff to current |
2011-08-24 |
Gerard Goossen | [perl #97088] Prevent double get-magic in various cases |
blob | commitdiff | diff to current |
2011-08-18 |
Father Chrysostomos | &CORE::wantarray() |
blob | commitdiff | diff to current |
2011-08-16 |
Gerard Goossen | Remove OPpENTERSUB_NOMOD. |
blob | commitdiff | diff to current |
2011-08-14 |
Gerard Goossen | Improve comments about op_private bits. And move the... |
blob | commitdiff | diff to current |
2011-07-11 |
Gerard Goossen | use a flag to signal a stacking filetests instead of... |
blob | commitdiff | diff to current |
2011-07-10 |
Father Chrysostomos | Propagate (non-)lvalue context through nested calls |
blob | commitdiff | diff to current |
2011-06-27 |
Vincent Pit | Fix context propagation below return() |
blob | commitdiff | diff to current |
2011-06-25 |
Vincent Pit | Correctly preserve the stack on an implicit break. |
blob | commitdiff | diff to current |
2011-06-25 |
Father Chrysostomos | Correct comment that 903fd87c missed |
blob | commitdiff | diff to current |
2011-06-24 |
Father Chrysostomos | Make Perl_op_lvalue_flags provide a no-croak option |
blob | commitdiff | diff to current |
2011-06-24 |
Father Chrysostomos | op_lvalue .= _flags |
blob | commitdiff | diff to current |
2011-06-12 |
Nicholas Clark | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. |
blob | commitdiff | diff to current |
2011-06-10 |
Father Chrysostomos | In B::Concise and op.h list all ops that use LVSUB |
blob | commitdiff | diff to current |
2011-06-04 |
Father Chrysostomos | [perl #7946] Lvalue subs do not autovivify |
blob | commitdiff | diff to current |
2011-06-03 |
Father Chrysostomos | Rearrange some private op flag constants |
blob | commitdiff | diff to current |
2011-02-16 |
David Mitchell | document how tainting works with pattern matching |
blob | commitdiff | diff to current |
2011-02-14 |
Karl Williamson | Initial setup to accommodate /aa regex modifier |
blob | commitdiff | diff to current |
2011-01-16 |
Karl Williamson | op.h: add blank line for grouping |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2011-01-02 |
David Mitchell | call pp_glob() even when its being skipped |
blob | commitdiff | diff to current |
2010-12-13 |
Zefram | mark blockhooks API as experimental |
blob | commitdiff | diff to current |
2010-11-30 |
Father Chrysostomos | [perl #77762] Constant assignment warning |
blob | commitdiff | diff to current |
2010-11-17 |
Nicholas Clark | Convert newSUB() to a macro wrapping Perl_newATTRSUB() |
blob | commitdiff | diff to current |
2010-11-15 |
Ben Morrow | Document the new custom op functions. |
blob | commitdiff | diff to current |
2010-11-15 |
Ben Morrow | Improve custom OP support. |
blob | commitdiff | diff to current |
2010-10-27 |
Nicholas Clark | Remove THREADSV_NAMES, part of 5005 threads that the... |
blob | commitdiff | diff to current |
2010-10-27 |
Zefram | new API functions op_scope and op_lvalue |
blob | commitdiff | diff to current |
2010-10-12 |
Ben Morrow | Add LINKLIST to the API. |
blob | commitdiff | diff to current |
2010-10-11 |
Ben Morrow | Remove some excess cleverness from the Bhk macros. |
blob | commitdiff | diff to current |
2010-10-11 |
Zefram | plugin mechanism to rewrite calls to a subroutine |
blob | commitdiff | diff to current |
2010-09-23 |
Karl Williamson | Add /d, /l, /u (infixed) regex modifiers |
blob | commitdiff | diff to current |
2010-09-21 |
Father Chrysostomos | [perl #20444] regex not evaluated in constant ?: |
blob | commitdiff | diff to current |
2010-08-28 |
Nicholas Clark | Remove OA_RETINTEGER, unused since 2002 (commit e731106... |
blob | commitdiff | diff to current |
2010-08-21 |
Ben Morrow | Remove CALL_FPTR and CPERLscope. |
blob | commitdiff | diff to current |
2010-08-11 |
Karl Williamson | op.h: Move bits around to allow for future growth |
blob | commitdiff | diff to current |
2010-08-11 |
Karl Williamson | op.h, regexp.h: renumber shifts. |
blob | commitdiff | diff to current |
2010-08-11 |
Karl Williamson | op_reg_common.h: Continue refactoring |
blob | commitdiff | diff to current |
2010-08-11 |
Karl Williamson | op_reg_common.h: Refactor variable for safety |
blob | commitdiff | diff to current |
2010-08-11 |
Karl Williamson | regexp.h, op.h: decouple mostly from op_reg_common.h |
blob | commitdiff | diff to current |
2010-08-11 |
Karl Williamson | op.h: Fix error msg |
blob | commitdiff | diff to current |
2010-07-29 |
Karl Williamson | Refactor common parts of op.h, regexp.h into new .h |
blob | commitdiff | diff to current |
2010-07-29 |
Karl Williamson | op.h: Fix comments in #defines that cross lines |
blob | commitdiff | diff to current |
2010-07-15 |
Ben Morrow | Macros to en/disable blockhook entries. |
blob | commitdiff | diff to current |
2010-07-12 |
Ben Morrow | Document the blockhook functions and macros. |
blob | commitdiff | diff to current |
2010-07-12 |
Ben Morrow | Macroify the block_hooks structure. |
blob | commitdiff | diff to current |
2010-07-12 |
Ben Morrow | Generic hooks into Perl_block_{start,end}. |
blob | commitdiff | diff to current |
2010-05-25 |
Shlomi Fish | Link from GIMME_V to perlcall for a usage example. |
blob | commitdiff | diff to current |
2010-05-25 |
David Mitchell | add OPpDEREFed flag to avoid double mg_get() |
blob | commitdiff | diff to current |
2010-05-22 |
David Caldwell | Add s///r (non-destructive substitution). |
blob | commitdiff | diff to current |
2010-04-13 |
Slaven Rezic | * eliminated OP_SETSTATE also in comments |
blob | commitdiff | diff to current |
2009-11-10 |
Vincent Pit | Optimize reversing an array in-place |
blob | commitdiff | diff to current |
2009-08-26 |
Rafael Garcia-Suarez | Use less constness in MAD code |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit | Introduce "delete local" |
blob | commitdiff | diff to current |
2009-05-29 |
Rafael Garcia-Suarez | Document the PERL_LOADMOD_ flags |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark | Replace Perl_my() with a small shell script. er. macro. |
blob | commitdiff | diff to current |
2008-11-25 |
Vincent Pit | [perl #38809] return do { } : take 3 (or 4...) |
blob | commitdiff | diff to current |
2008-11-12 |
Chip Salzenberg | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {.... |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-06-08 |
Reini Urban | Re: [PATCH] readable assertion names, now the rest |
blob | commitdiff | diff to current |
next |