This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Have perlbug report version being patched
[perl5.git] / op.h
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
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-08-28 Nicholas ClarkRemove OA_RETINTEGER, unused since 2002 (commit e731106...
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-11 Karl Williamsonop.h: Move bits around to allow for future growth
2010-08-11 Karl Williamsonop.h, regexp.h: renumber shifts.
2010-08-11 Karl Williamsonop_reg_common.h: Continue refactoring
2010-08-11 Karl Williamsonop_reg_common.h: Refactor variable for safety
2010-08-11 Karl Williamsonregexp.h, op.h: decouple mostly from op_reg_common.h
2010-08-11 Karl Williamsonop.h: Fix error msg
2010-07-29 Karl WilliamsonRefactor common parts of op.h, regexp.h into new .h
2010-07-29 Karl Williamsonop.h: Fix comments in #defines that cross lines
2010-07-15 Ben MorrowMacros to en/disable blockhook entries.
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
next