This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix EXTEND changes under STRESS_REALLOC
[perl5.git] / op.h
2014-02-26 Steffen MuellerMacro for common OP checks: "is this X or was it before...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-01 Zeframsubroutine signatures
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-23 Daniel Dragan[perl #115736] fix undocumented param from newATTRSUB_flags
2013-12-13 Matthew HorsfallOptimise out PUSHMARK/RETURN if return is the last...
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father ChrysostomosAdd OPpLVALUE flag
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-15 Father Chrysostomosop.h: Describe entersub and rv2cv flags
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-06 David Mitchellpp_goto: document the different branches
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-07-19 Niels Thykierop.c: Add op_folded to BASEOP
2013-07-07 Father ChrysostomosStop using IV in pmop; remove workaround
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-04 Father Chrysostomosop.h: Corrent comment about entersub strictures
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-01-04 David Mitchellmake m?$pat? match only once under ithreads
2012-12-10 David Mitchellfix warning in PmopSTASH_set()
2012-12-06 Father ChrysostomosStop renamed packages from making reset() crash
2012-11-27 Father ChrysostomosDon’t share TARGs between recursive ops
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-10 David Mitchelladd SAVEt_CLEARPADRANGE
2012-11-10 David Mitchelladd padrange op
2012-11-04 David Mitchellsimplify GIMME_V
2012-10-26 Reini UrbanRe-enable static op allocation with obslab
2012-10-12 Father ChrysostomosRemove PMf_MAYBE_CONST
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-08-26 Father ChrysostomosCorrect typo in flag name
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-06 Father Chrysostomosassert_(...)
2012-07-15 Father ChrysostomosRemove op_latefree(d)
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-29 Father ChrysostomosFlag ops that are on the savestack
2012-06-13 David Mitchelladd PMf_USE_RE_EVAL flag
2012-06-13 David Mitchelladd PMf_IS_QR flag
2012-06-13 David Mitchelladd PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING
2012-05-21 Father ChrysostomosCorrect comment typo in op.h
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-02-11 Zeframadd wrap_op_checker() API function
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-12-16 Father Chrysostomos[perl #91514] Use correct error msg for default
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-06 Father ChrysostomosOust cv_ckproto_len
2011-10-06 Brian FraserGroundwork to allow cops and pmops to store the UTF8...
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-16 Gerard GoossenRemove OPpENTERSUB_NOMOD.
2011-08-14 Gerard GoossenImprove comments about op_private bits. And move the...
2011-07-11 Gerard Goossenuse a flag to signal a stacking filetests instead of...
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-06-27 Vincent PitFix context propagation below return()
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-25 Father ChrysostomosCorrect comment that 903fd87c missed
2011-06-24 Father ChrysostomosMake Perl_op_lvalue_flags provide a no-croak option
2011-06-24 Father Chrysostomosop_lvalue .= _flags
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-10 Father ChrysostomosIn B::Concise and op.h list all ops that use LVSUB
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosRearrange some private op flag constants
2011-02-16 David Mitchelldocument how tainting works with pattern matching
2011-02-14 Karl WilliamsonInitial setup to accommodate /aa regex modifier
2011-01-16 Karl Williamsonop.h: add blank line for grouping
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-02 David Mitchellcall pp_glob() even when its being skipped
2010-12-13 Zeframmark blockhooks API as experimental
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-17 Nicholas ClarkConvert newSUB() to a macro wrapping Perl_newATTRSUB()
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-11-15 Ben MorrowImprove custom OP support.
2010-10-27 Nicholas ClarkRemove THREADSV_NAMES, part of 5005 threads that the...
2010-10-27 Zeframnew API functions op_scope and op_lvalue
next